#Using selenium
7 messages · Page 1 of 1 (latest)
Project ID: N/A
Selenium is a web automation tool that can be used to scrape data from websites. It can be used to automate tasks such as filling out forms, clicking buttons, and extracting data from webpages. To get started, you'll need to install Selenium, Google Chrome, and the ChromeDriver.
⚠️ experimental feature
how do i install google chrome and chromedriver?
this is the error I get right now: WebDriverException: Message: Service chromedriver unexpectedly exited. Status code was: 127
added this to my main file
os.system("apt update")
os.system("apt install wget")
os.system("wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb")
but it still raises the same error