

Raise exception_class(message, screen, stacktrace)

Self.error_handler.check_response(response)įile "/home/halovivek/PycharmProjects/yearcoding/venv/lib/python3.10/site-packages/selenium/webdriver/remote/errorhandler.py", line 243, in check_response Response = self.execute(Command.NEW_SESSION, parameters)įile "/home/halovivek/PycharmProjects/yearcoding/venv/lib/python3.10/site-packages/selenium/webdriver/remote/webdriver.py", line 428, in execute Self.start_session(capabilities, browser_profile)įile "/home/halovivek/PycharmProjects/yearcoding/venv/lib/python3.10/site-packages/selenium/webdriver/remote/webdriver.py", line 363, in start_session Super()._init_(DesiredCapabilities.CHROME, "goog",įile "/home/halovivek/PycharmProjects/yearcoding/venv/lib/python3.10/site-packages/selenium/webdriver/chromium/webdriver.py", line 92, in _init_įile "/home/halovivek/PycharmProjects/yearcoding/venv/lib/python3.10/site-packages/selenium/webdriver/remote/webdriver.py", line 270, in _init_ home/halovivek/PycharmProjects/yearcoding/venv/bin/python /home/halovivek/PycharmProjects/yearcoding/26092022_selenium1.pyįile "/home/halovivek/PycharmProjects/yearcoding/26092022_selenium1.py", line 13, in įile "/home/halovivek/PycharmProjects/yearcoding/venv/lib/python3.10/site-packages/selenium/webdriver/chrome/webdriver.py", line 69, in _init_ S = Service(ChromeDriverManager().install())Ĭhrome_options.add_experimental_option("detach",True)īrowser = webdriver.Chrome(service=s, options=chrome_options) Second time it is giving this error.įrom import Serviceįrom import Keysįrom import Optionsįrom import Byįrom webdriver_manager.chrome import ChromeDriverManager Now it is downloading the code and its not working properly.įor the first time, it is downloading the driver. The code below which was working in previous Ubuntu Linux I downloaded the code.Īs per the packages requirement, i have installed the Selenium and other packages. I have installed new Linux Mint in my computer.
