WinAppDriver
WinAppDriver copied to clipboard
Windows Application Driver
our win10 system has some limit, some software were forbidden to launched(include explorer.exe), when i request /session/{session}/element/{id}/location and /session/{session}/element/{id}/location_in_view, both get status 500 and without any other infomation. I launched...
The key combination CTRL + SHIFT + N works every other time. 1. First run is working correctly. 2. The second time the application under test is launched with administrator...
I am automating UWP app using appium+winappdriver Winappdirver version - 1.2 RC Our app has a page, where certain elements will be loaded only on scrolling down the page. There...
I'm using the inspect.exe tool for password field and there are no accessibility ids I can use to get the element and send text. Any ideas? 
In our .Net-application we have a lot of problems when we can find an element in a tree or in a grid only by its value. Now we have to...
Hi Team, Does WinAppDriver supports .NetCore 3.1 . In package every time an error pops up saying that it has limited support for .Net Core 3.1. Any details would be...
I'm using java CalculatorTest to learn about testing automation with appium. At the moment it work fine using this pom.xml and java class  But when I try to update...
I am testing a windows app `.exe` file with winappdriver + appium in C#. I need to use github actions for CI. Anyone has any examples that i can learn...
when the option is set to true, I encounter an issue that cannot find any pane elements by using itemsContainer.FindElementsByXPath(".//Pane"), without this option works well.
I have a desktop app with only one main window implemented in WPF . it is an area in main window( included search textbox that i am trying to find...