tactlabs / error-archive

All issues related to tact and tact labs work
0 stars 0 forks source link

2 #215

Open rajacsp opened 4 years ago

rajacsp commented 4 years ago
  File "/Users/rj/projects/pythonsamples/org/rj/browser_automation/selenium/selenium-examples.py", line 21, in <module>
    driver = webdriver.Chrome('/Users/rj/sel_drivers/chromedriver')
  File "/Users/rj/anaconda3/envs/py36/lib/python3.6/site-packages/selenium/webdriver/chrome/webdriver.py", line 81, in __init__
    desired_capabilities=desired_capabilities)
  File "/Users/rj/anaconda3/envs/py36/lib/python3.6/site-packages/selenium/webdriver/remote/webdriver.py", line 157, in __init__
    self.start_session(capabilities, browser_profile)
  File "/Users/rj/anaconda3/envs/py36/lib/python3.6/site-packages/selenium/webdriver/remote/webdriver.py", line 252, in start_session
    response = self.execute(Command.NEW_SESSION, parameters)
  File "/Users/rj/anaconda3/envs/py36/lib/python3.6/site-packages/selenium/webdriver/remote/webdriver.py", line 321, in execute
    self.error_handler.check_response(response)
  File "/Users/rj/anaconda3/envs/py36/lib/python3.6/site-packages/selenium/webdriver/remote/errorhandler.py", line 242, in check_response
    raise exception_class(message, screen, stacktrace)
selenium.common.exceptions.SessionNotCreatedException: Message: session not created: Chrome version must be between 70 and 73
  (Driver info: chromedriver=73.0.3683.68 (47787ec04b6e38e22703e856e101e840b65afe72),platform=Mac OS X 10.13.6 x86_64)