I know this is a duplicate question but I can’t seem to be able to post my actual question
I want to post a question about an error I’m gettting when trying to scrap captchas from a website but keep getting this error. “Your post appears to contain code that is not properly formatted as code. Please indent all code by 4 spaces using the code toolbar button or the CTRL+K keyboard shortcut. For more editing help, click the [?] toolbar icon.”
Trying to scrap this web page that contents this type of authentication
I need help, I am trying to scrap a web page but I need log, the problem is this type of authentication. The authentication form shown in the screenshot is a basic browser authentication popup, which cannot be directly inspected or manipulated with developer tools in the same way as on-page HTML forms.So I am using selenium, but how can i implement this? Help me please
Message: session not created from unknown error: cannot find Chrome binary
On my Ubuntu server 22.04.4, I installed Python, Selenium, Chrome, Chromedriver and when I tried to run my script I got some errors.
Web scraping with selenium issues not finding an element
I am trying to webscrape using selenium on Google Colab, but I am running into an issue when trying to find an element, particularly a link, after copying its xpath.