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 Articledifferent 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 ArticleFacing 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 Articledetect 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 Articledynamic 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 ArticleTestNG/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 ArticleHow 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 ArticleHow 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 ArticlePython 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 ArticleRSelenium 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 ArticleWhat 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 ArticleHow Webdriver interface works here? [duplicate]
What does this declaration mean?WebDriver driver = new ChromeDriver(); What does this imply? Please help.
View ArticleProblems 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 ArticleSelenium JS add cookie to request
I try to add cookie to the request in Selenium by JS. Documentation is obvious...
View ArticlePython 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 ArticleError 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 ArticleHow 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 ArticleException 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 Articleselenium 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 ArticleUsing 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