Trending questions in Selenium

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

How can I register webdrivers for python-selenium?

Hello Shelly, to register webdrivers like Chrome ...READ MORE

May 16, 2019 in Selenium by Pratibha
• 3,690 points
792 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
909 views
0 votes
1 answer

Assertions in Selenium can be used in which all modes?

Hello Gauri, Assertions in selenium can be used ...READ MORE

May 14, 2019 in Selenium by Pratibha
• 3,690 points
817 views
+1 vote
1 answer

How to use xpath to get a specific text from a website?

The task is to get the text ...READ MORE

Dec 19, 2018 in Selenium by Nabarupa
7,069 views
+1 vote
1 answer

How Selenium functions internally when you create a object of driver instance?

Based on the above statements, the Firefox ...READ MORE

May 8, 2019 in Selenium by Frankie
• 9,830 points
1,025 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,339 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
684 views
–1 vote
1 answer

Why Flash testing is different and difficult than testing other Web Elements?

Hi Himanshu, Flash Testing is testing type ...READ MORE

May 23, 2019 in Selenium by Ritesh
373 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
769 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
750 views
0 votes
1 answer

When does ElementNotInteractable exception occurs?

This Selenium exception is thrown when an ...READ MORE

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

What are some of the browser commands used in Selenium Webdriver?

Hi Nakul, some of the most frequently ...READ MORE

May 14, 2019 in Selenium by Abha
• 28,140 points
607 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
810 views
0 votes
1 answer

Is it possible to do Database testing by using Selenium Webdriver?

Hey Kanika, Selenium Webdriver is limited to Testing Browser ...READ MORE

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

What is gherkin?

Gherkin is the format for cucumber specifications. It is a ...READ MORE

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

Error: InvalidSelectorException in selenium

The error you are getting can be ...READ MORE

Feb 8, 2019 in Selenium by Rahul
4,651 views
0 votes
1 answer

Selenium throws an error “selenium.common.exceptions.WebDriverException:

In your case the path of the ...READ MORE

May 8, 2018 in Selenium by Samarpit
• 5,910 points
16,561 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
550 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,143 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
634 views
0 votes
1 answer

Can anyone explain which all methods are contained by Hard Assertion?

Hello @Monika, a Hard Assertion contains following ...READ MORE

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

How Functional and Performance testing are different from each other in Automation testing?

Hi Urvashi, Functional testing is to test functionality ...READ MORE

May 13, 2019 in Selenium by Irfan
427 views
0 votes
1 answer

What is the process of installing Selenium IDE?

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

May 13, 2019 in Selenium by Avantika
412 views
0 votes
2 answers

What is the difference between BeforeClass and BeforeTest in TestNG - Selenium WebDriver

@Before and @After are called for every ...READ MORE

Mar 10, 2019 in Selenium by onlyfullstack
8,345 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
500 views
0 votes
1 answer

What is Validation in Selenium?

Validation in selenium means checking wether all ...READ MORE

Dec 24, 2018 in Selenium by Nabarupa
6,365 views
0 votes
1 answer

How to handle IE protected mode zone and zoom level setting in selenium C#

For changing the zoom level you can ...READ MORE

Feb 13, 2019 in Selenium by Priyaj
• 58,090 points
4,118 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
395 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
421 views
0 votes
1 answer

How to select first instance of a button in a table row based on cell content by XPath

This xpath should give you all the ...READ MORE

Jun 6, 2018 in Selenium by jons
14,803 views
+1 vote
1 answer

How to click a link whose href has a substring using Selenium webdriver?

It can be done by using the ...READ MORE

Jul 11, 2018 in Selenium by Meci Matt
• 9,460 points
13,173 views
0 votes
1 answer

Using Selenium, is it possible to verify if text is present inside a PDF which is loaded by the browser?

Reading PDF contents is not a functionality ...READ MORE

Apr 18, 2018 in Selenium by king_kenny
• 3,710 points
16,769 views
0 votes
0 answers
0 votes
0 answers

How to hover element when action class is not working in my Selenium framework ?

When i am writing the code to ...READ MORE

Feb 16, 2019 in Selenium by Raishul
3,605 views
0 votes
1 answer

How to skip a method or a code block in TestNG?

If you want to skip a particular test ...READ MORE

Feb 8, 2019 in Selenium by Frankie
• 9,830 points
3,776 views
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,395 views
0 votes
2 answers

How to Change gmail login page settings

Hey @Suganth, from August 2018, google has ...READ MORE

Feb 6, 2019 in Selenium by Priyaj
• 58,090 points
3,866 views
0 votes
2 answers

webdriver.ie.driver System Property setting driver executable

System.setProperty("webdriver.chrome.driver","C:\\Users\\vthaduri\\workspace\\LDCSuite\\IEDriverServer.exe"); your miss take is webdriver.chrome.driver but, we have ...READ MORE

Apr 24, 2019 in Selenium by anonymous
8,360 views
+1 vote
1 answer

Selenium Eror: org.openqa.selenium.UnhandledAlertException: unexpected alert open

Even I had a similar problem. This ...READ MORE

May 29, 2018 in Selenium by sniffy_god
• 780 points
14,585 views
0 votes
1 answer

What are the differences between getText() and getAttribute() functions in Selenium WebDriver?

See, both are used to retrieve something ...READ MORE

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

How can I search for a video on YouTube?

I will tell you step by step ...READ MORE

Dec 20, 2018 in Selenium by Nabrupa
5,778 views
0 votes
1 answer

How to change the file name downloading using Selenium ChromeDriver?

This is not possible by just using ...READ MORE

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

Selenium WebDriver and browsers select file dialog

If you are trying to select a ...READ MORE

Sep 3, 2018 in Selenium by Meci Matt
• 9,460 points
10,299 views
+1 vote
2 answers

Selenium IDE Click button error while clicking on Play Recording

Hello, There are a number of reasons that ...READ MORE

Nov 30, 2019 in Selenium by surbhi
• 260 points
1 flag 1,901 views
0 votes
0 answers
0 votes
1 answer

How to access a html page using selenium?

You will use driver.get() and instead of ...READ MORE

Jan 14, 2019 in Selenium by Pranjali
4,529 views
0 votes
1 answer

Is there a way to run only few test cases at a time in testNG class?

Hello @sradha, yes there are many ways ...READ MORE

Dec 27, 2018 in Selenium by Rashmi
5,262 views
0 votes
1 answer

How to refresh in selenium webdriver?

There are multiple methods using which you ...READ MORE

Feb 13, 2019 in Selenium by Priyaj
• 58,090 points
3,211 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,317 views