im using pycharm and my pythn
version 3.6.7 pip 9.0.1
and selenium version selenium-3.141.0 urllib3-1.24.1
i install selenium using this commands
While working with GeckoDriver, Firefox and Selenium, you need to use the Key executable_path
and the Value set to the absolute path of the GeckoDriver within single quotes i.e. '...'
with forward slash i.e. /
as path separator as follows:
driver = webdriver.Firefox(executable_path='/home/ghost/automation/pwd/geckodriver')