For questions about the Open Source Windows store apps testing framework
Questions tagged [winium]
73 questions
1
vote
0 answers
automating windows based application running on thin client
I need to automate a windows based application running on thin client. Im trying winapp driver with selenium for achiving this. but with inspect.exe I cant locate the elements.
if its not possible on thin client i have another question. with…

andy
- 11
- 1
1
vote
1 answer
How to change the toggle state of a ControlType.TreeItem in winium?
I am automating a SWF Windows application using Winium. I have lots of SwfTreeView and TreeNodes items. I need to check/uncheck some tree node checkbox which I am unable to do.
I have tried clicking on the tree node but it is just selecting the…

Nickson
- 15
- 3
1
vote
0 answers
Visual Relations using Winium automating a WPF app
Using other automation tools for Windows Apps, such as LeanFT, there is a way to specify a visual relation. For example, if I identified a label, I could then say look for the text box to the right of it.
Is there a way to do this in Winium?
Here…

Tree55Topz
- 1,102
- 4
- 20
- 51
1
vote
0 answers
Sometimes winium gives a NoSuchElementException in my code
I have a simple code which gives a No Such Element Exception intermittently.
Sometimes it finds a code,sometimes it is not able to do so. Not sure why winium throws such exception.
Demo Example:
def make_call_from_phone(self,extension):
…

Sayali Waghmare
- 102
- 1
- 1
- 9
1
vote
0 answers
I am unable to pick color picker in winium using c#
I am unable to pick the color in color picker and checkbox in winium driver c#
driver.FindElementByName("Dependencies color").Click();
driver.FindElementByName("Basic…

k.venu
- 11
- 1
1
vote
1 answer
How to get the xpath for desktop application using winium.desktop driver?
We used inspect.exe to find the elements. We have tried to find the element with ID,NAME and class name for our desktop application but we found id = "", Name ="" and class name = "Text Box".
We can use class name,but we have two text boxes with the…

user6264
- 175
- 1
- 7
- 22
1
vote
0 answers
Winium driver only identifies the WPF control inner elements only if inspect.exe is opened otherwise it throws "Element not found" exception
My WPF custom control has inner elements. In my case, my custom control is grid and inner elements are cells. You can find the AutomationPeer implementation in below,
public class GridAutomationPeer : FrameworkElementAutomationPeer, IGridProvider
{
…

Neelakandan K
- 141
- 2
- 14
1
vote
1 answer
How to Inspect/Find an element in WPF for Automation Testing using Selenium Winium
I need to automate testing for a WPF application using Winium.
I am unable to Inspect Element using Windows Inspector and UISPY
Is there any other tool which will help me with inspect element feature for a WPF application?

C Test
- 11
- 2
1
vote
1 answer
Winium- Locate elements not having name or automationId for desktop automation
I am working on winium for a new use case regarding desktop automation. The problem I face is to identify those elements which don't have a name, class name or automation ID. I am using Inspect.exe and UISpy to locate elements on the desktop.
I…

Shripal Purohit
- 33
- 9
1
vote
2 answers
Scroll down using winium driver with c#
While selecting the location I’m able to click on the items which are visible. But I’m unable to select the other items which are not displayed in the dropdown list. When trying to select other location in dropdown list which is not visible in the…

naazneen3264
- 315
- 2
- 7
- 22
1
vote
1 answer
Winium driver throws error while trying to quit
I'm trying to automate a windows based application using Winium-Eclipse.
My code was executed successfully, but it throws error at the end line "driver.quit()".
If I comment this line, no more errors were found.
What should I do to quit the driver…

Harsha
- 11
- 2
1
vote
2 answers
How to identify elements on Java swing application?
I am trying to automate java swing application using Winium. To identify properties of elements I have used UISpy.exe and Inspect.exe. But both are failed to identify elements on my swing application. However, both are working when I am trying to…
user9640289
1
vote
0 answers
Not able to change default port in Winium Driver
**Even after specifying a port other than 9999, winium driver starts on 9999. How to change this default port? I am using the below code to start winium driver on Windows 10:
My Code:
public class Outlook_Poc {
public static void main(String[]…

nikita sinha
- 11
- 2
1
vote
0 answers
How can I run a UWP WebApp with selenium and appium?
I have a UWP WebApp and I want to run it with selenium and appium. How can I run this app?
I have Cordova Ionic app and I have .exe file and appx file, but when I use winium in selenium and give the .exe file, it's open but for install the app. I…

umesh yadav
- 21
- 7
1
vote
0 answers
“Exception in thread "main" java.lang.NoSuchMethodError: org.openqa.selenium.remote.HttpCommandExecutor.(Ljava/util/Map;Ljava/net/URL;)V ”?
I am using Selenium.Winium tool for automation. I have included the below jar files for importing the selenium.winium…

Shobika Palani
- 21
- 5