Most voted questions in Selenium

0 votes
1 answer

What is a Modular Framework and why it is useful in Selenium webdriver?

Hi Junaid, as the name suggests, Modular ...READ MORE

May 13, 2019 in Selenium by Abha
• 28,140 points
12,624 views
0 votes
1 answer

What are the most commonly used frameworks in automation testing?

Hey Hina, some of the most commonly ...READ MORE

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

What is a Selenium framework and what are the benefits of it?

Hi Disha, Selenium framework is a code structure ...READ MORE

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

What is a Window Handle in Selenium Webdriver?

Hi Fardeen, a Window Handle is a unique ...READ MORE

May 13, 2019 in Selenium by Sharath
5,207 views
0 votes
1 answer

How to install and configure Gecko Driver in Selenium?

Hello Abhishek, follow these steps to install ...READ MORE

May 13, 2019 in Selenium by Anvi
• 14,150 points
2,243 views
0 votes
1 answer

What is Gecko Driver in Selenium?

Hello Nitin, GeckoDriver is a web browser engine ...READ MORE

May 13, 2019 in Selenium by Anvi
• 14,150 points
581 views
0 votes
1 answer

What is PageFactory in Selenium?

Hi Shruti, The PageFactory class in Selenium is an extension ...READ MORE

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

How can I create a POM test case in Selenium Webdriver?

Hey Akshay, follow these steps to create ...READ MORE

May 13, 2019 in Selenium by Anvi
• 14,150 points
1,268 views
0 votes
1 answer

What is POM in Selenium and what it is used for?

Hello Rubina, POM is Page Object Model which ...READ MORE

May 12, 2019 in Selenium by Anvi
• 14,150 points
1,571 views
0 votes
1 answer

What is the difference between WebDriver and RemoteWebdriver in Selenium?

Hey Ishan, the difference between Webdriver and ...READ MORE

May 10, 2019 in Selenium by Pratibha
• 3,690 points
10,366 views
0 votes
2 answers

What is the best way to handle a Javascript popup using Selenium Webdriver?

webDriver.switchTo().alert() it inbuild selenium only //Store the alert ...READ MORE

Sep 3, 2020 in Selenium by Sri
• 3,190 points
10,469 views
0 votes
1 answer

How to get the text from all the cells of an HTML table?

This worked for me. Check this out import ...READ MORE

May 10, 2019 in Selenium by Surya
• 970 points
2,013 views
0 votes
1 answer

How to check if an image is displayed on web page while working with Selenium WebDriver?

I've come across a similar situation before, where the image ...READ MORE

May 10, 2019 in Selenium by Surya
• 970 points
7,579 views
0 votes
1 answer

How Selenium IDE is different from RPA?

Hey Farhan, Selenium is different from RPA ...READ MORE

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

How do I close a focused window using Selenium WebDriver in Java?

You can use this    String base = ...READ MORE

May 10, 2019 in Selenium by Vaishnavi
• 1,180 points
4,523 views
0 votes
1 answer

How to auto-refresh the ChromeDriver using Selenium Webdriver?

You can use this command. Also, refresh ...READ MORE

May 10, 2019 in Selenium by Vaishnavi
• 1,180 points

edited May 10, 2019 by Omkar 13,282 views
0 votes
1 answer

What are the main functions of Xpath locator in Selenium?

Hi Danish, for handling complex and dynamic ...READ MORE

May 9, 2019 in Selenium by Anvi
• 14,150 points
833 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
553 views
0 votes
1 answer

What are the phases of Selenium Life Cycle?

Selenium life cycle has following 5 phases: Test ...READ MORE

May 10, 2019 in Selenium by Prashant
4,505 views
0 votes
1 answer

How to click on Image in Selenium Webdriver?

Hello Lalit, I guess you mean to ...READ MORE

May 9, 2019 in Selenium by Anvi
• 14,150 points
12,146 views
0 votes
1 answer

How can I write test scripts in Selenium with python?

Hey Khushi, writing test scripts in Selenium ...READ MORE

May 9, 2019 in Selenium by Anvi
• 14,150 points
680 views
0 votes
1 answer

How to install and configure PyDev in Eclipse?

Hey Manisha, follow the steps mentioned below ...READ MORE

May 9, 2019 in Selenium by Avantika
15,094 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,366 views
0 votes
1 answer

What is Robot Class in selenium webdriver and why it is used?

Hello Akanksha, Robot Class is used for those ...READ MORE

May 9, 2019 in Selenium by Pratibha
• 3,690 points
1,851 views
0 votes
1 answer

Can anyone explain how an AJAX call can be handled in Selenium webdriver?

Hello Megha, to demonstrate how AJAX calls are ...READ MORE

May 9, 2019 in Selenium by Pratibha
• 3,690 points
1,202 views
0 votes
2 answers

