Most voted questions in Selenium

0 votes
1 answer

How to click on a hyperlink using Selenium WebDriver?

Hi Jonathan, you can use click() method in ...READ MORE

May 29, 2019 in Selenium by Abha
• 28,140 points
7,048 views
0 votes
2 answers

Is there any way to get the text of a web element using Selenium Webdriver?

use gettext() in java : string lableText = ...READ MORE

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

How can I clear the text in a text box using Selenium WebDriver?

Hello Akriti, you can clear the text ...READ MORE

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

How to input text in the text box without calling the sendKeys()?

Hi Rohan, you can use Javascript Executer ...READ MORE

May 29, 2019 in Selenium by Abha
• 28,140 points
44,198 views
0 votes
4 answers

Selenium Exception error -Element is not clickable at point (x, y). Other element would receive the click

If waitings for element, sleeps and oher ...READ MORE

Dec 13, 2019 in Selenium by Douglas
72,713 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

Which webdriver implimentation is fastest in Selenium Webdriver and why?

Hi Isaac, HTMLUnit Driver implementation is fastest, as ...READ MORE

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

What is a Hub and a Node in Selenium Grid?

@Dharmesh, in Selenium Grid a Hub is ...READ MORE

May 29, 2019 in Selenium by Navneet

edited May 29, 2019 1,610 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
512 views
0 votes
2 answers

What are the type of Parameterization in TestNG?

A Data Provider is a method on your class ...READ MORE

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

What is DataProvider in TestNG?

A Data Provider is a method on your class ...READ MORE

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

What are the different ways of handling authentication popup window using Selenium?

Hey Pragati, authentication popups can be handled ...READ MORE

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

How to handle proxy authentication using Selenium Webdriver?

Hi Rajat, you can set HTTP proxy ...READ MORE

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

How can I refresh a browser window in different ways using Selenium Webdriver?

Hello Piyush, you can refresh a browser ...READ MORE

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

Unable to find Firebug and Firepath plugins in Firefox broswer?

@Lakshmi, you can't find these plugins of ...READ MORE

May 29, 2019 in Selenium by Tharun
13,744 views
0 votes
1 answer

What is Firebug and how it is useful in Selenium Automation testing?

Hello Amit, FireBug is a plugin which comes ...READ MORE

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

How can I locate web elements from a web page using Selenium Webdriver?

Hey @Dushyant, Locating elements in WebDriver is ...READ MORE

May 29, 2019 in Selenium by Shreya
2,624 views
0 votes
1 answer

How to get the number of frames on a webpage using webdriver?

Hi Esha, you can get the number ...READ MORE

May 28, 2019 in Selenium by Rajesh
4,275 views
0 votes
1 answer

How page synchronization can be achieved in Selenium WebDriver?

Hey Dhvani, Page Synchronization can be achieved ...READ MORE

May 28, 2019 in Selenium by Ujjwal
3,035 views
0 votes
1 answer

How to perform right click action using Selenium Webdriver?

@Yuvika, you need to use Actions Class ...READ MORE

May 28, 2019 in Selenium by Reshma
819 views
0 votes
1 answer

How can I handle a Confirmation Alert pop-up using Python Webdriver?

Hey Sudha, you can use following code ...READ MORE

May 28, 2019 in Selenium by George
9,223 views
0 votes
1 answer

Taking screenshot of a webpage with Python-Selenium. How it can be done?

Hi Babita, try using this piece of ...READ MORE

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

How can I extract all the links froma webpage with Selenium-Python?

Hey Zakir, you can extract all the ...READ MORE

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

I want to write an Automation Script for browsing and exploring music from a website. How can I do that?

Hey Abhinav, I am sharing this code ...READ MORE

May 27, 2019 in Selenium by Mayank
570 views
0 votes
1 answer

Is it possible to run headless browser using Python-Selenium?

Hi Fatima, you can run headless browser ...READ MORE

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

How to locate web elements in Selenium-Python?

@Urvashi in Python, Selenium Webdriver API supports ...READ MORE

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

What are Webdriver listeners and what are they used for?

Hi Dheeraj, Listeners “listen” to the event ...READ MORE

May 25, 2019 in Selenium by Lipi
2,052 views
0 votes
1 answer

What are CSS Selectors and how they can be used as locators in Selenium Webdriver?

Hi Randeep, CSS Selectors are string patterns ...READ MORE

