Get "Error adding url to url group" error when running WinAppDriver.exe
See original GitHub issueHi, I got this error when running WinAppDriver.exe
and same error when running WinAppDriver.exe 127.0.0.1 4723
C:\Program Files (x86)\Windows Application Driver>WinAppDriver.exe
Windows Application Driver listening for requests at: http://127.0.0.1:4723/
Error adding url to url group
Failed to initialize: 0x80004005
How can I resolve the issue?
Issue Analytics
- State:
- Created 2 years ago
- Comments:8
Top Results From Across the Web
casablanca http_listener "Error adding url to url group"
In Visual Studio, you need to add a post build step settings of the project. Assume you have application called "MyApplication.exe"
Read more >Set up WinAppDriver in Katalon Studio
This document shows you how to install and run Windows Application Driver (WinAppDriver) on a Windows 10 machine before performing Windows Desktop Apps...
Read more >How To Automate Desktops Apps Using WinAppDriver
For my demo, I would be using Inspect.exe for locating elements in the Windows Application.
Read more >Windows Desktop Application Test Automation with ...
First, we need to enable Developer mode on our Windows 10. Go back to CMD and run the app once again.
Read more >Window App Automation using - Microsoft WinAppDriver
In this video, I have explained how to automate windows based applications using WinAppDriver. Windows Application Driver ( WinAppDriver ) is ...
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
run this command resolved my issue:
netsh http add iplisten 127.0.0.1
After trying everything listed above without success, I tried initializing the driver locally using “winappdriver.exe ?” this seemed to select a port that it can use and start listening as seen below.