Running winappdriver in the background piped to a log file
See original GitHub issueif I start a new powershell and execute winappdriver it is all fine, but I need it to behave more like chromedriver and geckodriver, that I can start it in the background and it logs to file. and no output in the console. No extra console open.
I tried several combinations of:
& { Start-Job 'C:\Program Files (x86)\Windows Application Driver\WinAppDriver.exe' | Out-File .\winappdriver.out.txt}
Would be nice to get some info on how to set up this.
`(get-command(“C:\Program Files (x86)\Windows Application Driver\WinAppDriver.exe”)).Version
Major Minor Build Revision
1 1 1903 8001 `
Issue Analytics
- State:
- Created 4 years ago
- Comments:7
Top Results From Across the Web
Start executable as background process, redirecting stderr ...
So - how can I start the program as a background process, redirecting its stderr to file, obtain and print its pid, and...
Read more >UI testing for Windows apps with WinAppDriver and Appium
We're going to install it on the Windows hosted agent which is running the pipeline. We're going to launch WinAppDriver and run the...
Read more >UI testing for Windows apps with WinAppDriver and Appium
This way, we can include UI testing as part of our CI/CD pipeline ... Go there and double click on the WinAppDriver.exe file...
Read more >How To Automate Desktops Apps Using WinAppDriver
C:\Program Files\Windows Application Driver. In case the default port (i.e., 4723) is in use, run the following commands as an administrator on ...
Read more >Automating Windows Apps using WinApp Driver with Java
C:\Program Files (x86)\Windows Application Driver\WinAppDriver.exe. So first things first, we need to run the WinAppDriver in the background ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I get this to work:
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#