May 24, 2019 in Selenium by Pratibha
862 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
540 views
0 votes
1 answer

How to launch browsers using Python-Selenium?

Hey Nikita, to launch browser in Python-Selenium, ...READ MORE

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

How to open new tab in same browser and switch between them using Selenium?

Hi Mugdha, you can use following code ...READ MORE

May 24, 2019 in Selenium by Abha
• 28,140 points
22,030 views
0 votes
1 answer

How to get the WebDriver version during test run?

Hi friend, It is possible by reading the VERSION.txt ...READ MORE

May 28, 2019 in Selenium by Vaishnavi
• 1,180 points
478 views
0 votes
1 answer

How to switch the access from the main window to the popup window using Selenium?

Generally, the Modular Windows are part of ...READ MORE

May 28, 2019 in Selenium by Vaishnavi
• 1,180 points
5,627 views
0 votes
1 answer

How can Custom Firefox Profiles be created and used in Selenium?

Hi Vijay, to create Custom Firefox Profile ...READ MORE

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

Can anyone explain how to write Selenium script for Flash Testing?

Hey Wasin, to understand how Selenium scripts ...READ MORE

May 23, 2019 in Selenium by Neelam
1,315 views
0 votes
1 answer

How to automate Flash using Selenium Webdriver?

Hey Gaurav, to automate Flash using Selenium ...READ MORE

May 23, 2019 in Selenium by Gaurav
3,819 views
0 votes
1 answer

For given test scenarios, how can I write automation test script?

Hi Yogita, for this test scenario you ...READ MORE

May 23, 2019 in Selenium by Farah
999 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

How can I add Cucumber Jar files in Eclipse to use with Selenium Webdriver?

Hey Eshan, follow these steps to add ...READ MORE

May 23, 2019 in Selenium by Abha
• 28,140 points
5,601 views
0 votes
1 answer

How to print all google suggestions for a keyword using Selenium Webdriver?

Hello Cherry, below is the automation script ...READ MORE

May 23, 2019 in Selenium by Abha
• 28,140 points
4,864 views
0 votes
1 answer

Print stock market data table using Selenium Webdriver?

Hey @Ashutosh, you can use following code ...READ MORE

May 23, 2019 in Selenium by Nisha
1,915 views
0 votes
1 answer

What are some of the common exceptions one could face in Selenium?

Hey Monisha, some of the common Selenium ...READ MORE

May 23, 2019 in Selenium by Satyam
1,355 views
0 votes
1 answer

Selenium Exceptions are divided into how many categories?

Hey @Ketan, Selenium exceptions are divided into two ...READ MORE

May 22, 2019 in Selenium by Divya
789 views
0 votes
1 answer

What are the different logging levels in Log4j Loggers?

Hello @Pankaj, Log4j Loggers have following levels ...READ MORE

May 22, 2019 in Selenium by Preethi
712 views
0 votes
1 answer

What is the procedure of writing Selenium Test Cases with Log4j logging?

@Neetu, you can use these steps to ...READ MORE

May 22, 2019 in Selenium by Naveen
834 views
0 votes
1 answer

How to download and add Log4j Jars to Eclipse for Selenium Webdriver?

Hi Diksha, you can follow these steps ...READ MORE

May 22, 2019 in Selenium by Sanjay
21,052 views
0 votes
1 answer

What are the main components of Log4j?

Hi Kiran, Log4j has four main components: LogManager: This ...READ MORE

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

What is Log4j and what are its advantages??

Hi Benny, Log4j is a brilliant logging API ...READ MORE

May 22, 2019 in Selenium by Anvi
• 14,150 points
3,055 views
0 votes
1 answer

Select item from sub-menu of a menu using mouse over action in selenium

import java.util.concurrent.TimeUnit; import org.openqa.selenium.By; import org.openqa.selenium.WebDriver; import org.openqa.selenium.WebElement; import org.openqa.selenium.chrome.ChromeDriver; import org.openqa.selenium.interactions.Actions; public ...READ MORE

May 22, 2019 in Selenium by Anvi
• 14,150 points
28,642 views
0 votes
1 answer

Automate a purchase by adding a book to the cart in flipkart using Selenium

Hello Junaid, this code snippet would help you ...READ MORE

May 22, 2019 in Selenium by Abha
• 28,140 points
5,767 views