Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Python 3.9.2 (default, Feb 28 2021, 17:03:44)
- [GCC 10.2.1 20210110] on linux
- Type "help", "copyright", "credits" or "license()" for more information.
- >>>
- ======== RESTART: /home/dad/Documents/my_scripts/selenium_first_test.py ========
- Traceback (most recent call last):
- File "/home/dad/Documents/my_scripts/selenium_first_test.py", line 6, in <module>
- driver= webdriver.Chrome(service=Service(ChromeDriverManager().install()))
- File "/home/dad/.local/lib/python3.9/site-packages/selenium/webdriver/chrome/webdriver.py", line 69, in __init__
- super().__init__(DesiredCapabilities.CHROME['browserName'], "goog",
- File "/home/dad/.local/lib/python3.9/site-packages/selenium/webdriver/chromium/webdriver.py", line 89, in __init__
- self.service.start()
- File "/home/dad/.local/lib/python3.9/site-packages/selenium/webdriver/common/service.py", line 71, in start
- self.process = subprocess.Popen(cmd, env=self.env,
- File "/usr/lib/python3.9/subprocess.py", line 951, in __init__
- self._execute_child(args, executable, preexec_fn, close_fds,
- File "/usr/lib/python3.9/subprocess.py", line 1823, in _execute_child
- raise child_exception_type(errno_num, err_msg, err_filename)
- OSError: [Errno 8] Exec format error: '/home/dad/.wdm/drivers/chromedriver/linux64/106.0.5249/chromedriver'
- >>>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement