Most viewed questions in Selenium

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
786 views
0 votes
1 answer

How to create a test class with a test method in JUnit to testing framework?

Hi Sargun, first we need to create ...READ MORE

Jun 13, 2019 in Selenium by Nagendra
785 views
0 votes
0 answers
0 votes
1 answer

What does Parameterized testing mean in TestNG?

Hey Imraan, Parameterized tests allow developers to run ...READ MORE

Jun 4, 2019 in Selenium by Parineeti
781 views
0 votes
1 answer

Handling selenium webdriver popups

If you want to handle the most ...READ MORE

May 14, 2018 in Selenium by king_kenny
• 3,710 points
781 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
778 views
0 votes
1 answer

Checking HTTP Status in Selenium

This might not be the best use ...READ MORE

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

How to select an Object by its class in Selenium?

When it comes to Selenium, XPath will ...READ MORE

Apr 14, 2018 in Selenium by king_kenny
• 3,710 points
770 views
0 votes
1 answer

Do we have Selenium IDE for Chrome (like Firefox does)?

Actually, very recently Chrome has come up ...READ MORE

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

How to run selenium (Firefox) web driver without a GUI?

Yes, it's possible to run Selenium on ...READ MORE

Nov 27, 2020 in Selenium by Gitika
• 65,910 points
756 views
0 votes
0 answers
0 votes
1 answer

What is security testing in selenium?

Security testing is used to verify the ...READ MORE

Feb 19, 2019 in Selenium by Ria
754 views
0 votes
2 answers

What are the tools of Selenium Suite?

Selenium Grid , selenium IDE selenium RC ...READ MORE

Jun 4, 2019 in Selenium by Shweta Pandey
751 views
+1 vote
1 answer

Can someone explain the meaning of WebDriver wd = new ChromeDriver();?

WebDriver webdriver = new ChromeDriver(); The following simply ...READ MORE

Dec 15, 2018 in Selenium by Aniket
751 views
0 votes
1 answer

Need help with automation test script using Cucumber and selenium!

Hi Unnati, you can use TestNG to ...READ MORE

Aug 1, 2019 in Selenium by Abha
• 28,140 points
746 views
0 votes
0 answers

ElementClickInterceptedException occured

I have taken correct Xpath and i ...READ MORE

Nov 11, 2020 in Selenium by Boopathy
• 370 points
745 views
0 votes
1 answer

Using headless browser for Armv7 linux processor

Install the lower version of selenium.It fixed ...READ MORE

Mar 27, 2018 in Selenium by code_ninja
• 6,290 points
745 views
0 votes
1 answer

Which methods which can be used to handle pop-up and alerts in Python Selenium Webdriver?

Hey Kishor, Python Selenium webdriver provides following ...READ MORE

Jul 29, 2019 in Selenium by Abha
• 28,140 points
735 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

Scrolling to element using webdriver?

You are trying to run Java code ...READ MORE

Dec 3, 2020 in Selenium by Gitika
• 65,910 points
729 views
0 votes
2 answers

What are the different tools that can be used for Security Testing?

Veracode is the best due to banking ...READ MORE

Sep 3, 2020 in Selenium by Sri
• 3,190 points
719 views
+1 vote
0 answers

How to use MSTest Annotations in specflow c#

Hi , Am using Specflow +Mstest . How ...READ MORE

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

Mouse gestures supported by selenium

Selenium supports different mouse actions, such as: click(WebElement ...READ MORE

Jan 8, 2019 in Selenium by Shuvodip
715 views
0 votes
0 answers

I am unable to find module in python test file configuration

i am working on POM in selenium ...READ MORE

Mar 20, 2020 in Selenium by umair
• 150 points
713 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
713 views
0 votes
2 answers

How to handle dropdowns in selenium?

Hey @Rishab, you can take a look ...READ MORE

Jan 23, 2019 in Selenium by Priyaj
• 58,090 points
712 views
0 votes
1 answer

How can I parallely execute automation tests using Selenium Grid?

Hello Urmila, to parallelly execute automation tests ...READ MORE

Jul 22, 2019 in Selenium by Anvi
• 14,150 points
711 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
709 views
0 votes
1 answer

How to install Selenium IDE?

Selenium IDE is basically a add-on for ...READ MORE

Feb 28, 2019 in Selenium by Priyaj
• 58,090 points
707 views
+6 votes
1 answer

Recording all of our test cases in Selenium IDE

Well @vincitydaimo, for obvious reasons we prefer not ...READ MORE

Sep 20, 2018 in Selenium by Vardhan
• 13,190 points
707 views
0 votes
1 answer

Handling user authentication popup in Mobile/Tablet

You can get xpath/id of popup element ...READ MORE

Jul 3, 2018 in Selenium by Samarpit
• 5,910 points
706 views
0 votes
1 answer

why it is calling as a regresssion is there any reason

The idea is to run this series ...READ MORE

Nov 23, 2021 in Selenium by anonymous
705 views
0 votes
1 answer

When do we use findElement() and findElements()?

findElement(): findElement() is used to find the first ...READ MORE

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

What are commonly used Automation Testing tools that are used for Functional Automation?

Hey Balraj, most commonly used Automation tools ...READ MORE

Jun 21, 2019 in Selenium by Abha
• 28,140 points
703 views
+1 vote
1 answer

Locator issue for changed frame.

Hi ADS, can you please share your ...READ MORE

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

How to do api log validation in selenium

Hey Gopi, API log Validation is not ...READ MORE

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

How to run Selenium 1.0 tests in Selenium Webdriver?

Hey @Ipshita, We can use WebDriverBackedSelenium() method to ...READ MORE

Jul 3, 2019 in Selenium by Anvi
• 14,150 points
687 views
0 votes
1 answer

i cannot add chromedriver to my path on mac.what should i do? can you tell me full procedure? i am new to selenium.

Hello @Divya, You can refer this regarding your ...READ MORE

Nov 25, 2020 in Selenium by Niroj
• 82,880 points
686 views
+1 vote
1 answer

What is regression testing?

Regression testing is when you select partial ...READ MORE

Feb 18, 2019 in Selenium by Jobin
684 views
0 votes
0 answers

I cannot click on the last element and i have been trying for hours PLEASE HELP!!!

from selenium import webdriver from selenium.webdriver.chrome.options import Options from ...READ MORE

Jun 18, 2020 in Selenium by Justin
• 140 points

recategorized Jun 18, 2020 by Gitika 682 views
0 votes
1 answer

I need to find a web element using CSS

The element should be located with any ...READ MORE

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

My Windows authentication code no longer working now

Try below of the options driver.switchTo().alert(); or driver.sw ...READ MORE

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

What are Broken Links and why they needs to be checked?

@Umang, Broken link or dead link is a link on a web ...READ MORE

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

Handle AJAX in selenium

AJAX allows the Web page to retrieve ...READ MORE

Jan 9, 2019 in Selenium by Nabo
677 views
0 votes
1 answer

How to execute groups of similar name for multiple classes?

Hello @Sradha,  You can create a TestNG suite ...READ MORE

Dec 27, 2018 in Selenium by Trisha
677 views
0 votes
1 answer

Refreshing web page in Selenium WebDriver

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

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

Can anyone demonstrate how Actions class can be used to perform mouse and keyboard events using Selenium?

Hey Kunal, Advanced User Interactions API handles ...READ MORE

Jul 2, 2019 in Selenium by Sanjeev
676 views
+1 vote
0 answers

why the dot operator used in selenium

Mar 1, 2019 in Selenium by anonymous
675 views