anileapen

Results 4 comments of anileapen

I am into this issue. I am using name to get the element to click as there is no automation id. Its clicking on a different element . My Application...

@smtripathi99 maybe try with WADUIRecorder. You might be able to you automationid and use it as the id in winnium ![image](https://user-images.githubusercontent.com/31733783/107796996-54a86500-6d52-11eb-85ed-5efbdec7b280.png)

You can get it from https://github.com/microsoft/WinAppDriver/releases/tag/UiR_v1.0-RC Scroll down and download the .zip file. Inside the unzipped folder you will find : WinAppDriverUiRecorder.exe Just run that and open your application and...

Did you try using id or name instead of xpath. From the UI recorder you can use the "automation id" as the id in your code and "Name" as the...