4. How to Launch Desktop Applications in Multiple Ways || Root Capabilities of WinAppDriver

preview_player
Показать описание
In this Lecture We discussed about How to Launch Desktop applications in multiple ways.

1. Using APP Id
2. Using Root capability

Also, We discussed about few more challenges that people get in real time applications:

1. How to get APP id of application, following is the command that we need to run in powersheel
get-StartApps | Where-Object -Property Name -eq Calculator
2.How to get rid of scenarios when WinAppDriver is unable to detect the application got opened and multiple instances of applications are getting opened.

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

What to do if the AppId is Microsoft.Autogenerated.Its not working for me to create a session

jishnutnarayanan