ANUNAYA THAKUR

Results 369 comments of ANUNAYA THAKUR

[SampleJava.zip](https://github.com/user-attachments/files/18376985/SampleJava.zip) Attached is a project with cucumber which I did long back.

You need to use double slash in the path for winappdriver

I second the comment from @Shakevg. Start the application using a batch file and then create a session on a opened window.

Might not be an issue with winappdriver, check if the application you are testing has memory leaks.

I this the issue with with Context.WindowsApplicationDriverUrl its not getting initialized some where. can you share the compete code.

What is shown in inspect.exe?

No the one that comes with windows SDK. https://github.com/microsoft/WinAppDriver/blob/master/Docs%2FFAQ.md

yes they will not show up in inspect, you will have to use tools like selenium, webdriver io to achieve this.

yes it is possible, (using chrome as an example) create a selenium session, it will open chrome, now go to your windows application and click on the button which opens...

have you tried the solution that @pandamagnus suggested, Unfortunately I do not have any application which is hybrid, if anyone can share any application I can give it a shot.