You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried to use xpath that got from UIrecorder to get element by call FindElementByXpath ,but it's not work on Chromium framework Apps . WinAppDriver show element not found.
Then I found the UIrecorder element's xpath is not same as the xpath that WinAppDriver used to find element . In some cases, "/group/" in xpath need to be removed.
Is there any way to find the correct xpath on Chromium framework Apps ?
Or, Are there fixed rules from UIrecorder xpath to WinAppDriver xpath ?
The text was updated successfully, but these errors were encountered:
kuozheyu
changed the title
FindElementByXpath on Chromium framework Apps .
FindElementByXpath on Chromium framework Apps
May 26, 2022
This method seems like for web automation, but I work on Apps that is Chrome Framework (e.g. Skype, Teams) . Does this solution work in my case? Also, I want to automate them in desktop session.
I saw most of functions provided by WinAppDriver work fine on Chrome Framework App , and Win32 IUIAutomation supposed to support Chrome Framework , So, I think the error should be in xpath .
I tried to use xpath that got from UIrecorder to get element by call FindElementByXpath ,but it's not work on Chromium framework Apps . WinAppDriver show element not found.
Then I found the UIrecorder element's xpath is not same as the xpath that WinAppDriver used to find element . In some cases, "/group/" in xpath need to be removed.
Is there any way to find the correct xpath on Chromium framework Apps ?
Or, Are there fixed rules from UIrecorder xpath to WinAppDriver xpath ?
The text was updated successfully, but these errors were encountered: