Latest questions in Selenium

0 votes
1 answer

How can we handle hidden elements of a webpage using Selenium Webdriver?

@Anita, you can handle hidden web elements ...READ MORE

Jun 4, 2019 in Selenium by Andrew
2,273 views
0 votes
1 answer

Is it possible to handle Windows based pop-ups in Selenium?

Hello Rustam, Selenium doesn’t support windows based ...READ MORE

Jun 4, 2019 in Selenium by Priti
9,668 views
0 votes
1 answer

What is the difference between getWindowHandle() and getWindowHandles() methods in Selenium WebDriver?

Hey Jennifer, difference between getWindowHandle() and getWindowHandles() ...READ MORE

Jun 4, 2019 in Selenium by Anvi
• 14,150 points
13,622 views
0 votes
1 answer

How to pause a test execution for 5 seconds at a specific point in Selenium?

Thread.sleep(5000); READ MORE

Jul 18, 2019 in Selenium by masood
3,278 views
0 votes
1 answer

Is there any way to load an extension in chrome browser using Selenium Webdriver?

Hey Harsha, you can load an extension ...READ MORE

Jun 4, 2019 in Selenium by Rishabh
20,595 views
0 votes
1 answer

How to disable infobar in Chrome browser in Selenium Webdriver?

Hi Lerry, you can disable Infobars displayed ...READ MORE

Jun 4, 2019 in Selenium by Hardeep
5,544 views
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,566 views
0 votes
2 answers

Handling untrusted SSL certificates in different browsers using Selenium?

Hi Ishita, you can handle untrusted SSL ...READ MORE

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

How can I handle untrusted SSL certificate in Firefox using Selenium Webdriver?

Hello Vartika, you can handle Untrusted SSL ...READ MORE

Jun 4, 2019 in Selenium by Anvi
• 14,150 points
2,706 views
0 votes
1 answer

How to disable Developer Mode Extension in Selenium?

Hello Rehman, you can disable Developer Mode ...READ MORE

Jun 4, 2019 in Selenium by Anvi
• 14,150 points
5,188 views
0 votes
1 answer

How isMultiple() method can be used by Selenium Webdriver?

@Payal, isMultiple() method is used to check ...READ MORE

Jun 1, 2019 in Selenium by Anvi
• 14,150 points
2,852 views
0 votes
1 answer

What are the main disadvantages of using implicit wait in Selenium?

Hey Aaron, the main disadvantage of implicit ...READ MORE

Jun 1, 2019 in Selenium by Abha
• 28,140 points
7,436 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,416 views
0 votes
1 answer

How to perform double click on a webpage using WebDriver?

Hey Jaya, to perform double click on ...READ MORE

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

What is the use of AutoIt tool with Selenium?

Hey Badrish, AutoIT is a third party tool ...READ MORE

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

Is it possible to take screenshot with EventFiringWebDriver in Selenium?

@Yarush, Yes it is possible to take ...READ MORE

May 31, 2019 in Selenium by Jitendra
1,693 views
0 votes
2 answers

What are the benefits of using TestNG with Selenium?

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

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

What is the use of deSelectAll() method in Selenium Webdriver?

Hello Inderjeet, deselectAll() method is useful to ...READ MORE

May 31, 2019 in Selenium by Yogesh
6,002 views
0 votes
1 answer

What is the use of getOptions() method in Selenium?

Hi Urmila, getOptions() is used to get all ...READ MORE

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

How to check whether a text is underlined or not in a webpage using Selenium Webdriver?

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

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

How can I delete all the cookies present on a browser using Webdriver?

Hey jasmine, to delete all the cookies ...READ MORE

May 30, 2019 in Selenium by Rajeshwari
1,016 views
0 votes
1 answer

What is the difference between driver.get() and driver.navigate.to() methods?

Hi Anandita, driver.get() method is used to ...READ MORE

May 30, 2019 in Selenium by Murad
38,355 views
0 votes
1 answer

Is there any way to get size (height and width) of a textbox using Selenium?

@Nick, you can use following lines of ...READ MORE

May 30, 2019 in Selenium by Raunak
11,092 views
0 votes
1 answer

Is it possible to check if a text is highlighted on the page using Selenium?

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

May 30, 2019 in Selenium by Avni
14,580 views
0 votes
1 answer

Write automation script to submit a form on a webpage using Webdriver?

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

May 29, 2019 in Selenium by Abha
• 28,140 points
1,268 views
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,047 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,242 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,192 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,708 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,138 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,609 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
509 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
997 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
454 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,544 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,838 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,921 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,563 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,273 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,032 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
818 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,220 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
730 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
569 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,781 views