Most viewed questions in Selenium

0 votes
1 answer

What are the different tools used for Compatibility testing?

For compatibility testing you can use the ...READ MORE

Feb 15, 2019 in Selenium by Nandita
546 views
0 votes
1 answer

Selenium::WebDriver::Error::JavascriptError: waiting for evaluate.js load failed Firefox 23

I had the same problem on Mac ...READ MORE

Dec 4, 2020 in Selenium by Gitika
• 65,910 points
545 views
0 votes
1 answer

How exception handling can be done in Selenium?

@Suresh, Selenium exceptions can be handled in ...READ MORE

May 23, 2019 in Selenium by Suman
545 views
0 votes
1 answer

I am facing issue while running my test case

The error that u got probably implies that ...READ MORE

May 6, 2020 in Selenium by Sirajul
• 59,230 points
544 views
0 votes
1 answer

Why we assign firefox instance to webdriver?

Webdriver is an interface, not a class. ...READ MORE

Jan 23, 2019 in Selenium by Frankie
• 9,830 points
544 views
0 votes
1 answer

What is Webdriver Wait in Selenium Webdriver?

Hey Muskan, WebDriverWait is applied on a certain element ...READ MORE

May 29, 2019 in Selenium by Abha
• 28,140 points
542 views
0 votes
1 answer

How to handle multiple windows in Selenium Webdriver?

Hey Ritika, you can handle multiple windows ...READ MORE

May 24, 2019 in Selenium by Anvi
• 14,150 points
541 views
+1 vote
1 answer

How to Download & Install Selenium WebDriver?

Selenium installation is a 3 step process: Install ...READ MORE

Nov 30, 2020 in Selenium by Gitika
• 65,910 points
540 views
0 votes
1 answer

Please help me below my question

Check this out https://www.guru99.com/locators-in-selenium-ide.html Hope this helps! Also refer to https://www.edureka.co/blog/css-selectors-in-selenium/#Demo ...READ MORE

May 11, 2020 in Selenium by kim
540 views
0 votes
1 answer

What are the prerequisites to configure Apache POI with Selenium?

Hey Manoj, following are the prerequisites to ...READ MORE

Jul 17, 2019 in Selenium by Abha
• 28,140 points
540 views
0 votes
1 answer

Python or Java for selenium?

According to me Python is better for using selenium. ...READ MORE

Jan 9, 2019 in Selenium by Nabarupa
539 views
0 votes
0 answers

How to use Selenium IDE

Hi, I am new to selenium and have ...READ MORE

Nov 30, 2019 in Selenium by surbhi
• 260 points
2 flags 538 views
0 votes
1 answer

Chrome driver makes screenshot just of visible part of page

This is a known bug: https://code.google.com/p/chromedriver/issues/detail?id=294 (Only for Chrome ...READ MORE

Aug 23, 2018 in Selenium by Meci Matt
• 9,460 points
538 views
0 votes
1 answer

Unable to find the chromedriver executable

Please download the server from http://code.google.com/p/chromedriver/downloads/list and place it ...READ MORE

Nov 27, 2020 in Selenium by Gitika
• 65,910 points
534 views
+1 vote
1 answer

what is selenium python binding?

Selenium Python bindings provides a simple API ...READ MORE

Mar 25, 2019 in Selenium by Frankie
• 9,830 points
533 views
0 votes
1 answer

What is database testing?

Database Testing is checking the schema, tables, ...READ MORE

May 9, 2019 in Selenium by Frankie
• 9,830 points
531 views
0 votes
0 answers

In which situations Selenium webdriver couldn't find web element?

In which situations Selenium webdriver couldn't find ...READ MORE

Jun 26, 2019 in Selenium by Shalini
530 views
0 votes
1 answer

How do we use Gecko driver.exe with Selenium?

Recently Selenium launched v3 and if you ...READ MORE

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

selenium 2 chrome driver

