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
⇑ Starting with Selenium WebDriver Client Python API
⇑⇑ Selenium Tutorials
2019-11-08, 1456👍, 0💬
Popular Posts:
How to call JMeter command in a Windows batch file? I want to create a single batch job to run JMete...
How to generate test phone numbers? Test phone numbers are frequently needed in testing applications...
How to use HTTP protocol to post an XML message to a server? You can follow this tutorial to post an...
How to update hidden input value field value with WebDriver in Python? Normally, a hidden input valu...
How to generate ISBN numbers? To help you to obtain some ISBN numbers for testing purpose, FYIcenter...