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

Image may be NSFW.
Clik here to view.

How to solve captcha that solve special characters in image to text? [closed]

image to solve i want to know that your api's can solve this type of image captcha or not e-g the image contains "/-=[ ]{}abcdwyrnm234567" etc captcha contains alphabets+number+specialcharacter

View Article


different output when runing the same script in Selenium

The same scripts occasionally give me some exception (NoSuchElementException) orElementClickInterceptedException) while running fine most of the time. What could be the cause?public static void...

View Article


Image may be NSFW.
Clik here to view.

Facing a problem in solving captcha using a service

I grab the site-key using a some-what hardcoded method, but since the len is always the same it's ok. After that I use the 2captcha API Documentation so that I can POST the key and GET the token for...

View Article

detect that javascript wants to open a new tab and force webpage to open new...

I would like to detect when some javascript wants to open a new tab so I could force it to open it in the current tab or at least get the URL to load it in my current tab.I am NOT talking about...

View Article

dynamic data web scraping selenium

Trying to get the load data from sldc website. Below is the python code:from selenium import webdriver from selenium.webdriver.common.keys import Keys driver = webdriver.Chrome()...

View Article


TestNG/Maven Encoding issue

I'm using TestNG for my Maven project, using data from an .xlsx file for the test cases. While this data is printed correctly in the Console, TestNG doesn't correctly read certain characters (é to é,...

View Article

Image may be NSFW.
Clik here to view.

How to locate the element using Selenium and Python

By taking look on above screenshot please help me out to find the name test user uniquely from span tag.

View Article

Image may be NSFW.
Clik here to view.

How to click on the download button using Selenium and Python

I am trying to download an excel file using Selenium Python using the below code:download=driver.find_element_by_css_selector("span[data-reactid='.0.1.0.0.1.1.1.0.1.0.1'>Download Orders]") The...

View Article


Python Selenium find url and switch to next page

This sript is working, but as I know that there are more urls available, what do I need to add in order to switch to the next page. for example, I like to get all urls on the first, second and third...

View Article


RSelenium concurrent users for multiple scenarios on Shiny

I am trying to do a charge test with RSelenium on my deployed Shiny application. Several users connect to the adress and do random tasks at the same time.I have searched doParallel but the number of...

View Article

What is the difference between ChromeDriver and WebDriver in selenium?

If we create :ChromeDriver driver=new ChromeDriver(); chrome driver methods will be executed.And if we create :WebDriver driver=new ChromeDriver(); again ChromeDriver methods are executed [as per...

View Article

How Webdriver interface works here? [duplicate]

What does this declaration mean?WebDriver driver = new ChromeDriver(); What does this imply? Please help.

View Article

Problems with scrapping Tripadvisor with Selenium

I have this Python code for scrapping the website TripAdvisor and until the last year (18 days ago) the code works awesome, but now the code doesn't work properly and I get this result (shown above)I...

View Article


Selenium JS add cookie to request

I try to add cookie to the request in Selenium by JS. Documentation is obvious...

View Article

Python Autologin impossible to compile [duplicate]

I wanted to try autologin with Python but I get this error when I´m compiling: Traceback (most recent call last): File...

View Article


Error when using sendKeys() with Selenium WebDriver Java.lang.CharSequence...

I have imported the following and still get an error when using sendKeys();import org.openqa.selenium.*; import org.openqa.selenium.firefox.*; import org.testng.Assert; import...

View Article

How to start FireFoxDriver using Selenium 3.4.0 using Maven?

I am trying to use Selenium's latest version 3.4.0 in a maven project. I imported all Selenium's jars using below dependency:-<dependency> <groupId>org.seleniumhq.selenium</groupId>...

View Article


Exception in thread "main" java.lang.NoSuchFieldError: LINUX

package org.example; import org.openqa.selenium.WebDriver; import org.openqa.selenium.chrome.ChromeDriver; public class Sample { public static void main(String[] args) throws InterruptedException {...

View Article

selenium 2 chrome driver

So I have read all the docs on adding chromedriver to my path and followed all of them. I am on a Mac with selenium2, maven, eclipse, and all the latest drivers:Error: The path to the chromedriver...

View Article

Using a ChromeDriver.exe that was stored in an asset file in a jar using...

I am using Java 1.8 and Selenium 2.53.0. I have taken these and created a lib/jar using maven that handles driver instantiation. In that lib I also packaged the ChromeDriver.exe in the assets folder.In...

View Article
Browsing all 98822 articles
Browse latest View live