Trending questions in Selenium

0 votes
1 answer

Cannot click on a button using selenium

The error that I figured out was ...READ MORE

Jan 4, 2019 in Selenium by Dushyant
4,046 views
0 votes
1 answer

What are the types of Assertion in Selenium?

In selenium Assertion is nothing but a ...READ MORE

Feb 11, 2019 in Selenium by Fred
2,424 views
0 votes
1 answer

what is the difference bewteen Data driven framework and Keyword driven framework?

Data-driven framework In this framework, the test case logic ...READ MORE

Feb 8, 2019 in Selenium by Ram
2,494 views
0 votes
1 answer

Where do I get the ChromeDriver.exe from? The download link isn't available

You can download the chromedriver.exe from this ...READ MORE

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

What are the limitations of Selenium IDE?

Selenium doesn't support the following directly:- Condition statements Error ...READ MORE

Feb 9, 2019 in Selenium by Rajnesh
2,401 views
0 votes
1 answer

How to start with a POST request using Selenium?

No, you cannot do this. But you ...READ MORE

Jun 25, 2018 in Selenium by Meci Matt
• 9,460 points
12,303 views
0 votes
1 answer

Handle web-based popups

This happens with me also. I did ...READ MORE

Jan 8, 2019 in Selenium by Fuji
3,737 views
0 votes
2 answers

Is there a way to handle exceptions in testNG?

I don't think this should be a ...READ MORE

Jan 4, 2019 in Selenium by Vardhan
• 13,150 points
3,631 views
0 votes
1 answer

Accessor in Selenium

Accessor is one of the type of ...READ MORE

Feb 11, 2019 in Selenium by Daniel
2,019 views
0 votes
0 answers

Could you please help me with some selenium projects along with source code?

I am learning selenium and  I have ...READ MORE

Mar 10, 2019 in Selenium by Mark
822 views
0 votes
0 answers

What is the use of Protractor outside AngularJS

I have recently switched from AngularJS to ...READ MORE

Mar 11, 2019 in Selenium by Surya
• 970 points
762 views
0 votes
1 answer

How to get a emailable report using testNG?

After executing the test file that is ...READ MORE

Jan 14, 2019 in Selenium by survi
3,133 views
0 votes
1 answer

How to find Elements by their Attribute in Python Selenium WebDriver

To find all the <td> tags which have attribute data-sortable-id you ...READ MORE

Jul 19, 2018 in Selenium by Samarpit
• 5,910 points
10,784 views
0 votes
1 answer

What is the difference between HUB and NODE?

Hub:- It is the central point where you ...READ MORE

Jan 14, 2019 in Selenium by saksham
3,019 views
0 votes
2 answers

Error:ElementNotVisibleException in selenium

The xpath that you are using is ...READ MORE

Feb 8, 2019 in Selenium by Disha
1,906 views
0 votes
1 answer

Verification points in Selenium

There are basically three verification points that ...READ MORE

Feb 11, 2019 in Selenium by Fred
1,839 views
0 votes
1 answer

What is the importance of testing.xml file?

We use testng.xml file to configure the complete test ...READ MORE

Jan 4, 2019 in Selenium by Tushar
3,448 views
0 votes
1 answer

Between By.XPath and By.ID, which is the better for locating elements?

Technically speaking, By.ID() is the faster technique ...READ MORE

May 30, 2018 in Selenium by sniffy_god
• 780 points
12,894 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,020 points
1,047 views
0 votes
1 answer

How to find the absolute xpath of an element?

You can use the tool called chroPath ...READ MORE

Jan 7, 2019 in Selenium by Anjali
• 2,950 points
3,321 views
0 votes
1 answer

What is the difference between regression testing and re-testing?

Retesting means testing the functionality or bug ...READ MORE

Feb 18, 2019 in Selenium by Jobin
1,442 views
0 votes
1 answer

What is change related testing?

Change related testing is used for majorly ...READ MORE

Feb 19, 2019 in Selenium by Ria
1,385 views
0 votes
1 answer

How to disable 'This type of file can harm your computer' pop up

The problem with XML files started to ...READ MORE

Sep 19, 2018 in Selenium by Meci Matt
• 9,460 points
8,027 views
0 votes
1 answer

How to Start the ChromeDriver execution without EULA?

You have this problem because the error ...READ MORE

Feb 28, 2019 in Selenium by Surya
• 160 points
991 views
+1 vote
0 answers

