WinAppDriver
WinAppDriver copied to clipboard
Windows Application Driver
I am writing to automate windows installer using Robot framework's "White Library". Using inspect.exe to inspect element and it is giving me error like Cannot get object from point: [Error:...
FindElement(s) does not output any element with IsContentElement=False can WinAppDriver be changed to detect them?
Hi, I got an exception when launch an app saying OpenQA.Selenium.WebDriverException: Operation timed out. (Exception from HRESULT: 0x80131505). at OpenQA.Selenium.Remote.RemoteWebDriver.UnpackAndThrowOnError(Response errorResponse) at OpenQA.Selenium.Remote.RemoteWebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) at OpenQA.Selenium.Appium.AppiumDriver`1.Execute(String driverCommandToExecute, Dictionary`2...
In projects like NotepadTest.sln in master Commit 35a65923 and others the test are not discoverable in VS2017. When I try to update the MSTest.TestAdapter and the MSTest.TestFramework, to 1.4.0, the...
I have a bamboo build in which 1. bamboo agent creates an instance of aws ami. 2. logs into the instance with required/set credentials. 3. starts AUT (application under test)...
Sometimes, the WinAppDriver.exe get's stuck, until I press a spacebar suddenly it will print all the queued requests, and when it get's stuck - the calls such as finf_element_on_xpath("xpath").click() will...
Hello, While running the python example available here, the following error popup: ```` C:\Users\anas9\PycharmProjects\winappdrivertest\venv\Scripts\python.exe C:/Users/anas9/PycharmProjects/winappdrivertest/main.py test_addition (__main__.SimpleCalculatorTests) ... C:\Users\anas9\PycharmProjects\winappdrivertest\main.py:51: DeprecationWarning: find_element_by_name is deprecated. Please use find_element(by=By.NAME, value=name) instead self.driver.find_element_by_name("One").click() ERROR...
Hello, I am trying to simulate pen-input events at a frequency of minimum 100Hz, however it seems that the winapp driver is limited in the amount of events per seconds,...
Not sure if I am just missing something or what but I am unable to long press using actual touch actions. I see the mouse cursor move which leads me...
I am trying to automate our desktop application using Winappdriver [with Java]. There is a ultra menubar in the application whose attributes are identified by inspector tool, UI recorder and...