Most viewed questions in Selenium

0 votes
1 answer

Screenshot using Selenium WebDriver

Below code will help you using JAVA: WebDriver ...READ MORE

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

What is Performance Testing ?

Performance testing is used to determine whether a ...READ MORE

Feb 18, 2019 in Selenium by Tamanna
484 views
0 votes
1 answer

what is assert in selenium

Assertions are used for validating a test ...READ MORE

Feb 4, 2022 in Selenium by Bhavitha
• 1,000 points
482 views
0 votes
1 answer

How can I get cssSelector of an element?

There are two ways as much as ...READ MORE

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

hello i am valdating facebook page i have wrriten below code ingu button but it is not clicking on buttons

Hey @Jordan, What's the error you are ...READ MORE

Sep 28, 2020 in Selenium by Karan
• 19,610 points
481 views
0 votes
1 answer

what is selenium testing

The Selenium testing tool is used to automate ...READ MORE

Feb 3, 2022 in Selenium by Bhavitha
• 1,000 points
480 views
0 votes
1 answer

What are the differences between Selenium and Quick Test Professional (QTP)?

Hello Siddhant, some of the major differences ...READ MORE

Jul 7, 2019 in Selenium by Pratibha
479 views
0 votes
1 answer

Selenium 2.0 web driver Tutorials using .NET

Docs here have an example in C#: http://seleniumhq.org/docs/03_webdriver.html using ...READ MORE

Apr 20, 2018 in Selenium by Vardy
• 2,360 points
479 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

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
0 answers

URGENT ! I have a problem in my code. Please Help!!

Hello, I tried to extract data from a ...READ MORE

Apr 24, 2020 in Selenium by anonymous
• 120 points
476 views
0 votes
0 answers

Struck to do an application on amazon price tracking

Sir I want to do an application ...READ MORE

Apr 7, 2020 in Selenium by Likhitha
• 120 points
476 views
0 votes
1 answer

Can anyone demonstrate how navigation commands can be used on a webpage in Selenium?

Hey Amanprit, Navigation Commands are used to ...READ MORE

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

StaleElementReferenceException in Selenium

Since the page gets refreshed, the button ...READ MORE

Mar 30, 2018 in Selenium by nsv999
• 5,500 points
475 views
0 votes
1 answer

what is selenium grid

Selenium Grid is to execute the tests ...READ MORE

Feb 3, 2022 in Selenium by Edureka
• 850 points
473 views
0 votes
1 answer

What is functional testing in selenium?

To keep a check on the fucntionality ...READ MORE

Feb 14, 2019 in Selenium by Esha Gupta
473 views
0 votes
1 answer

How does selenium webdriver works?

When the automation script is implemented, the ...READ MORE

Jan 7, 2019 in Selenium by ritwik
473 views
0 votes
1 answer

What is compatibility testing?

Compatibility (Configuration) testing is performed to test ...READ MORE

Feb 15, 2019 in Selenium by Ritvik
471 views
0 votes
0 answers
0 votes
1 answer

How o create testNG sample code?

Hey @Anjum, Check this out. It will ...READ MORE

Jun 18, 2020 in Selenium by Sirajul
• 59,230 points
467 views
0 votes
1 answer

What is a data-driven framework?

Basically the working here is as follows:- Test ...READ MORE

Jan 8, 2019 in Selenium by Abir
467 views
0 votes
2 answers

Tried doing automation of drop down with click or type into & select item.

Hello @Bharti, I was using the same ...READ MORE

Dec 20, 2018 in Selenium by Priyaj
• 58,090 points
467 views
0 votes
1 answer

What are the components of Web-site testing?

The components of Web site testing are ...READ MORE

Feb 14, 2019 in Selenium by Nabarupa Das
463 views
0 votes
1 answer

Popup messages using Selenium Web Driver

Try to get text From Pop Up: String ...READ MORE

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

Fail to connect to internet : Firefox 53 launched with gecko 0.16.1

Below code will help you: FirefoxProfile profile = ...READ MORE

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

Can anyone suggest some of the automation testing tool which are used for Non-Functional Automation?