Try this System.setProperty("webdriver.chrome.driver", "C:\\pathto ...READ MORE

Aug 13, 2018 in Selenium by Samarpit
• 5,910 points
527 views
0 votes
1 answer

how to take screenshot in selenium

In order to capture a screenshot in ...READ MORE

Feb 3, 2022 in Selenium by Edureka
• 850 points
525 views
0 votes
1 answer

What is a keyword driven framework?

The keyword driven framework is a methodology ...READ MORE

Jan 9, 2019 in Selenium by Disha
524 views
0 votes
1 answer

browse a website using selenium webdriver

You can use the below code: public class ...READ MORE

Jun 8, 2018 in Selenium by Meci Matt
• 9,460 points
521 views
0 votes
1 answer

Checking if the Checkbox is already checked

you can verify using IsSelelected Method. IsCheck = ...READ MORE

May 7, 2018 in Selenium by anonymous
521 views
0 votes
1 answer

Difference between CpatureEntireScreenshot and CaptureScreenShot

CaptureEntireScreenshot will capture the screenshot of the ...READ MORE

Feb 11, 2019 in Selenium by Daniel
519 views
0 votes
1 answer

Click action in Selenium WebDriver

You can use the below code to ...READ MORE

May 15, 2018 in Selenium by Meci Matt
• 9,460 points
519 views
0 votes
1 answer

what is selenium used for?

Selenium is the most popularly used freeware ...READ MORE

Feb 3, 2022 in Selenium by Bhavitha
• 1,000 points
516 views
0 votes
1 answer

What is Selenium Grid and when it can be used?

Hello Janki, Selenium Grid is a part ...READ MORE

May 29, 2019 in Selenium by Rahul
515 views
0 votes
1 answer

Need to download IEDriver.

The links have changed. You can download ...READ MORE

Apr 6, 2018 in Selenium by nsv999
• 5,500 points
511 views
+1 vote
1 answer

In Excel handling how is it that we call getRow() without creating object of XSSFSheet class.

In Excel file handling using Apache POI, ...READ MORE

Oct 7, 2020 in Selenium by Karan
• 19,610 points
510 views
0 votes
1 answer

What are the steps in Mobile Friendly testing?

In mobile friendly testing you basically test ...READ MORE

Feb 20, 2019 in Selenium by Dheeraj
509 views
0 votes
1 answer

Not able to identify datepicker in chrome for my site "tui.co.uk".

Dear Vamshi, After clicking on the date box ...READ MORE

Jun 21, 2018 in Selenium by walter 123
• 240 points
509 views
0 votes
1 answer

What are the abilities of Selenium IDE?

Selenium IDE can perform the following tasks:- Selenium ...READ MORE

Feb 9, 2019 in Selenium by Trish
508 views
0 votes
1 answer

How can I take a screenshot using selenium?

Hello @Sradha, You can use the File ...READ MORE

Dec 31, 2018 in Selenium by Nabarupa
507 views
0 votes
1 answer

What are the features of HTMLUnitDriver?

Hi Samay, some of the features of ...READ MORE

Jul 15, 2019 in Selenium by Abha
• 28,140 points
506 views
0 votes
1 answer

When does ElementNotInteractable exception occurs?

This Selenium exception is thrown when an ...READ MORE

May 17, 2019 in Selenium by Frankie
• 9,830 points
504 views
0 votes
1 answer

Unable to select check with locators, please suggest

Hello, Check Boxes and Radio Button deals exactly the same way ...READ MORE

Jul 22, 2020 in Selenium by Niroj
• 82,880 points
501 views
0 votes
0 answers

What is JUnit @ignore test annotation and when it can be used?

What is JUnit @ignore test annotation and ...READ MORE

Jun 13, 2019 in Selenium by Garry
500 views
0 votes
0 answers

Getting Error

String tittle=driver.getTitle(); String currenturl=driver.getCurrentUrl(); System.out.println(tittle); System.out.println(currenturl); WebElement withgoogle = driver.findElement(By.xpath("//div[contains(text(),'Continue with ...READ MORE

Jul 30, 2020 in Selenium by Sahil
• 120 points
499 views
0 votes
1 answer

Major regression testing problem people face?

These are the major issues faced by ...READ MORE

Feb 18, 2019 in Selenium by Jobin
498 views
0 votes
1 answer

How Appium works in Andriod?

Appium is an open source test automation tool ...READ MORE

Jan 18, 2019 in Selenium by Frankie
• 9,830 points
497 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
496 views
0 votes
1 answer

Hi There, You said Selenium is a Firefox plugin then why does selenium support in other browsers(Chrome, IE, etc)?

Hi, Selenium IDE was initially a Firefox ...READ MORE

Jul 15, 2019 in Selenium by Abha
• 28,140 points
496 views
0 votes
0 answers
0 votes
1 answer

Benefits of using JUnit Error Collector

Hi Disha, some of the benefits of ...READ MORE

Jun 19, 2019 in Selenium by anonymous
• 14,150 points
493 views
0 votes
1 answer

what is pom in selenium?

Page Object Model, also known as POM, ...READ MORE

Feb 3, 2022 in Selenium by Bhavitha
• 1,000 points
492 views
+1 vote
1 answer

according to the video download the latest version of jdk. Should i still download the jdk 8 or the jdk 13? thank you.

I think using stable version is better ...READ MORE

Oct 18, 2019 in Selenium by Abha
• 28,140 points
491 views
0 votes
1 answer

Will Selenium v3.8.1 work with latest versions of Firefox?

Yup it should work with the latest ...READ MORE

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

Selenium WebDriver 2.4.0 alert checking

You can go for the below option: driver.switch_to.alert.accept ...READ MORE

Jun 1, 2018 in Selenium by Meci Matt
• 9,460 points
490 views
0 votes
1 answer

Firefox opens first run page in WebDriver

In C# with Selenium you can use ...READ MORE

May 31, 2018 in Selenium by Meci Matt
• 9,460 points
490 views
0 votes
1 answer

How to Start the ChromeDriver execution without EULA?

You have this problem because the error ...READ MORE

Feb 28, 2019 in Selenium by Surya
• 160 points
486 views