Collections:
Start MicrosoftWebDriver WebDriver Server
How to start MicrosoftWebDriver WebDriver server?
✍: FYIcenter.com
You can start MicrosoftWebDriver WebDriver server
as shown in this tutorial.
1. Open a command line window and run msedgedriver.exe. You see MicrosoftWebDriver WebDriver Server is running and listening on port 17556.
C:\fyicenter>\fyicenter\selenium\edgedriver\MicrosoftWebDriver --verbose [...] - Starting server... [...] - Listening on http://localhost:17556/ [...] - Waiting for new request...
2. Run the WebDriver "GET /status" service with the "curl" command:
C:\fyicenter> curl http://localhost:9515/status { "sessionId": "", "status": 0, "value": { "build": { "version": "10.0.17134.1" }, "os": { "arch": "x86", "name": "Windows 10", "version": "10.0" } } }
As you can see, MicrosoftWebDriver WebDriver server is ready to use on port 17556.
You can also use JMeter or other HTTP client tools scripts to run WebDriver services.
Â
⇒ Start Browser with MicrosoftWebDriver Server
⇠MicrosoftWebDriver WebDriver Server
⇑ WebDriver and WebDriver Servers
⇑⇑ Selenium Tutorials
2020-03-15, 1699👍, 0💬
Popular Posts:
How to valid UUID/GUID strings? In order to help your programming or testing tasks, FYIcenter.com ha...
How to Open and Close Internet Explorer with UFT script? One way to open and close Internet Explorer...
How to force JMeter to automatically flush test result to file immediately after each sampler is exe...
How to find out my browser request headers? To help you to see your browser request headers, FYIcent...
How to generate user birthday dates? Test user birthday dates are frequently needed in testing appli...