For questions about the Open Source Windows store apps testing framework
Questions tagged [winium]
73 questions
1
vote
3 answers
Which tool is compatible with windows 10 for extract windows element for window gui automation
Which tool is compatible with windows 10 for extract window element for window gui automation tools like winAppdriver, winium, appium window automation etc
Many are listed in below URL:
https://github.com/blackrosezy/gui-inspect-tool
But most of…

Shubham Jain
- 16,610
- 15
- 78
- 125
1
vote
2 answers
Winum can not locate elements on windows 10
I am newbie using Winium and installed a sample test - steps are only to open Notepad and click on the File button/menu item. The launching of the application (Notepad) works but it seems it can not locate the button. I have tried to locate using…

MiranMiki
- 11
- 1
1
vote
1 answer
C# How to initiate the winium driver
like in java we have the following code.I need the same code in c#.
To initiate the winium driver
public WiniumDriver setupEnvironment() throws IOException {
String outlookApplicationPath = "C:\\ProgramfileS|\...\..\outlook.exe";
String…

Payal Sharma
- 11
- 1
- 4
1
vote
1 answer
Trouble getting value of element in Inspect.exe
I have to automate an application that currently uses RSA SecurID to get a passcode.
I'm able to open up the app, enter in my PIN, and click the button to show the passcode but once I get here I'm having trouble retrieving it.
Here is the…

user1818298
- 509
- 2
- 8
- 23
1
vote
1 answer
how to handle keep and discard option button when file is downloaded using selenium webdriver in c#
I want to try click on keep button using selenium or app web driver in c#.

Samina Sheikh
- 21
- 9
0
votes
0 answers
Entering login and password into a box with Winium
I have a login box that looks like the picture attached ...
I am using Java with Winium to try to login. I am using UiSpy to get the elements, but all that UI spy shows is the Login box, The title bar with a System menu bar (sys menu and X) and…

Tony
- 1,127
- 1
- 18
- 29
0
votes
0 answers
Why getting resource list null for webpage when automating desktop application i.e. hybrid (Desktop and Web)?
I am automating hybrid application i.e. Desktop and WebApplication. We have desktop application in which some of pages are integrated using WebPages and some one pages are in desktop application. Below is the code which I have used to open Desktop…

Prashant
- 1,351
- 3
- 20
- 32
0
votes
0 answers
Not able to connect Edge driver from Winium driver on same port?
I am trying to automate an application on Windows11. We have .exe to run and need to create shortcut file on desktop to run. I have to click on that .lnk file to process further execution. So I am using winium driver to start .lnk application on…

Prashant
- 1,351
- 3
- 20
- 32
0
votes
0 answers
How to automate hybrid application i.e. Desktop application which opens in Edge Browser?
I am automating hybrid application. Where I have to click on XXX.20.1.4.lnk application which is on my Windows 11 desktop. Once clicked on application, it opens in MS Edge browser.
And I have to do execute further test cases on opened MS Edge…

Prashant
- 1,351
- 3
- 20
- 32
0
votes
1 answer
WebDriverException: 'css selector' is not valid or implemented searching strategy error in automation of windows application using Winium
I'm new to the winium and trying to automate the process. every time i run the code im getting an error:
WebDriverException: 'css selector' is not valid or implemented searching strategy.
Below is my code:-
from selenium.webdriver.common.by import…

Manish
- 1
0
votes
0 answers
Windows switching issue through Winium
I am automating an application where I have to click elements on next window after login through Winium . . Below is the issue that I am observing, which is making my scripts failed.
Login is a small splash screen , which opens and I entered the…

Ayushi Garg
- 11
- 1
0
votes
1 answer
Automation of desktop using winium Java
how to close tab automatically if there are more than 5 tabs open.
I can open different tabs using selenium now I have to check if there is more than 5 tab then it should close by its own.
I tried to go to the task manager using winium but I don't…

Kishan kumar
- 1
- 2
0
votes
1 answer
Changing "Confirm before tagging" setting in Acrobat Reader via Registry
Summary : need to change "Confirm before tagging document" setting via Registry keys.
I am working on a deployable Bot that will automate some tasks in a PDF using Winium. In order to have access to the UI elements within a PDF, I first need to…

Boogie
- 1
- 1
- 4
0
votes
0 answers
Winium C# - Retrieving 'Next' attribute is null using GetAttribute('Next')
I am testing an WPF desktop application in which I want to check a value against a name field of next (or previous) element of current element.
Example: (element1) Quantity: (element2) 100
Here, I want to check if the next element (element2) of…

Naveen Kumar V
- 2,559
- 2
- 29
- 43
0
votes
1 answer
Automation testing for Edge Legacy in C#
I want to run automation testing on Edge Legacy (not Chromium) but need the option to also change the browsers settings in the process, specifically the Theme and the Cookies settings.
I tried using Winium.Cruciatus but was unable to even run the…

Lidor
- 157
- 1
- 8