Skip to main content
The 2024 Developer Survey results are live! See the results

Questions tagged [undetected-chromedriver]

undetected-chromedriver is an optimized selenium.webdriver.Chrome drop-in, to prevent being triggered by anti-bot services like Distil / CloudFlare / Imperva / DataDome and such. main classes: Chrome, ChromeOptions

undetected-chromedriver
-2 votes
2 answers
350 views

Cannot connect to chrome at 127.0.0.1:53233, This version of ChromeDriver only supports Chrome version 114. Current browser version is 127.0.6533.72

driver code: from selenium.webdriver.common.by import By from selenium.webdriver.chrome.service import Service from selenium.webdriver.support.ui import WebDriverWait from selenium.webdriver.support ...
Hikmet23's user avatar
0 votes
0 answers
23 views

How to search for something that isnt there (nodriver, Python)

Iam using nodriver (https://ultrafunkamsterdam.github.io/nodriver/) and its really nice so far! :) But I have a conceptual question: How can I search for elements that I often expect not to find? If ...
Aca's user avatar
  • 33
0 votes
1 answer
41 views

Undetectable Chrome Driver in Google Colab?

I am trying to run a selenium code in Google Colab. But I need a driver which is undetectable because I need to login to gmail. What I have tried so far - google_colab_selenum (undetected version) - ...
stanabk's user avatar
0 votes
0 answers
30 views

Python Selenium - How to Iterate through a table column, visit URLS and scrape content on inner pages

Long story short: I am trying to write a function that will go through a table column, and as soon as it hits an exact match to a number I give it, it will start visiting the URL on each row after the ...
Daniel M's user avatar
0 votes
0 answers
13 views

Selenium HTML5 video capture with chrome is blank while the one with Edge / FF works

I built a website capture tool that uses Selenium and Chrome / Firefox / Edge drivers. The problem is that when I try to capture a page with a html5 video with the Chrome drive (latest version), the ...
Scobee's user avatar
  • 448
0 votes
1 answer
136 views

How so save a session with nodriver (Python)?

I would like to learn how to save and load a session (cookies) with nodriver. I found an example (https://stabler.tech/blog/nodriver-a-new-webscraping-tool), but the code seems to be outdated. I found ...
Aca's user avatar
  • 33
0 votes
0 answers
51 views

undetected chromedriver's error: OSError: [WinError 6] Handle is invalid

I'm currently producing a program that automatically logs in by accessing a specific site using Python. When I used selenium only on the site itself during production, I saw the console because the ...
hi1207's user avatar
  • 1
-2 votes
1 answer
95 views

SeleniumBase: Web Crawler being affected by human verification system (Select Similar Images)

While crawling a courier website using SeleniumBase for taking screenshot of tracking page, the bot is getting detected and "Select Similar Images" verification box is being shown. URL: ...
Vivek's user avatar
  • 345
1 vote
0 answers
21 views

How to Add Proxy with Authentication to ChromeDriver in C# for Web Scraping?

I'm trying to use a proxy with authentication in my Selenium WebDriver setup with ChromeDriver in C#. However, I keep encountering the ERR_NO_SUPPORTED_PROXIES error when trying to navigate to any ...
John's user avatar
  • 31
0 votes
2 answers
147 views

Why can't I use Selenium and chromedriver?

I use Selenium and ChromeDriver in Python to scrape a website but every time I get the same error that I can't resolve on fairly specific points (GetHandleverifier, BaseThreadInitThunk, etc.). I've ...
Kilian Giraud's user avatar
0 votes
0 answers
32 views

Selenium webdriver handle prompt window or setup a proxy with authentication

prompt window I found 3 ways to setup a proxy for Selenium WebDriver: Pass as an argument like: chromeOptions.addArguments("--proxy-server=http://104.239.10.110:5781"); Create a Proxy ...
EviaaL's user avatar
  • 1
0 votes
1 answer
64 views

How to install undetected-chromedriver on Python?

I eventually installed it using the command: python3 -m pip install undetected_chromedriver Traceback (most recent call last): File "f:\2_qatar\tws.py", line 1, in <module> ...
Daniel Lewis's user avatar
0 votes
0 answers
14 views

How to Automatically Update Undetected_Chromedriver?

In Ubuntu, I set up the chrome browser to automatically update. However, I constantly have to upgrade undetected_chromedriver (UC) manually via pip or I get errors that UC does not match the latest ...
Stanford Wong's user avatar
1 vote
1 answer
133 views

How to install Chrome in Python virtual environment

File "C:\Python312\Lib\site-packages\selenium\webdriver\remote\errorhandler.py", line 229, in check_response raise exception_class(message, screen, stacktrace) selenium.common.exceptions....
TheHongLou's user avatar
0 votes
0 answers
70 views

How to handle alerts in nodriver (python)?

I am transitioning my work from using an undetectable Chrome driver to using the nodriver library (https://github.com/ultrafunkamsterdam/nodriver). I need help handling alerts, as I couldn't find ...
Abhash Rai's user avatar

15 30 50 per page
1
2 3 4 5
21