Relative Content

Tag Archive for pythonselenium-webdriverselenium-chromedriver

How I can bypass Cloudfare using Selenium?

I’m doing automation for my company and there’s a step where I need to log in, but this login part requires Cloudfare verification. I turned to chatgpt to try to help me but I didn’t get much result. I started doing this type of code recently, so I don’t have much knowledge about the area.

Selenium Identifying Text as Empty Array

I have a python selenium script and I am trying to grab the inventory from Carmax.com as shown in the first screenshot. However, I am getting an empty array [] returned from my print statement.

Error TimeOut when making a screenshot of large page with Selenium (Python)

I have an error when i try to take a screenshot of a large image with Selenium and Python, with Chrome Driver.I tried a lot of thing since yesterday, but i have still the same error. I have the code to take a screenshot, but with a particular page (1050×8100),
i got the error selenium.common.exceptions.TimeoutException: Message: timeout: Timed out receiving message from renderer: 299,800
The versions are ok ( i dont have any errors on other webpages)

Why is the fingerprint information still detected by the website when it has been disabled?

I used seleniumwire+chromedriver to access the login page of the target site, but the link couldn’t be established. I’ve taken some steps to prevent the server from detecting that I’m using selenium, but it doesn’t seem to be working.When I used Google to visit the target site, it worked.The website I visited has strict security inspection, and it needs to install relevant certificates and insert UK to log in. However, unrelated personnel can still access the landing page normally. Now I am faced with the problem that even the landing page cannot be accessed.
enter image description here

Why is the fingerprint information still detected by the website when it has been disabled?

I used seleniumwire+chromedriver to access the login page of the target site, but the link couldn’t be established. I’ve taken some steps to prevent the server from detecting that I’m using selenium, but it doesn’t seem to be working.When I used Google to visit the target site, it worked.The website I visited has strict security inspection, and it needs to install relevant certificates and insert UK to log in. However, unrelated personnel can still access the landing page normally. Now I am faced with the problem that even the landing page cannot be accessed.
enter image description here

Python Selenium – Unable to click on next page

I am trying to click on next page button with selenium but I am unable to. The next page does not load and the webpage shows an error, but in the URL box I can see that it clicked because the URL changes.

Python Selenium – Unable to click on next page

I am trying to click on next page button with selenium but I am unable to. The next page does not load and the webpage shows an error, but in the URL box I can see that it clicked because the URL changes.

Python Selenium – Unable to click on next page

I am trying to click on next page button with selenium but I am unable to. The next page does not load and the webpage shows an error, but in the URL box I can see that it clicked because the URL changes.