Shakevg
Shakevg
[LisaAga](https://github.com/LisaAga) You should find the correct path when comparing 2 registry files (before enabling development mode and after). https://superuser.com/questions/79566/whats-the-easiest-and-fastest-way-to-compare-2-registry-files
[LisaAga](https://github.com/LisaAga) You should find what registry key changed on your Windows Subsystem for android. I proposed that you save the entire registry's initial backup before changing development mode and after....
@LisaAga What is the Windows version on your device? Could you try the next steps manually https://techcult.com/enable-or-disable-developer-mode-in-windows-10/
[Karthikeyan021298](https://github.com/Karthikeyan021298) Could you please post an example What type of locators are you using (low speed of XPath search is a known issue)? Solutions: - Use id for search controls...
[Karthikeyan021298](https://github.com/Karthikeyan021298) I don't know the way to increase speed. Usually it depends on app xml structure (if it is complecated then speed became slower). You can just try to search...
> @Shakevg Sure, I will try. I am having one question, if the Application's CPU utilization percenatage is high does it affects the Automation ? I don't have the right...
@LisaAga Why do you need to open cmd using WinAppDriver? Solution https://github.com/microsoft/WinAppDriver/issues/1614#issuecomment-939095085
@LisaAga I haven't much experience, but you should copy the bat file to the remote host and can try something like this https://stackoverflow.com/questions/42049767/execute-batch-file-on-remote-pc-from-a-webpage-on-user-action
[rodsantest1](https://github.com/rodsantest1) You can try workaround: 1. Check app pagesource: Session.PageSource 2. Click by points to Password field using some available control https://github.com/microsoft/WinAppDriver/issues/1531#issuecomment-850619972 3. Paste text https://github.com/microsoft/WinAppDriver/issues/1616#issuecomment-942679007 4. Send Enter key...
[alinasofting](https://github.com/alinasofting) Please post code that fail on Agent and WinAppDriver log. Also try to print WindowHandles to analyze and take screenshot.