WinAppDriver
WinAppDriver copied to clipboard
Windows Application Driver
Hi! I am trying to connect play around with Calculator's UI using Winappdriver in Python. My simple python code is :- ``` from appium import webdriver desired_caps = {} desired_caps["platformName"]...
I just started using WinAppDriver and I have a problem with starting my desktop application in a Selenium-WindowsAppDriver project that I created from scratch. Let's first explain how I start...
## I want to access the elements outside the child tree of my main window, is it possible to do with appium? For example, In the picture of inspect.exe shown...
Hi Team, I am having vertical scroll bar in my windows application of class ScrollBar and I see the properties "RangeValue.Minimum" and "RangeValue.Maximum" are exposed. Also from inspect tool action...
Hi I am wondering what the actual differences from running Appium or directly the WinAppDriver. Using Appium I seem to get better exceptions like NoSuchElementException and NoSuchWindowException, but using directly...
Hi All, I am trying to open CMD using WinAppDriver , on running the code CMD is opening up but still getting an error Unable to create a new remote...
I am new to automation and I am trying to automate the WPF application using WinAppDriver with C#. I am able to load the application but getting the error like...
Hi, I want to open a command prompt and apply some operations but the win app driver shows me this error. I am using Eclipse 2021-09. I apply all solutions...
i want to automate the Windows application ( .exe ). but it open in background every time . how can i automate It .can anyone suggested.
Hello, We have automated our appium testcases using WinAppDriver. It is running in remote machine through task scheduler and is scheduled to run in every 30 minutes every day. It...