WinAppDriver - Automate Calculator Application

preview_player
Показать описание
WinAppDriver - Automate Calculator Application using WinAppDriver

Steps:
1.Create Maven Project
2.Add maven dependencies
a. Selenium java (3.141.59)
b. Appium - Java client (7.4.1)
3.Create java class file
4.Set the Capabilities
6.Write some script with Name, AccessibilityId, and Xpath
7.Execute the script

#winappdriver #windowsautomation #automatecalculator
Рекомендации по теме
Комментарии
Автор

Thanks a lot for sharing. And please, keep continuing this WinAppDriver series/playlist..

imshaiknasir
Автор

I have one question though, How can I automate non windows application, example App which does not have App ID as "Microsoft.Windows...!App"

aewfan
Автор

Very useful session! Thanks for sharing. I am using WinAppDriver to launch a windows Desktop application that is made using WPF. . When I run the script at first time, app launches and displays splash screen but it fails to execute further operation what I expect. It always showing error in the console "Failed to locate opened application window with appId:" I don't close current splash screen and run the same script second time, it opens another splash screen and executes entire script successfully.

I really wonder why it is unsuccessful at first run and successful at second run. It seems to be simple fix but I couldn't figure it out what I am missing. Please help me to get a solution for this.

Could you please give a solution

pushpalathamaturu
Автор

hi sir i did run the code as your tutorial but i getting an error like this what is the rason for that.

ViewPoint-gq
Автор

How to write same code in automation like testcase

Satish_
Автор

Hi sir, how do we develop a framework of pageobject model in windows application?using pagefactory.initelememts ... Is it possible to do sir ?

rdfwnl