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

Hi , I am trying to enter text in the Data grid which is having the property `ClassName=MSFlexGridWndClass ` but I couldn't able to perform any action on it.. Our...

The application I'm trying to automate, launches another app and exits Driver to the parent is unable to find elements in new app. tried using debugConnectToRunningApp, but it is not...

We are working on automation script for zoom application. We are able to run the script with free zoom app also we had worked with paid application for more than...

Winium is very slow while identifying elements I am using Winium to automate legacy desktop application. But Winium is very slow while identifying elements in the application. Finding an element...

Hi Team, I am trying to write a script to Open R Studio and then Running a script. The problem i am facing : a. I need to perform rightclick...

I am trying to get the element attribute using UISpy.

Hello, after I install a windows 10 store app, how I open that app,.I don't find the path or the exe file.

**Code**: public class MyFirstTestCase { public static void main(String[] args) throws MalformedURLException, Exception { DesktopOptions option = new DesktopOptions(); option.setApplicationPath("C:\\Windows\\System32\\calc.exe"); WiniumDriver driver = null; int port = 9999; String WiniumEXEpath...

I can't retrieve the value of a cell from a datagridview. Code; var grid = _driver.FindElementByName("DataGridView"); var itensgrid = grid.ToDataGrid(); var b = itensgrid.Find(1,1); ![image](https://user-images.githubusercontent.com/52136006/69020596-d238c600-0993-11ea-84c3-94e34e97a91d.png) Message: OpenQA.Selenium.NoSuchElementException : NOT GET...

Hello, I have a desktop application that I need to test with a user interface automation tool. I use Java + selenium Webdriver + WiniumDriver. After the developers changed the...