- 36037 Views
- 24 replies
- 18 kudos
Hello,I’m programming in a notebook and attempting to use the python library Selenium to automate Chrome/chromedriver. I’ve successfully managed to install selenium using%sh
pip install seleniumI then attempt the following code, which results in the...
- 36037 Views
- 24 replies
- 18 kudos
Latest Reply
I also tried the script and am getting similar error. Can anyone please give some resolution for it?Error in Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/s/systemd/udev_245.4-4ubuntu3.18_amd64.deb and Unable to fetch some archives
23 More Replies
- 22701 Views
- 22 replies
- 28 kudos
Hi Team,We are wondering if there is a recommended way to install the chromium browser and chrome driver on Databricks Runtime 10.4 and above ?I have been through the site and have come across several links to this effect, but they all seem to be ins...
- 22701 Views
- 22 replies
- 28 kudos
Latest Reply
Look into Playwrite instead of Selenium. I went through the same process y'all went through here (ended up writing a init script to install the drivers etc)This is all done for you in playwright. Refer to this post - I hope it helps!!https://communit...
21 More Replies
- 11050 Views
- 4 replies
- 6 kudos
I am working on a Webscraping logic and need to install Chrome driver. How can I install it in the Databricks workbook ?
- 11050 Views
- 4 replies
- 6 kudos
Latest Reply
What worked for me was downloading the chrome driver and ensuring its the latest version with shell scripts in the same notebook I used for web scraping. You can see all the details here: https://stackoverflow.com/questions/69192050/using-selenium-...
3 More Replies
- 4210 Views
- 2 replies
- 0 kudos
I have a notebook that uses a Selenium Web Driver for Chrome and it works the first time I run the notebook. If I run the notebook again, it will not work and gives the error message: WebDriverException: Message: unknown error: unable to discover op...
- 4210 Views
- 2 replies
- 0 kudos
Latest Reply
Hi, @Dagart Allison . I've created a new version of the selenium with the databricks manual. Please look here https://community.databricks.com/s/feed/0D58Y00009SWgVuSAL
1 More Replies