I need to get the window-handle (example "0xB0F4C") of an application(process) by looping through all the process that is currently open in Inspect window. This window handle will then be used to create a new session in winappdriver like this: capabilities.setCapability("appTopLevelWindow", "0xB0F4C");
Please suggest how to get the window handle.
Create a root session and find the Window by it's properties from there.
I can see that it has "Name" attribute set to "Qualtia Setup".
Hi, I've published a course about test automation using WinAppDriver. Given below is a special launch promo code(valid 4 days).
Automated UI Testing Windows Apps in Appium WinAppDriver, C#
@naeemakram I am facing an error on the remote machine. Failed to locate opened application window with appId: ApplicationID_bpx612tnafn9m!App, and processId: 4932.
I'm sorry I've never tried it on a remote machine.
Most helpful comment
Create a root session and find the Window by it's properties from there.
I can see that it has "Name" attribute set to "Qualtia Setup".