Selenium with Python
Debugging Use something like http://www.pyzo.org/pyzo_intro.html Documentation http://selenium-python.readthedocs.io/api.html?highlight=phantom#module-selenium.webdriver.remote.webdriver Find Selenium Version $> python >>> import selenium >>> help (selenium) (...) DATA __version__ = '3.8.0' VERSION 3.8.0 Also you can check a pip package version with: $...
Recent Comments