WinAppDriver
WinAppDriver copied to clipboard
Continuous Focus on the Application
Hi Team,
We have an application involving multiple steps and entire regression suite takes around 2 hours to complete execution. Problem is we have to have application open and don't use the computer for other activities and sit idle. Is there a way we can execute without losing our control over mouse.
FYI.. If I use the mouse to work on different application during test execution we see failures as element not found.
RamaNarasimhaChanda it is not possible with WinAppDriver
No it's not possible the reason being headless mode is not supported.
setup a vm and inside the vm run your test, there is no other way to free machine.