Collections:
Chrome WebDriver Test with Selenium Python API
How to use Chrome WebDriver with Google ChromeDriver?
✍: FYIcenter.com
If you are using the Chrome WebDriver with the Selenium Python API,
you need to make 'chromedriver' executable available in PATH environment variable.
1. Include path name of the 'chromedriver' executable in PATH environment variable.
C:\fyicenter> dir \fyicenter\selenium\chromedriver 8,393,728 chromedriver.exe C:\fyicenter>set path=\fyicenter\selenium\chromedriver;%path%
2. Run the ChromeTest.py again.
C:\fyicenter> python ChromeTest.py DevTools listening on ws://127.0.0.1:65464/devtools/browser/80bd10b2-a2c6-4103-b41a-ae0c487798e9
You see that the Chrome browser is started and stopped correctly with no errors.
Â
⇒ Selenium Chrome WebDriver Logging in Python
⇠Chrome WebDriver Script with Selenium Python API
⇑ Starting with Selenium WebDriver Client Python API
⇑⇑ Selenium Tutorials
2019-11-21, 1079👍, 0💬
Popular Posts:
How to generate user birthday dates? Test user birthday dates are frequently needed in testing appli...
How to validate domain name format? In order to help your programming or testing tasks, FYIcenter.co...
How to generate user full names? Test user names are frequently needed in testing applications that ...
How to force JMeter to automatically flush test result to file immediately after each sampler is exe...
Where to find online test tools? FYIcenter.com has prepared a number of online test tools: Data Look...