Quantcast
Channel: Active questions tagged selenium - Stack Overflow
Browsing all 98711 articles
Browse latest View live
↧

Webdriver RecursionError: maximum recursion depth exceeded while calling a...

I'm starting a web scraping project and I need to setup a driver. I'm doing it like this:import loggingimport requestsfrom selenium import webdriverfrom webdriver_manager.chrome import...

View Article


Facing this issue while running Test cases through TestNG

I have installed my testNG from the marketplace. I am studying software testing using Selenium with Java. I expect a print out with this basic code, instead, it displays an error.package...

View Article


OSError: [WinError 193] %1 is not a valid Win32 application - Selenium

Working with selenium, I wanted to work on a script that ran absolutely fine in the past, but suddenly doesn't.Someone here has had the same problem in the past, and it was an error with python itself....

View Article

Problem solving recaptcha V2 using python, selenium and twocaptcha

I've written an automation task using selenium python, I want to automate form submission on this website:https://portal.311.nyc.gov/article/?kanumber=KA-01060after filling out the forms, there is a...

View Article

Can't see failed screenshot of testcases in selenium python

I tried to save screenshot of failure testcase in selenium python project by using driver.save_screenshot() method. I specified my folder as parameter. But can't see failed screenshot in my project....

View Article


UnsupportedCommandException: Method has not yet been implemented error with...

I am writing automated test cases for a hybrid Android app using Appium.I am using below line of code to set the cursor on a drop-down/pop-up:Set<String> stringSet =...

View Article

How can I bypass the Google CAPTCHA with Selenium and Python?

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 Google...

View Article

Vue-app tag is missing in page source (replaced by )

After trying to launch the JS-generated page with Chrome WebDriver Selenium, I see no content generated in vue-app tag.<div class="vue-app"></div>is simply replaced by<!---->The rest...

View Article


Setting up an IntelliJ, Java/Maven and Cucumber, Selenium project

I've been spending hours with ChatGPT trying to get this to run, but I'm running into the same errors again and again.My project is a fresh, simple java/kotlin project, with Selenium and Cucumber....

View Article


I need support to fix below issue in Selenium JAVA java: cannot access...

java: cannot access org.openqa.selenium.WebDriver bad class file: /C:/Users/USER/.m2/repository/org/seleniumhq/selenium/selenium-api/4.19.0/selenium-api-4.19.0.jar!/org/openqa/selenium/WebDriver.class...

View Article

Selenium/webDriver don't run

Strangely a week ago the code started giving errors.selenium=4.1.3 // windows 10from selenium import webdriverfrom selenium.webdriver import Chromefrom selenium.webdriver.chrome.service import...

View Article

Image may be NSFW.
Clik here to view.

C# Selenium ChromeDriver Leaking memory

I'm seeking assistance as I've noticed that selenium chromeDriver in c# has not properly been releasing memory. I've been using RamMap to track memory usage. When not running the following scripts,...

View Article

Selenide is(hidden) returns true but property is false

I am currently working on frontend tests and I am trying to test a popup menu that holds some checkboxes.After opening the menu when trying to test for visiblity, the test fails.I looked into it in...

View Article


(Small snippet) How can I change my code to make Firefox initial download...

Image showing what I want to change, I want it to save the file upon opening in browser rather than opening in FirefoxThis is a small snippet of my code, but it attempts to change the preference based...

View Article

Trouble Accessing AG Grid Data with Selenium Due to DOM Virtualization

I'm facing an issue while trying to automate a table built with AG Grid using Selenium. The data I'm attempting to access isn't loading in the DOM due to AG Grid's DOM virtualization feature. As a...

View Article


Invisible reCAPTCHA not detecting selenium script

The login page of my website has an invisible recaptcha protection. But is not detecting a simple selenium script such as this:def login_attack(driver, email): tries = 1...

View Article

inconsistency with selenium library

I'm trying to create a selenium code in my computer but it is not working. The code is: from selenium import webdriver from pathlib import Path chromedriver_path:str = Path(__file__).absolute().parent...

View Article


I want to print the IMDB rating of a movie/series to the terminal after the...

I am using Google search for finding the element, as it seems easier to navigate than IMDB. import selenium.webdriver as webdriverprint("This program finds the imdb rating of a movie or TV...

View Article

Parse WhatsApp message read status

My question is more about html layout and parsing dynamic of content.My task: parse contacts who read my particular message in the Group.I tried to see DOM structure for the DIV block that hold that...

View Article

Webscraping with python | How to pass a hCaptcha

I'm trying to automate a task that i enter in a public website, from the brazilian government, and collect some public data from some companies. But when i am entering with selenium in the website i...

View Article
Browsing all 98711 articles
Browse latest View live