Most viewed questions in Selenium

0 votes
1 answer

Automation script for handling Calendar on a webpage using Selenium Webdriver?

Hi Shruti, here's the automation script for ...READ MORE

Jun 4, 2019 in Selenium by Abha
• 28,140 points
2,580 views
0 votes
1 answer

Error: driver.navigate().to(“url”) is not working in Chrome 64 and driver chrome 2.35;

You should downgrade your chrome. It will ...READ MORE

Jul 5, 2018 in Selenium by Samarpit
• 5,910 points
2,577 views
0 votes
2 answers

What is the role of TestNG & JUnit frameworks in Selenium?

TestNG and JUnit are test frameworks . it ...READ MORE

Sep 4, 2020 in Selenium by Sri
• 3,190 points
2,568 views
0 votes
1 answer

Can we use selenium python script on backend of our website??

It is possible to add some python ...READ MORE

Mar 4, 2020 in Selenium by Sirajul
• 59,230 points
2,563 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,556 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,552 views
0 votes
1 answer

How to Handle alerts like Irctc alert in selenium?

Hello  karthik, Handling alerts manually is a tedious task. ...READ MORE

Jun 29, 2020 in Selenium by Niroj
• 82,880 points
2,531 views
0 votes
1 answer

Matching different browser version and selenium driver version

Look at the below link to see ...READ MORE

Jun 21, 2018 in Selenium by Samarpit
• 5,910 points
2,530 views
0 votes
0 answers

Selenium : Enter data in table multiple rows [closed]