What are the wait methods which can be used to handle AJAX calls?

Hi , for Ajax call better to use Explicit ...READ MORE

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

What is Xpath and what are the types of it in Selenium Webdriver?

Hi Piyush, XPath is defined as XML path. It is ...READ MORE

May 9, 2019 in Selenium by Pratibha
• 3,690 points
5,134 views
0 votes
1 answer

Installing Selenium Webdriver with Python package

Hey Hemant, for installing Selenium Webdriver with ...READ MORE

May 8, 2019 in Selenium by Anvi
• 14,150 points
15,253 views
0 votes
1 answer

How can we read data from an excel sheet in Selenium webdriver?

Hi Tarun, to read data from an ...READ MORE

May 8, 2019 in Selenium by Abha
• 28,140 points
17,253 views
0 votes
1 answer

What is Apache POI in Selenium and what it is used for?

Hi Raj, Apache POI is the most commonly ...READ MORE

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

How selenium can be used in devops lifecycle?

Hey Catherine, as we know that a ...READ MORE

May 8, 2019 in Selenium by Anvi
• 14,150 points
1,689 views
0 votes
1 answer

How to check the state of a radio button or checkbox in Selenium?

Hey Priya, to check the state of ...READ MORE

May 7, 2019 in Selenium by Pratibha
• 3,690 points
4,211 views
0 votes
1 answer

How to read a JS variable in Selenium Webdriver?

Hi Himanshu, its quite easy to access any ...READ MORE

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

How Selenium is different from QTP?

Hey Richa, Selenium is different from QTP ...READ MORE

May 7, 2019 in Selenium by Pratibha
• 3,690 points
435 views
0 votes
1 answer

How to mouse hover on a web element using Selenium WebDriver?

Hello Nitin, to automate mouse hovering over ...READ MORE

May 7, 2019 in Selenium by Anvi
• 14,150 points
6,224 views
0 votes
1 answer

How driver.close() and driver.quit() commands are different from each other in Selenium?

Hello Pallavi, Selenium WebDriver’s close() command closes the ...READ MORE

May 7, 2019 in Selenium by Anvi
• 14,150 points
1,829 views
0 votes
1 answer

How many types of Navigation commands are there in Selenium Webdriver?

Hi Rajan, following are the Navigation commands ...READ MORE

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

How to extract text from a web page using selenium and save it as a text file?

Hello Isha, you can checkout this code ...READ MORE

May 7, 2019 in Selenium by Anvi
• 14,150 points
33,203 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,404 views
0 votes
2 answers

What are the benefits of using Selenium as an Automation Testing tool?

There is no rule we have to ...READ MORE

Aug 26, 2020 in Selenium by Sri
• 3,190 points
1,846 views
0 votes
1 answer

How to download a file in chrome or mozilla browser using Selenium WebDriver?

Hey Uday, you can write following lines ...READ MORE

May 7, 2019 in Selenium by Pratibha
• 3,690 points
5,083 views
0 votes
0 answers

Unable to pass url in firefox and chrome by using selenium webdriver

Hi All, I am not able to run ...READ MORE

May 1, 2019 in Selenium by anonymous

edited May 2, 2019 by Omkar 1,393 views
0 votes
0 answers

Unable to create a new session using Selenium. JSON Script

I installed Selenium Standalone server and run ...READ MORE

Apr 29, 2019 in Selenium by Daniel
1,158 views
0 votes
0 answers

Only local connections are allowed error message for chrome driver

package sample; import org.openqa.selenium.WebDriver; import org.openqa.selenium.chrome.ChromeDriver; import java.util.concurrent.TimeUnit; import org.openqa.selenium.By; import org.openqa.selenium.WebElement; import ...READ MORE

Apr 29, 2019 in Selenium by Pratikhya
• 120 points
7,106 views
0 votes
0 answers
0 votes
0 answers
0 votes
0 answers

How to configure ChromeDriver to initiate the browser in the Headless mode using Selenium?

I'm currently working on a Python script ...READ MORE

Apr 2, 2019 in Selenium by Surya
• 970 points
1,433 views
0 votes
0 answers

I want to provide focus to another window in firefox while switching between two windows

if(BrowserLaunch.browser.equalsIgnoreCase("Firefox")) { WebDriverWait wait = new WebDriverWait(Driver.driver, 120); String parentWin ...READ MORE

Mar 27, 2019 in Selenium by anonymous
788 views
0 votes
2 answers

How to create a Javascript executor for making an element visible in Selenium Webdriver?

document.getElementById("myBtn").disabled = true; READ MORE

Aug 31, 2020 in Selenium by Sri
• 3,190 points
7,996 views
0 votes
1 answer

How to perform web scraping with Selenium?

Hey! The results are in the iframe so, ...READ MORE

Mar 26, 2019 in Selenium by Vaishnavi
• 1,180 points
1,429 views