Relative Content

Tag Archive for pythonpython-3.xselenium-webdriver

NoSuchDriverException Error when exporting Links using Selenium

I want to setup a script to export links from a website that is generated once you enter a URL. The website in question is pagespeed.web.dev. I have 0 knowledge, so while yes I know it’s not the best option, I went with ChatGPT for help. It seemed to work pretty well all things considered with just 1 URL, but once I tried to do 5 it just crapped out. Note: from what I understand I am not data scraping, you just enter the URL in the box, click Analyze, and then copy the link with a button.

File upload with Selenium in Python

I wanted to upload a file on site ‘https://www.cutout.pro/photo-enhancer-sharpener-upscaler/upload’ using library selenium. Can you help me?