Winium.Desktop icon indicating copy to clipboard operation
Winium.Desktop copied to clipboard

Winium.Desktop is Selenium Remote WebDriver implementation for automated testing of Windows application based on WinFroms and WPF platforms.

Results 112 Winium.Desktop issues
Sort by recently updated
recently updated
newest added

I am automating an application where I have 5 child windows. I need to switch to these child windows often for different scenarios. Below is the issue that I am...

Here i am attaching 3 Screen shots. Please look at the application in the screen shots you can easily understand the flow. I am giving my automation code below. ID's,Names...

Don't work: var window = driver.FindElementByClassName("CalcFrame"); I see my calculator but i have OpenQA.Selenium.NoSuchElementException : Element cannot be found in this string. var dc = new DesiredCapabilities(); dc.SetCapability("app", @"C:/windows/system32/calc.exe"); var...

When I,m trying to get the selected value from a combo box it is throwing an error like "unsupported command exception". I used the following code. `Select locatoin = new...

![img](https://cloud.githubusercontent.com/assets/15215458/10724926/25985c6c-7bee-11e5-85bf-78163e1c59a2.jpg) Hi, I am using UIspy to find the elements in Windows, While automation a tool where I have table in it where UIspy is identifying only table 'Class Name'...

question

I use this below code to activate the calculator and add a few numbers. this is an example code used for training. The script run and executed only the first...

Downloaded and unzip'd the 1.6 release for Windows Desktop. As soon as it executed, Bitdefender AV flagged it as a threat and started disinfection but soon crashed Bitdefender and required...

Hi, I have a window application and I am trying to locate Password filed using xpath but it is not working. I tried followings: driver.findElement(By.xpath("/*[contains(@ControlType,'ControlType.Window') and contains(@Name,'Sabre Travel Network')]//*[contains(@ControlType,'ControlType.Edit') and...

Hi, I am getting the following error when running the Winium Test: OneTimeSetUp: OpenQA.Selenium.WebDriverException : The HTTP request to the remote WebDriver server for URL http://localhost:55532/session/AwesomeSession/element timed out after 180...