Collections:
Edge WebDriver Test with Selenium Python API
How to use Edge WebDriver with Microsoft Edge Driver?
✍: FYIcenter.com
If you are using the Edge WebDriver with the Selenium Python API,
you need to make 'MicrosoftWebDriver' executable available in PATH environment variable.
1. Include path name of the 'MicrosoftWebDriver' executable in PATH environment variable.
C:\fyicenter> dir \fyicenter\selenium\edgedriver
149,176 MicrosoftWebDriver.exe
C:\fyicenter>set path=\fyicenter\selenium\edgedriver;%path%
2. Run the EdgeTest.py again.
C:\fyicenter> python EdgeTest.py
You see that the Edge browser is started and stopped correctly with no errors.
⇒ Compatibility of WebDriver Python API for Edge
⇐ Edge WebDriver Script with Selenium Python API
2019-11-08, ∼2566🔥, 0💬
Popular Posts:
Where to find tutorials on UFT (Unified Functional Testing) tool? I want to know how to use UFT. Her...
Where to find tutorials on Apache JMeter test tool? I want to know how to use Apache JMeter. Here is...
How to generate user birthday dates? Test user birthday dates are frequently needed in testing appli...
How to convert a date and time to a standard format? Date and time can be displayed in a number of s...
How to generate ISBN numbers? To help you to obtain some ISBN numbers for testing purpose, FYIcenter...