ANUNAYA THAKUR

Results 369 comments of ANUNAYA THAKUR

If inspect.exe can find the element then winapp driver will find the element.

Always use inspect.exe instead of appium inspector.

https://github.com/microsoft/WinAppDriver/tree/master/Docs

Xpath are very slow in identifying the elements and it's a known issue. I have only used name, classname and automation ID.

If the application is under your control ask the developer to implement properties.

I don't understand why people don't go through the closed issue, before raising and issue here. It will not work with the latest appium and selenium libraries. Python is a...