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

How can i use refresh button from context menu[right click on desktop and select refresh option]

Hi, I have a desktop application that has a login screen with two buttons (Sign In and Change Password). After entering the username and password, while performing click operation on...

I am trying to automate Desktop Application which is developed using VB Script. For inspecting elements i tried using UISpy and inspect.exe etc. Except login screen i am unable to...

Can anyone let me know if we can bring an application hidden in the background to the front? Cheers, TJ

import static com.kms.katalon.core.checkpoint.CheckpointFactory.findCheckpoint import static com.kms.katalon.core.testcase.TestCaseFactory.findTestCase import static com.kms.katalon.core.testdata.TestDataFactory.findTestData import static com.kms.katalon.core.testobject.ObjectRepository.findTestObject import com.kms.katalon.core.annotation.Keyword import com.kms.katalon.core.checkpoint.Checkpoint import com.kms.katalon.core.cucumber.keyword.CucumberBuiltinKeywords as CucumberKW import com.kms.katalon.core.mobile.keyword.MobileBuiltInKeywords as Mobile import com.kms.katalon.core.model.FailureHandling import com.kms.katalon.core.testcase.TestCase import com.kms.katalon.core.testdata.TestData...

Hi, 1. I saw that we can use any programming language. Can we use any operating system also to automate? Just like Selenium/Appium, we can write code on a Linux...

Hi, I am using winium and cucumber to automate tests for a desktop application. All tests are running fine in local.But now I wanted to setup Jenkins and run tests...

I run Winium test automation from local machine on to remote machine. Below is my code: public static void main(String[] args) throws MalformedURLException, InterruptedException { DesktopOptions option = new DesktopOptions();...

With reference to: https://github.com/2gis/Winium.Desktop/wiki/Magic-Samples I have tried the first Python and the first C# sample and neither work. The both essentially hang on the respective lines: ``` Python: window =...