why the dot operator used in selenium

Mar 1, 2019 in Selenium by anonymous
916 views
0 votes
1 answer

How to press CTRL+A in a webpage using selenium?

You can try using the following command:- driver.findElement(By.li ...READ MORE

Jan 11, 2019 in Selenium by Ravi
3,040 views
0 votes
1 answer

What versions of firefox browser is supported by Selenium IDE?

Selenium IDE supports only one browser Mozilla ...READ MORE

Feb 9, 2019 in Selenium by Eshaan
1,768 views
0 votes
1 answer

Supported OS by Selenium IDE

Operating Systems Supported by Selenium IDE are ...READ MORE

Feb 11, 2019 in Selenium by Daniel
1,707 views
0 votes
1 answer

What are the different things that can be automated with selenium?

Selenium can be used to automate the ...READ MORE

Feb 8, 2019 in Selenium by Ram
1,785 views
0 votes
1 answer

Moving down and moving left the scroll bar that exists within the webpage

Below code will work: Do find the ...READ MORE

May 24, 2018 in Selenium by Samarpit
• 5,910 points
12,981 views
0 votes
1 answer

How to use selenium grid?

To install selenium grid, here are the ...READ MORE

Feb 28, 2019 in Selenium by Priyaj
• 58,020 points
908 views
0 votes
1 answer

What is concurrency Testing?

Concurrency Testing is basically used to check ...READ MORE

Feb 18, 2019 in Selenium by Tamanna
1,259 views
+1 vote
1 answer

Error message: “'chromedriver' executable needs to be available in the path”

Okay there are a couple of wrong ...READ MORE

Apr 30, 2018 in Selenium by king_kenny
• 3,710 points
13,923 views
0 votes
1 answer

Login page test script using selenium and java in Eclipse IDE

Here is an example to login to ...READ MORE

Apr 23, 2018 in Selenium by Meci Matt
• 9,460 points
14,259 views
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
1,213 views
+1 vote
0 answers
0 votes
0 answers

I want to click on Corporate but wont able to do

<li class="dropdown"><a class="dropdown-toggle text-xs-center" data-toggle="dropdown" href="#" role="button" ...READ MORE

Feb 25, 2019 in Selenium by Musibul Khan
962 views
0 votes
2 answers

What is the output of Usability Testing?

Usability testing = navigation + context testing. The ...READ MORE

Feb 15, 2019 in Selenium by Shashank
• 1,370 points
1,316 views
0 votes
1 answer

What is navigation testing?

By the help of Navigation Testing one ...READ MORE

Feb 14, 2019 in Selenium by Sahil
1,340 views
0 votes
1 answer

What are the types of Security Testing?

The different kind of Security testing are ...READ MORE

Feb 19, 2019 in Selenium by Dia
1,086 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
1,077 views
0 votes
1 answer

What is the use of @listener annotation in TestNG?

 @listeners are used to configure reports and ...READ MORE

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

Test case not running on TestNG

Hello @Sradha, You are not getting any ...READ MORE

Dec 26, 2018 in Selenium by Trisha
3,388 views
0 votes
1 answer

Select a drop down value of angular js application using selenium using text

To select drop down use following, driver.findElements(By.className("Your dropdown ...READ MORE

Jun 18, 2018 in Selenium by Samarpit
• 5,910 points
11,627 views
0 votes
1 answer

Difference between assert and verify

If an "assert" command fails then test ...READ MORE

Feb 12, 2019 in Selenium by Ruchita
1,307 views
0 votes
1 answer

Difference between an Absolute and Relative URL

Absolute URL means the URL starts with ...READ MORE

Feb 12, 2019 in Selenium by Ruchita
1,286 views
0 votes
1 answer

Downloading Image using send Keys Selenium Chrome

Use the below code to save the ...READ MORE

Jul 20, 2018 in Selenium by Samarpit
• 5,910 points
10,188 views
0 votes
1 answer

Features of Selenium IDE

The other common features of Selenium IDE ...READ MORE

Feb 12, 2019 in Selenium by Esha
1,242 views
0 votes
1 answer

How to Check if any alert exists in selenium using Python

This might work for you. It did ...READ MORE

May 10, 2018 in Selenium by king_kenny
• 3,710 points
13,201 views
0 votes
1 answer

What are the steps in Mobile Friendly testing?

In mobile friendly testing you basically test ...READ MORE

Feb 20, 2019 in Selenium by Dheeraj
832 views