Questions tagged [winappdriver]

Windows Application Driver is a service to support Selenium-like UI Test Automation on Windows Applications. This service supports testing Universal Windows Platform (UWP) and Classic Windows (Win32) apps on Windows 10 PCs. When using this tag, also include other tags for the specific components you are using, e.g. the programming language you're using like c#, python or java, selenium and selenium-webdriver and maybe specify the controls like xpath

Access the official GitHub with guides and samples.

286 questions
0
votes
3 answers

Cant' get WinAppDriver working with appium 1.6.3

I am trying to run a simple test of launching a calculator app on windows 10 64bit, I have got appium@1.6.3 installed. As per the doc with installation of appium, winappdriver will also be installed. However when I try to run my test, I see below…
PB13
  • 1
  • 1
  • 3
-1
votes
1 answer

Argument of type '() => Promise' is not assignable to parameter of type 'Promise

I'm writing a functional automated test framework against a windows application using Typescript / selenium-appium / WinAppDriver. I've run into an issue where I need to perform a get all elements (findElements), and select a specific one based on…
-1
votes
1 answer

find_element gives 'dict' object has no attribute 'click' error while testing Windows Desktop app using WinAppDriver

I am new to WinAppDriver and Python and I am trying to automate a windows Desktop application using WinAppDriver in Python. When I try to find an element using find_element(), it returns dictionary rather than an element. And because of that I am…
KR_516
  • 1
-1
votes
1 answer

is it possible to make a step optional in feature file

I have an situation where after clicking on "OK" button Page A and Page B opens. Sometimes page A is triggering an error message(error message is associated with OK button). If I click on OK button Page B is opening. I need to write the code in a…
siri
  • 81
  • 2
  • 9
-1
votes
1 answer

Appium/WinAppDriver and WPF/ReactiveUI timing issue - Switching from login dialog window to application window

I'm trying to use Appium to test WPF application. The login dialog (ReactiveWindow) shows separate from main window application (ReactiveWindow) and in my test when I click the logon button, the login window closes and goes back to main window…
Rod
  • 14,529
  • 31
  • 118
  • 230
-1
votes
2 answers

After downloading "Windows SDK Installer for windows 10" i cannot find the inspect tool in Windows Kits folder

I have downloaded windows SDK Installer from the following URL "https://developer.microsoft.com/en-us/windows/downloads/windows-10-sdk/" I have downloaded in my downloads folder. when I open the windows kits folder> 10 > Windows SDK, I can only see…
-1
votes
1 answer

WinAppDriver: Right click on a tab.(C#)

There are few tabs in my application (Desktop Application). Able to identify the tab and Select it successfully. Looking for optimal way to right click on tab, so that I can have access to context menu options. NOTE: Shift+F10 is not working.
Krishna M.G.
  • 81
  • 1
  • 1
  • 7
-1
votes
1 answer

Appium: How to write for-loop to click through buttons with index?

I am using C# and Appium to automate a Windows 10 software for my company. On the bookmarks bar, there is a list of tabs that I want to click through. They are buttons that are indexed from 15-20. Rather than…
-1
votes
1 answer

Using WinAppDriver and c# how can I use "sendkeys" or find new elements in a new opened browser window and return back to my old window?

How can I use "sendkeys" or find new elements in a new opened browser window and return back to my old window? Here is the code I have so far: DesiredCapabilities EQcapabilities = new…
-1
votes
2 answers

FindElements not working for controls in some parts of some Windows programs

WinAppDriver's FindElement will not always find objects in the program to be automated. I've gotten this to work with other programs, like Notepad, and even a different dialog in my program to be automated, and it worked in those places. This is the…
ORNS
  • 107
  • 8
-1
votes
1 answer

UI tests for a wpf application are getting failed while running with WinAppDriver

I got a couple of tests created using Selenium.Appium.Windows for a WPF (windows presentation application). I am using WinAppDriver to run the test but unfortunately some of the UI test are getting failed with the below error; Any pointers will be…
soccerway
  • 10,371
  • 19
  • 67
  • 132
-1
votes
2 answers

How to locate an element by both class name and accessibility ID?

I am automating a windows application through a desktop session using Appium and Windows Application Driver. Certain elements I want to interact with don't have unique accessibility IDs but the combination of their class names and IDs does seem to…
CrispJam
  • 159
  • 1
  • 6
  • 16
-1
votes
1 answer

How to perform multiple device testing with Windows Application Driver

Hi WindowsAutomation/Appium community, I am writing UI automation tests for a Windows 10 based application and things have been going well with my test scripts until when I had to log into a second device. I have no idea how to make this work with…
-2
votes
1 answer

WinAppDriver vs LeanFT

I am currently using LeanFT for a windows based application automation and evaluating WinAppDriver for eliminating the license cost involved for the former. Anyone knows of any shortcomings of this option of going for WinAppDriver on a very high…
Anp
  • 47
  • 8
-2
votes
1 answer

Error element is no longer attached to the dom ( winappdriver, appium-desktop)

I have an automation suite that runs on a desktop application developed on C#, and our Windows apps using Appium Windowsdriver. Below the code executed after every test case to return to start page. This is the automation suite : Launch…
1 2 3
19
20