Linked Questions

1 vote
0 answers
2k views

So there is this chat website where you go, click "connect as guest", enter your username, complete a ReCaptcha v2, click "CONNECT" and you're in. If I do this in my browser, it ...
Flabian's user avatar
  • 77
1 vote
0 answers
2k views

I have used selenium web driver to scrape a website in python. The issue is When I open the website in the Chrome browser there is no captcha. But when I open it in the selenium (using chrome web ...
NoobDev's user avatar
  • 53
3 votes
0 answers
2k views

I am writing a script in Python to monitor the change of a website. The aim is, once an element in the page is updated (e.g. a button from non-existent to existent), I'll receive a notification. I don'...
tmsh's user avatar
  • 71
1 vote
0 answers
1k views

I have an automated daily task with RSelenium in the cloud. This task consists of logging (required) into www.twitter.com and make a webflow navigation. Instead, Twitter detects this logging as ...
Mario M.'s user avatar
  • 882
2 votes
0 answers
1k views

I am trying to scrape some information from a website. When I enter it using my browser (manually), everything works well and I don't get any request to solve Google captcha. But when I enter it using ...
Minions's user avatar
  • 5,537
1 vote
0 answers
786 views

Just wondering if anyone can porvide any insight to a problem that I am having. I am trying to scrape a site using selenium and chromedriver. The site seems to always detect the chromedriver browswer ...
Onome Omene's user avatar
1 vote
0 answers
662 views

I have been working on using selenium and pyton on a website recently, and it seems to know I am using selenium. I have tried using chromdriver, geckodriver, using headless browsers, using random ...
cordmana's user avatar
  • 151
0 votes
0 answers
569 views

I am using selenium in python to for scraping website https://www.owler.com/ but it's detecting selenium and others such as mechanize too. I had tried the User-Agent = Mozilla/5.1 and Firefox too but ...
akash dwivedi's user avatar
1 vote
1 answer
474 views

I am trying to automate emails sign ups. When I do it manually it works, but when I open the website with selenium it does not. It has verification which I can't do. Is there a way to just open (not ...
Shiny Astroidmaniavideos's user avatar
0 votes
0 answers
364 views

I am trying to crawl a couple of website pages to use their information and I can only use things like selenium that has chromium to do that Now I am trying to hide it from the website owners because ...
amirhosein majidi's user avatar
1 vote
0 answers
333 views

i am facing an issue that i hope anyone can help me with. i'm trying to scrape a webpage using selenium package on python but it keeps detecting that i'm using selenium and redirects me to a log in ...
Mostafa EL Ghandour's user avatar
0 votes
0 answers
158 views

When you open website gosugamers.net, it shows the following, After 5 seconds it automatically directs to the main page. But I tried to open it using selenium, it got stuck at the above screenshot. ...
Abdul Haseeb's user avatar
1 vote
1 answer
97 views

What options do I set for chromedriver so that the web server cannot tells the browser is manually launched or programming launched using Selenium? Thanks,
Sony's user avatar
  • 11
1 vote
0 answers
92 views

I have been using selenium and web driver for making a very simple bot, and some websites are blocking me at the door. I was wondering if there was any way to modify my chrome driver to make it less ...
noahbern's user avatar
1 vote
0 answers
79 views

I am trying to interact with a webpage that has strong bot detection measures. This means I cannot use things like Requests, Scrapy or Selenium as they get detected. Even Undetected Chromedriver doesn'...
James's user avatar
  • 500
0 votes
1 answer
51 views

I wonder if the explorers has a unique id or something because I’m making an experiment and I realized that Google detect it’s the same computer even if I chance many things. I have tried all I have ...
El arquitecto's user avatar
1 vote
0 answers
25 views

I can't access Tidal site with selenium. It is detected. How can I overcome this problem. My code is below. I am attaching the error I got. proxies = proxy() print(proxies) options = ...
kmays's user avatar
  • 11
1 vote
0 answers
18 views

I'm trying to scrape a website i tried all the options i found on the internet even proxies but my selenium is detected and i got a captcha. I tried proxies, adding arguments and options to selenium ...
sashalarso's user avatar
217 votes
13 answers
349k views

How can I save all cookies in Python's Selenium WebDriver to a .txt file, and then load them later? The documentation doesn't say much of anything about the getCookies function.
Aaron Hiniker's user avatar
114 votes
16 answers
179k views

I'm trying to automate a very basic task in a website using selenium and chrome but somehow the website detects when chrome is driven by selenium and blocks every request. I suspect that the website ...
Ajanth's user avatar
  • 2,525
70 votes
2 answers
161k views

I'm trying to figure out a way whereby whenever I open up Chrome via Selenium (in Python) in this particular script, the Chrome page automatically opens up with another user agent selected - in this ...
theCrabNebula's user avatar
66 votes
4 answers
295k views

How can I bypass the Google CAPTCHA using Selenium and Python? When I try to scrape something, Google give me a CAPTCHA. Can I bypass the Google CAPTCHA with Selenium Python? As an example, it's ...
user avatar
35 votes
9 answers
62k views

After updating Chrome to version 76, I cannot figure out how to hide the "Chrome is being controlled by automated software..." notification overriding some controls on the page. The latest stable ...
G. Victor's user avatar
  • 572
49 votes
10 answers
125k views

Hoping an expert can help me with a Selenium/Cloudflare mystery. I can get a website to load in normal (non-headless) Selenium, but no matter what I try, I can't get it to load in headless. I have ...
simplepineapple's user avatar
31 votes
8 answers
89k views

I am currently using Selenium to run instances of Chrome to test web pages. Each time my script runs, a clean instance of Chrome starts up (clean of extensions, bookmarks, browsing history, etc). I ...
Michael Wu's user avatar
  • 1,277
49 votes
3 answers
97k views

I am running the Chrome driver over Selenium on a Ubuntu server behind a residential proxy network. Yet, my Selenium is being detected. Is there a way to make the Chrome driver and Selenium 100% ...
Grman's user avatar
  • 493
47 votes
3 answers
107k views

I'm curious how reCAPTCHA v3 works. Specifically the browser fingerprinting. When I launch an instance of Chrome through Selenium/chromedriver and test against reCAPTCHA 3 (https://recaptcha-demo....
Mr J's user avatar
  • 2,999
34 votes
4 answers
61k views

Puppeteer and PhantomJS are similar. The issue I'm having is happening for both, and the code is also similar. I'd like to catch some informations from a website, which needs authentication for ...
Felipe S. Fernandes's user avatar
23 votes
6 answers
41k views

What is Selenium? When you open the official page of the Selenium, the first thing you read is "Selenium automates browser" in "What is Selenium?" section. The section "Which part of Selenium is ...
learningQA's user avatar
23 votes
4 answers
35k views

This is a recent problem, it began I think three or four days ago. It is not isolated to my own system, as I was running the software on a remote server as well (Windows 10, Windows Server). It is not ...
user avatar
22 votes
2 answers
38k views

This is my first Stack Overflow question so please bear with me. I have read this SO question, which lead me to wondering, is it possible to make chromedriver completely undetectable? For my own ...
bryce's user avatar
  • 469
18 votes
7 answers
48k views

I am trying to login to google with selenium and I keep getting the error that "This browser or app may not be secure." The function I use to log in is: async function loginToChrome(driver, ...
KolCrooks's user avatar
  • 544
17 votes
5 answers
23k views

I'd like to suppress the initialization of TinyMCE inside my tests and can do this easily if the JavaScript can detect that I'm running inside a Selenium-automated page. So, is there some JavaScript ...
Lee Iverson's user avatar
10 votes
5 answers
68k views

At dawn my code was working perfectly, but today when I woke up it is no longer working, and I didn't change any line of code, I also checked if Firefox updated, and no, it didn't, and I have no idea ...
antoniocsk8's user avatar
22 votes
1 answer
19k views

When I try to log into the Chase website using Selenium (Python), I'm hit with the following error message: However, using "human" login works fine. It seems that when Selenium finds an element it ...
jsmiao's user avatar
  • 453
12 votes
3 answers
23k views

I have made a discord bot that uses selenium to access a website and get information, when I run my code locally I don't have any problem but when I deploy to Heroku the first URL I get redirects me ...
rafalou38's user avatar
  • 604
11 votes
6 answers
17k views

I have a Selenium service that has to login to my gmail account as the first step. This functionality was working couple of weeks ago, but suddenly the login starts to fails and i am seeing this Error ...
gashu's user avatar
  • 883
7 votes
2 answers
45k views

I'm attempting to use a headless chrome browser with selenium that also bypasses the bot detection test and currently using the the following project https://github.com/ultrafunkamsterdam/undetected-...
Code Collector's user avatar
8 votes
2 answers
22k views

I tried writing a simple script that checks the website every hour and sends me an email when it finds there's availability. I figured doing this evey hour shouldn't trigger any problems but I'm ...
justasking's user avatar
9 votes
5 answers
19k views

I'm actually trying to scrape some car datas from different websites, i've been using selenium with chromebrowser but some websites actually block selenium with captcha validation(example: https://www....
Mikycid's user avatar
  • 121
10 votes
3 answers
17k views

I am trying to create a script using python and selenium to automate the checkout process at bestbuy.ca. I get all the way to the final stage where you click to review the final order, but get the ...
Bajan's user avatar
  • 705
7 votes
2 answers
8k views

I'm trying to set MutationObserver for observing page mutation while loading. In order to do that, MutationObserver should be configured before page loading. With selenium-chromedriver, couldn't ...
nemo's user avatar
  • 311
6 votes
3 answers
24k views

I am having an error when changing the web driver user agent in Python using selenium. Here is my code: import requests import json from selenium import webdriver from selenium.webdriver.common....
Salvatore Timpani's user avatar
4 votes
6 answers
8k views

I'm trying to create a script using which I can parse few fields from a website without getting blocked. The site I wish to get data from requires credentials to access it's content. If it were not ...
SMTH's user avatar
  • 95
9 votes
2 answers
30k views

It says ChromeDriver is a standalone server that implements the W3C WebDriver standard It looks like W3C WebDriver standard only defines the interface between the automation program and ...
Jcyrss's user avatar
  • 1,830
9 votes
4 answers
14k views

I read everywhere that it is not possible for websites to detect that a user is using a selenium webdriver... but why? For example the webdriver plugin in firefox adds an 'webdriver attribute' to the ...
Stevo's user avatar
  • 93
4 votes
2 answers
9k views

I have this code that I'm using on my local machine: from selenium import webdriver chrom_path = r"C:\Users\user\sof\chromedriver_win32\chromedriver.exe" driver = webdriver.Chrome(chrom_path) link = '...
user avatar
6 votes
2 answers
7k views

I am trying to use selenium chromedriver in python for the website www.mouser.co.uk. However, it is detected as bot from the first shot . Does any one has an explanation for this ?. hereafter the ...
Lyesgigs's user avatar
  • 129
5 votes
3 answers
7k views

I am trying to scrape some data from LV website with Selenium and keep getting 'Access Denied' screen once 'sign in' button clicked. I feel like there is a protection against this because all seems to ...
Mudyla's user avatar
  • 287
10 votes
1 answer
13k views

So, I'm trying to write a script to login on https://us.etrade.com/e/t/user/login I am using Selenium for this but it somehow detects selenium when it starts and results in a message that says that ...
Newprogrammer's user avatar

15 30 50 per page
1
2 3 4 5