python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Web Scraping by Python -- element click intercepted
When I run my code, it is able to place username and password, but couldn't click on sign in button.
options = ChromeOptions()
options.add_argument("headless") # to hide window in 'backgroun...
samira
Votes: 0
Answers: 0
How can I wait until Captcha is done in Selenium Python?
I'm working on a checkout bot, but hCaptcha is disturbing my plans. Currently I'm using ImplicitWait to allow the captcha to continue for 40 seconds, however upon completion, it seems to prefer to sta...
kyro
Votes: 0
Answers: 1
All browsers are crashing using Selenium
Hi there I'm new to coding but especially to python/selenium et.c. so please bare with me.
I've been trying to develop a scrapper for Facebook for an art project by using Selenium. After some dabbling...
zacharyCodes
Votes: 0
Answers: 1
How to open new browser tab using Selenium and Java by passing ChromeOptions to ChromeDriver?
I am trying to create a variable that I can open a new tab with by using the code below in my Test:
getWebDriver().get("first website");
WebDriver newTab = getWebDriver().switchTo().newWindo...
Gabriel Dragomir
Votes: 0
Answers: 1