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

Can we have Winium Webdriver in Nuget compatible with Selenium >=3.0.0

Winium-driver version 0.1.0-1, Dtd Nov, 12, 2015 implementation 'com.github.2gis.winium:winium-webdriver:0.1.0-1' winium-elements-desktop version 0.2.0-1 , Dtd Nov, 12, 2015 implementation 'com.github.2gis.winium:winium-elements-desktop:0.2.0-1' Selenium version 4.3.0 , Dtd Jun 24, 2022 implementation 'org.seleniumhq.selenium:selenium-java:4.3.0' Error...

Hello, I have stumbled across the following issue: After having clicked on an element, I would like to wait for just 1 second. However, Winium is not waiting for a...

Hi, I'm using Windows 11 and trying to automate Calculator.exe, and below are dependency. ``` package testcases; import java.net.MalformedURLException; import java.net.URL; import java.util.List; import org.openqa.selenium.By; import org.openqa.selenium.WebElement; import org.openqa.selenium.interactions.Actions; import...

Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 6.0.8 to 13.0.1. Release notes Sourced from Newtonsoft.Json's releases. 13.0.1 New feature - Add JsonSelectSettings with configuration for a regex timeout Change - Remove portable assemblies from...

dependencies

Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 6.0.8 to 13.0.1. Release notes Sourced from Newtonsoft.Json's releases. 13.0.1 New feature - Add JsonSelectSettings with configuration for a regex timeout Change - Remove portable assemblies from...

dependencies

i am trying to automate installation of notepad++ in my windows 10 operating system . but it showing me the error like below. Exception in thread "main" org.openqa.selenium.NoSuchElementException: Element cannot...

I am new to winium and wanted some help. I tried to run a simple calculator automation test of adding 1 and 5. The automation id is 131 for 1...

Hi, While selecting the location I’m able to click on the list items which are visible. But I’m unable to select the other locations in the dropdown list. When trying...

Hello, My Test Automation Team needs help to create a patch for the Winium driver. This patch would include drag'n'drop functionality which is not part of the official repo as...