question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Get "Error adding url to url group" error when running WinAppDriver.exe

See original GitHub issue

Hi, 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:open
  • Created 2 years ago
  • Comments:8

github_iconTop GitHub Comments

2reactions
StephanieHancommented, Aug 27, 2021

run this command resolved my issue: netsh http add iplisten 127.0.0.1

0reactions
McDCTcommented, Jun 20, 2023

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. Screenshot 2023-06-20 103636

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found