Most answered questions in Selenium

0 votes
1 answer

What are the differences between getText() and getAttribute() functions in Selenium WebDriver?

See, both are used to retrieve something ...READ MORE

Apr 5, 2018 in Selenium by nsv999
• 5,500 points
17,017 views
0 votes
1 answer

What's the diff between Selenium RC and Selenium WebDriver?

RC works by injecting the JavaScript functions ...READ MORE

Apr 5, 2018 in Selenium by nsv999
• 5,500 points
1,062 views
0 votes
1 answer

DesiredCapabilities in Selenium WebDriver

DesiredCapabilities is a class in org.openqa.selenium.remote.DesiredCapabilities package ...READ MORE

Apr 4, 2018 in Selenium by nsv999
• 5,500 points
5,186 views
0 votes
1 answer

Java.lang.CharSequence cannot be resolved error while using sendKeys() using Selenium Webdriver

You could try this, myElement .sendKeys(new String[] { ...READ MORE

Apr 4, 2018 in Selenium by Johnathon
• 9,090 points
4,359 views
0 votes
1 answer

How to use Actions class in Selenium Webdriver?

In seleniun webdriver it is not mandatory ...READ MORE

Apr 4, 2018 in Selenium by Damon Salvatore
• 5,980 points
3,910 views
+1 vote
1 answer

How to perform mouse hovering in Selenium WebDriver (Java)?

You many not actually be able to ...READ MORE

Apr 3, 2018 in Selenium by nsv999
• 5,500 points

edited Aug 22, 2023 by Khan Sarfaraz 10,311 views
0 votes
1 answer

Where do I get the ChromeDriver.exe from? The download link isn't available

You can download the chromedriver.exe from this ...READ MORE

Apr 3, 2018 in Selenium by nsv999
• 5,500 points
15,037 views
0 votes
1 answer

Maven pom.xml file issue USING SELEINUM WebDriver using Firfox

You don't need to change anything in ...READ MORE

Apr 3, 2018 in Selenium by ned_crew
• 1,610 points
1,365 views
0 votes
1 answer

Selenium Type method test method failed

In this matter ur 1st paramter should ...READ MORE

Apr 3, 2018 in Selenium by Shubham
• 13,490 points
793 views
0 votes
1 answer

Explicit Wait and Fluent Wait error in Selenium Webdriver

You should use Explicit wait or Fluent ...READ MORE

Apr 2, 2018 in Selenium by ghost
• 1,790 points
3,128 views
0 votes
1 answer

dBase for my website always gives me this error “Invalid syntax”

Seems like you are missing a close ...READ MORE

Mar 30, 2018 in Selenium by nsv999
• 5,500 points
1,007 views
0 votes
1 answer

Browser is Unreachable exception while trying to test with Selenium Webdriver using IEDriver

I was getting the same error and ...READ MORE

Mar 30, 2018 in Selenium by nsv999
• 5,500 points
10,802 views
0 votes
1 answer

Selenium IDE (2.9.1.1-signed) not working with latest Version of Firefox

Unfortunately, Selenium IDE will be deprecated soon. ...READ MORE

Mar 30, 2018 in Selenium by nsv999
• 5,500 points

edited Apr 4, 2018 by nsv999 7,221 views
0 votes
1 answer

How do I set the zoom level of Internet Explorer to 100% when using python _winreg

My qustion is, by default for testing ...READ MORE

Mar 30, 2018 in Selenium by nsv999
• 5,500 points
3,100 views
0 votes
1 answer

I'm working on utility tool which should to test GWT-App. I wanna use Chrome headless browser, but that doesn't work.

Along with the --headless option, you should ...READ MORE

Mar 30, 2018 in Selenium by nsv999
• 5,500 points
911 views
0 votes
1 answer

Need to perform parallel execution (multiple browser sessions) with Selenium & TestNG by using @BeforeSuite

@Beforesuite annotated method runs before the testNG.XML ...READ MORE

Mar 30, 2018 in Selenium by nsv999
• 5,500 points
5,449 views
0 votes
1 answer

Headless ChromeDriver using Python Selenium error: Fails To Start— “DevTools request failed”

This should be because your ChromeDriver is ...READ MORE

Mar 30, 2018 in Selenium by nsv999
• 5,500 points
1,662 views
0 votes
1 answer

StaleElementReferenceException in Selenium

Since the page gets refreshed, the button ...READ MORE

Mar 30, 2018 in Selenium by nsv999
• 5,500 points
480 views
0 votes
1 answer

Double click a record in a grid using Selenium webdriver

Try Actions class to perform this Actions action ...READ MORE

Mar 30, 2018 in Selenium by Damon Salvatore
• 5,980 points
4,865 views
0 votes
1 answer

Error throwing org.openqa.selenium.WebDriverException: Cannot find firefox binary in PATH

Don't use firefox.exe in the end e.g. ...READ MORE

Mar 30, 2018 in Selenium by brat_1
• 7,200 points
3,520 views
0 votes
1 answer

I tried the below code but multiple instances are being created

Remove the driver initialization from @BeforeClass/ returnDriver() ...READ MORE

Mar 30, 2018 in Selenium by DragonLord999
• 8,450 points
1,178 views
0 votes
1 answer

Need to download a file using Selenium

Pretty simple...Find the element or link using ...READ MORE

Mar 30, 2018 in Selenium by nsv999
• 5,500 points
3,226 views
0 votes
1 answer

Error with Selenium File Upload

In your code, you have used "WebElement" ...READ MORE

Mar 30, 2018 in Selenium by nsv999
• 5,500 points
5,767 views
0 votes
1 answer

Firefox browser driver issue. Not loading. I'm getting the below Error: typeError: addon is null

The error is pretty straight forward. Its ...READ MORE

Mar 28, 2018 in Selenium by nsv999
• 5,500 points
2,548 views
0 votes
1 answer

Not able to use “explicit wait” in my code

To wait until the entire data has ...READ MORE

Mar 28, 2018 in Selenium by nsv999
• 5,500 points
925 views
0 votes
1 answer

Python + Selenium - Trying to find element by link containing certain words

2 issues. One thing is, "Catalogues" & ...READ MORE

Mar 28, 2018 in Selenium by nsv999
• 5,500 points
9,134 views
0 votes
1 answer

Selenium + Java - drag and drop not working on selenium 3.8

How about you try adding the below ...READ MORE

Mar 28, 2018 in Selenium by nsv999
• 5,500 points
4,761 views
0 votes
1 answer

How should I configure the chromedriver.exe in eclipse

Use the page factory pattern, working example: public ...READ MORE

Mar 27, 2018 in Selenium by ffdfd
• 5,550 points
19,202 views
–1 vote
1 answer

Selenium XPath error:- Element not found

The reason for Element not found exception ...READ MORE

Mar 27, 2018 in Selenium by nsv999
• 5,500 points
19,847 views
0 votes
1 answer

Web-scraping with beautifulsoup in different siblings

The tags are not closed in your ...READ MORE

Mar 27, 2018 in Selenium by nsv999
• 5,500 points
804 views
0 votes
1 answer

Xpath element not found

You need to induce WebDriverWait with expected_conditions ...READ MORE

Mar 27, 2018 in Selenium by ned_crew
• 1,610 points
3,030 views
+1 vote
1 answer

How to handle drop downs using Selenium WebDriver in Java

First, find an XPath which will return ...READ MORE

Mar 27, 2018 in Selenium by nsv999
• 5,500 points
7,991 views
0 votes
1 answer

How to find a list of elements that end with a particular string by using Selenium with Ruby

The problem is that, the end_with method ...READ MORE

Mar 27, 2018 in Selenium by nsv999
• 5,500 points
1,677 views
0 votes
1 answer

Using headless browser for Armv7 linux processor

Install the lower version of selenium.It fixed ...READ MORE

Mar 27, 2018 in Selenium by code_ninja
• 6,290 points
747 views
0 votes
1 answer

I tried to open a new website when a new tab is opened using Selenium Webdriver

Try this code: ArrayList<String> tabs = new ...READ MORE

Mar 27, 2018 in Selenium by nsv999
• 5,500 points
4,006 views
0 votes
1 answer

Can't find an element Using Selenium

The reason you can't locate the item ...READ MORE

Mar 27, 2018 in Selenium by nsv999
• 5,500 points
2,236 views
0 votes
1 answer

Finding parent element in Protractor

To get the parent element, you can ...READ MORE

Mar 27, 2018 in Selenium by nsv999
• 5,500 points
3,410 views
0 votes
1 answer

Saving data to the same xls file with Robot Framework ExcelLibrary

The documentation of the library states that, ...READ MORE

Mar 27, 2018 in Selenium by nsv999
• 5,500 points
6,322 views
0 votes
1 answer

Selenium ChromeDriver issue - Want to run it in background, but not as headless browser

This is a flaw with ChromeDriver. Tried ...READ MORE

Mar 27, 2018 in Selenium by nsv999
• 5,500 points
7,488 views
0 votes
1 answer

Unable to connect to chromedriver 127.0.0.1:9515 on Amazon Linux AMI server

The issue seems to be only with ...READ MORE

Mar 26, 2018 in Selenium by nsv999
• 5,500 points
2,162 views
0 votes
1 answer

Unable to take the screenshot of the entire page in chrome using webdriver

I solved this issue myself actually. I ...READ MORE

Mar 26, 2018 in Selenium by nitinrawat895
• 11,380 points
3,347 views
0 votes
1 answer

Timeout error in selenium:- Timeout::Error with Selenium/Capybara/Cucumber/Ruby

The only reason for a timeout error ...READ MORE

Mar 26, 2018 in Selenium by nsv999
• 5,500 points
2,081 views
+1 vote
1 answer

Disable notification" “Chrome is being controlled by automated test software” in ChromeDriver 2.36

"disable-infobars" flag has been deprecated, but you ...READ MORE

Mar 26, 2018 in Selenium by nsv999
• 5,500 points
16,627 views
+1 vote
1 answer

Nightwatch chromedriver error

You should use a dot before lib: "webdriver.chrome.driver" ...READ MORE

Mar 26, 2018 in Selenium by nsv999
• 5,500 points
2,543 views
0 votes
1 answer

Can we run multiple instances simultaneously with Selenium WebDriver?

A better option is to create multiple ...READ MORE

Mar 24, 2018 in Selenium by nsv999
• 5,500 points
14,762 views
0 votes
0 answers

What is a selenium course?

Mar 15, 2022 in Selenium by Kichu
• 19,050 points
653 views
0 votes
0 answers

how to find element in selenium

Feb 7, 2022 in Selenium by Edureka
• 850 points

reshown Feb 24, 2022 by Hemant 665 views
0 votes
0 answers

How to separate integer(230001) into 230 &001 and compare 230 with hardcoded integer.

I have a ID field and want ...READ MORE

Oct 11, 2021 in Selenium by Usama
• 120 points
281 views
0 votes
0 answers

Iam unable to run the java program in eclipse

Iam getting the below error. at org.eclipse.jdt.debug.ui.launchConfigurations.JavaApplicationLaunchShortcut.findTypes(JavaApplicationLaunchShortcut.java:165) at org.eclipse.jdt.debug.ui.launchConfigurations.JavaLaunchShortcut.searchAndLaunch(JavaLaunchShortcut.java:115) at ...READ MORE

Oct 9, 2021 in Selenium by Srikanth
• 120 points
498 views