My List<Map<String,String>> Has below Data : [{Test_Case_id=tc1, Delimiter=|,SourceFile=/tmp/tes.dat,targetFile=/tmp/tgt.file}, {Test_Case_id=tc2, ...READ MORE

Apr 11, 2020 in Selenium by Jyra
• 580 points

closed Apr 13, 2020 by Sirajul 2,526 views
0 votes
1 answer

How to get the enter username using ID locator in Facebook?

To use the ID locator to test ...READ MORE

Dec 18, 2018 in Selenium by Nabarupa
2,514 views
0 votes
1 answer

How Test Runners interacting with main method

 As main() method is needed to run the ...READ MORE

Aug 24, 2020 in Selenium by Niroj
• 82,880 points
2,513 views
0 votes
1 answer

Wait for page to load using HtmlUnitDriver

You can create a custom ExpectedCondition public static ...READ MORE

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

Can anyone state some of the advantages of Page Object Model framework?

Hey Naomi, POM (Page Object Model) framework ...READ MORE

Jun 4, 2019 in Selenium by Rakshit
2,509 views
0 votes
1 answer

Selenium ChromeBrowser get() method is not working

Make sure you are passing a valid ...READ MORE

May 25, 2018 in Selenium by Samarpit
• 5,910 points
2,488 views
0 votes
1 answer

Pass driver ChromeOptions and DesiredCapabilities?

You can add ChromeOptions to DesiredCapabilities then create the driver with ...READ MORE

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

Why do we create a reference variable of type Webdriver, not the actual browser type?

Hey Karan, we create a reference variable ...READ MORE

Jun 22, 2019 in Selenium by Abha
• 28,140 points
2,475 views
0 votes
1 answer

How to capture the status change of a process in selenium, after the process is kickstarted(Run)

For your requirement of capturing and displaying ...READ MORE

Apr 14, 2020 in Selenium by Jake George
2,470 views
0 votes
0 answers

How do you get all the child elements in Selenium WebDriver?

I'm currently working on Selenium with Python. ...READ MORE

Jul 15, 2019 in Selenium by Vaishnavi
• 1,180 points
2,467 views
0 votes
1 answer

How to write a test case in Selenium IDE?

Hey Sam, to write a test case ...READ MORE

May 14, 2019 in Selenium by Pratibha
• 3,690 points
2,466 views
0 votes
1 answer

What is the use of @listener annotation in TestNG?

 @listeners are used to configure reports and ...READ MORE

Jan 2, 2019 in Selenium by Shuvodip
2,466 views
0 votes
1 answer

Which of the following options can be used to move to the main menu option and then sub option through action method in webdriver

Hello @ naresh, With the actions object you should ...READ MORE

Jul 24, 2020 in Selenium by Niroj
• 82,880 points
2,458 views
0 votes
1 answer

How to login a forum using Selenium with Python

You should try to directly log in ...READ MORE

Apr 27, 2018 in Selenium by Samarpit
• 5,910 points
2,457 views
0 votes
1 answer

What are the mobile testing drivers supported by Selenium Webdriver?

Hey Vishwas, Mobile Testing Drivers supported by ...READ MORE

Jun 1, 2019 in Selenium by Abha
• 28,140 points
2,455 views
0 votes
0 answers

Cannot scroll down to an element that is not in view using selenium-ruby

I'm trying to search for an element ...READ MORE

Aug 19, 2019 in Selenium by Tester
2,454 views
0 votes
1 answer

What is the difference between HUB and NODE?

Hub:- It is the central point where you ...READ MORE

Jan 14, 2019 in Selenium by saksham
2,442 views
0 votes
1 answer

How to download a text file of .lst extension, in selenium python webdriver

I found that my MIME file type ...READ MORE

Apr 24, 2018 in Selenium by Meci Matt
• 9,460 points
2,442 views
0 votes
1 answer

Cannot click on Google search.

There is a very tiny mistake that ...READ MORE

Dec 21, 2018 in Selenium by Shuvodip
2,434 views
0 votes
1 answer

Error:NoSuchAttributeException in selenium

The most common issue with this error ...READ MORE

Feb 8, 2019 in Selenium by Ram
2,432 views
0 votes
1 answer

What are the steps to install PhantomJS with Selenium?

Hello Rizwan, steps to install PhantomJS with ...READ MORE

May 17, 2019 in Selenium by Pritesh
2,429 views
0 votes
1 answer

Export test cases from Selenium IDE to Selenium webdriver

Open the Test case in Selenium IDE ...READ MORE

Feb 12, 2019 in Selenium by Vascoo
2,422 views
0 votes
0 answers

TypeError: 'str' object is not callable

Hi , I am working selenium 4.0 , ...READ MORE

May 27, 2020 in Selenium by priya
• 120 points
2,418 views
0 votes
1 answer

What is the problem with the Alert function in the Selenium IDE

To simulate the button OK and click ...READ MORE

Mar 5, 2019 in Selenium by Surya
• 970 points
2,407 views
0 votes
1 answer

What are locators in Selenium and what are the different types of it?

Hi Divya, in Selenium Locators define an ...READ MORE

May 7, 2019 in Selenium by Abha
• 28,140 points
2,406 views
0 votes
1 answer

How many types of Assertion are there in Selenium Webdriver?

Hey Suraj, there are two types of ...READ MORE

May 14, 2019 in Selenium by Anvi
• 14,150 points
2,401 views
0 votes
0 answers

Error after upgrading to latest version of Selenium: System.InvalidOperationException: 'invalid argument: entry 0 of 'firstMatch' is invalid

I am using the latest version of ...READ MORE

Dec 3, 2020 in Selenium by Clemens
• 120 points

edited Dec 3, 2020 by Niroj 2,392 views
0 votes
1 answer

Performing authentication for FirefoxDriver, ChromeDriver and IEDriver using Selenium WebDriver

Use the below code for firefox: profile.SetPreference("network.automatic-ntlm-auth.trusted-uris", "google.com"); driver ...READ MORE

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

Need to integrate my Selenium tests with REST APIs

Selenium is good enough for this purpose...You ...READ MORE

Apr 18, 2018 in Selenium by king_kenny
• 3,710 points
2,383 views
0 votes
1 answer

How can I perform mouse hover to a web element with ruby and selenium webdriver?

Hi Siddhart, checkout the following script to ...READ MORE

Aug 26, 2019 in Selenium by Abha
• 28,140 points
2,382 views
0 votes
1 answer

Can a testNG suite run with different group names which doesn't exist?

Hey @Sradha, this works fine. Yes the ...READ MORE

Dec 27, 2018 in Selenium by Richa
2,378 views
0 votes
1 answer

How to get list of tests from Test Explorer in VS

Select all tests in Test Explorer and ...READ MORE

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

scrape/download file having customize selection using python selenium - stock screener site

Hi YI Wen Edwin, I am glad ...READ MORE

May 9, 2019 in Selenium by Abha
• 28,140 points
2,369 views
0 votes
2 answers

Differences between Selenium and Appium

Selenium: Selenium is a automation tool used for ...READ MORE

Nov 15, 2018 in Selenium by Arogyalokesh Vutukuru
2,369 views
0 votes
1 answer

How can I run test cases in parallel using Keyword Driven Framework?

One solution to try for executing test ...READ MORE

Jun 29, 2020 in Selenium by Alexander
2,364 views
0 votes
2 answers

How to solve the error while connecting real iOS device with Appium server?

Run Command 'ideviceinstaller in Terminal and found ...READ MORE

May 14, 2019 in Selenium by Siddharth
2,361 views
0 votes
0 answers

How do I keep a session alive for long Selenium scripts in automation?

I am automating a task with Selenium ...READ MORE

Dec 16, 2020 in Selenium by AYUSHI
• 120 points
2,340 views
+1 vote
2 answers

How to click on sing up button using java in selenium i am able to open page but not able to click

For a software testing services company while ...READ MORE

Sep 17, 2020 in Selenium by Vishal
2,339 views
0 votes
1 answer

How to download and install Maven to integrate with Selenium?

Hey Henry, follow these steps to download ...READ MORE

Jul 18, 2019 in Selenium by Abha
• 28,140 points
2,334 views
0 votes
1 answer

How Parametermizing tests can be done in TestNG using Data Provider?

Hi Devashish, you can parameterize tests with ...READ MORE

Jul 8, 2019 in Selenium by Abha
• 28,140 points
2,322 views
0 votes
0 answers

XPATH FOR DYNAMIC DROP DOWN

Hi all, I am facing some challenges in ...READ MORE

Jul 12, 2020 in Selenium by MOHAMMED
• 120 points
2,302 views