Hello Chandni, some of the automation tools ...READ MORE

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

related to href

Hey Himanshu, as far as I can ...READ MORE

Jun 18, 2019 in Selenium by Abha
• 28,140 points
457 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 major exceptions that occur in Selenium?

There are mostly 5 different types of ...READ MORE

Feb 13, 2019 in Selenium by Priyaj
• 58,090 points
456 views
+1 vote
0 answers

screenshot of a particular element with python selenium in linux [closed]

Taking partial screenshot of a element by ...READ MORE

Jan 21, 2020 in Selenium by anonymous
• 200 points

closed Jan 21, 2020 by Kalgi 455 views
0 votes
1 answer

Unable to find a button on the webpage.

I checked the website you are working ...READ MORE

Jan 5, 2019 in Selenium by Sidha
455 views
0 votes
0 answers

I want to extract status code of page objects like images or any content.

My webpage loaded successfully, but there are ...READ MORE

Jun 8, 2020 in Selenium by Upma
• 120 points
454 views
0 votes
1 answer

What are the tools used for Performance Testing?

The different tools that you can use ...READ MORE

Feb 18, 2019 in Selenium by Tamanna
454 views
0 votes
1 answer

How to Stop a For-Loop at a special number using Python

driver.find_elements_by_tag_name() returns a list of WebElements. You can use options ...READ MORE

May 25, 2018 in Selenium by Samarpit
• 5,910 points
454 views
0 votes
1 answer

Wait til an element appears in Selenium?

You should call ignoring with exception to ignore till ...READ MORE

May 24, 2018 in Selenium by Meci Matt
• 9,460 points
454 views
0 votes
0 answers

Can you please help me set up a adobe flash framework for selenium/visual studio?

Jun 12, 2020 in Selenium by anonymous
• 120 points
451 views
0 votes
1 answer

How to install Selenium IDE?

You can follow the following steps to ...READ MORE

Feb 12, 2019 in Selenium by Vasco
448 views
0 votes
1 answer

What is UI testing for a website?

The components that are tested in UI ...READ MORE

Feb 15, 2019 in Selenium by Mehrin
447 views
0 votes
1 answer

What is parameterization?

When you write a software you want ...READ MORE

Dec 28, 2018 in Selenium by Disha
447 views
0 votes
1 answer

How to use Implicit wait in selenium?

There are various types of wait in ...READ MORE

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

What is printing compatibility?

Printing compatibility gives a brief idea on ...READ MORE

Feb 15, 2019 in Selenium by Ritwik
446 views
0 votes
1 answer

How can I take a screenshot with Selenium WebDriver?

Java Yes, it is possible. The following example ...READ MORE

Dec 4, 2020 in Selenium by Gitika
• 65,910 points
445 views
0 votes
1 answer

How does dependency work in testNG?

There are times when you need to ...READ MORE

Jan 3, 2019 in Selenium by Shuvodip
443 views
0 votes
1 answer

How to Verify Tooltip using Selenium WebDriver?

Tooltips were traditionally implemented as a 'title' ...READ MORE

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

What is a hybrid framework?

The combination of data driven and keyword ...READ MORE

Jan 9, 2019 in Selenium by trisha
441 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
440 views
0 votes
1 answer

what is framework in selenium?

Selenium Framework is a suite of automation ...READ MORE

Feb 3, 2022 in Selenium by Bhavitha
• 1,000 points
439 views
0 votes
1 answer

Need to know how phantomjs execution is stopped

Actually, the .close() method is not the ...READ MORE

May 24, 2018 in Selenium by sniffy_god
• 780 points
439 views
0 votes
1 answer

What are the main features of Selenium IDE?

Hey Tulsi, Firefox provides Selenium IDE as an ...READ MORE

Jul 5, 2019 in Selenium by Abha
• 28,140 points
438 views
0 votes
1 answer

WHAT IS THE SYNTAX OF DROPDOWN?

Hi, you can checkout following thread to ...READ MORE

Aug 19, 2019 in Selenium by Abha
• 28,140 points
437 views