SergeyPirogov / webdriver_manager

Apache License 2.0
2.03k stars 455 forks source link

webdriver-manager with error on Chromium #669

Open AlineGobbi opened 2 months ago

AlineGobbi commented 2 months ago

import pandas as pd import mysql.connector from bs4 import BeautifulSoup from time import sleep from datetime import datetime from selenium.webdriver.common.keys import Keys from selenium.common.exceptions import NoSuchElementException from selenium import webdriver from selenium.webdriver.chrome.service import Service as ChromiumService from webdriver_manager.chrome import ChromeDriverManager from webdriver_manager.core.os_manager import ChromeType

driver = webdriver.Chrome(service=ChromiumService(ChromeDriverManager(chrome_type=ChromeType.CHROMIUM).install()))

AttributeError: 'NoneType' object has no attribute 'get'

derekSaga commented 2 months ago

Can you show the traceback?