Most voted questions in Selenium

0 votes
1 answer

How to run multiple test cases using TestNG Test Suite in Selenium?

Hi Neerja, to run multiple test cases ...READ MORE

May 22, 2019 in Selenium by Abha
• 28,140 points
30,305 views
0 votes
1 answer

How to create a test case with TestNG in Selenium?

Hey Deepak, to create a Test Case ...READ MORE

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

How can I check if Internet connection is established on the system or not using Selenium webdriver?

Hey @Misha, you can use this code ...READ MORE

May 21, 2019 in Selenium by Navin
8,895 views
0 votes
1 answer

Write a test case to check if an image exists on a webpage or not without using JS Executor

@Nipun if you want to check whether ...READ MORE

May 21, 2019 in Selenium by Nikita
3,991 views
0 votes
1 answer

Automate the searching of Samsung brand mobile phones in Flipkart website using Selenium Webdriver.

Hey Dhruv, you can write automation script ...READ MORE

May 21, 2019 in Selenium by Anvi
• 14,150 points
18,540 views
0 votes
1 answer

How to disable pop up and alert windows in Firefox browser using Selenium?

Hey Ranjan, you can use these lines ...READ MORE

May 21, 2019 in Selenium by Abha
• 28,140 points
8,653 views
0 votes
1 answer

How to upload a file to a server using Selenium Webdriver?

Hi Jigyasa, following piece of code will ...READ MORE

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

Open Gmail inbox and get the unread mails count using Selenium Webdriver

Hi Naitik, you can follow this piece ...READ MORE

May 21, 2019 in Selenium by Abha
• 28,140 points
6,770 views
0 votes
2 answers

Is it possible to find broken links on a webpage using Selenium Webdriver?

Yes it is possible to find broken ...READ MORE

Jul 25, 2019 in Selenium by anonymous
1,947 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
685 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
421 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
505 views
0 votes
1 answer

Getting runtime.cucumberexception for error parsing feature file

First check if there is any extra ...READ MORE

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

How to run test scripts in Selenium using PhantomJS?

Hey @Shushil, you can run your test ...READ MORE

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

What are the steps to install PhantomJS with Selenium?

Hello Rizwan, steps to install PhantomJS with ...READ MORE

May 17, 2019 in Selenium by Pritesh
2,416 views
0 votes
2 answers

What is PhantomJS and what is the usage of it?

@Ojaswini, Phantomjs is used for automating webpage ...READ MORE

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

How can I use HTML Unit Driver as a headless browser with Selenium?

Hello @Nishant, follow these steps to use ...READ MORE

May 17, 2019 in Selenium by Anvi
• 14,150 points
3,986 views
0 votes
1 answer

How to run Selenium test cases in Headless Chrome browser?

@Afreen to run selenium test cases in ...READ MORE

May 17, 2019 in Selenium by Kushal
3,854 views
0 votes
2 answers

What is a headless browser in automation testing and what are it's benefits?

Hi Sanaya, a headless browser is a web browser ...READ MORE

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

Can anyone please demonstrate to me how assertTrue() or assertFalse() methods work in Selenium?

Hey Priyank, to understand how assertFalse() or ...READ MORE

May 17, 2019 in Selenium by Anvi
• 14,150 points
2,204 views
0 votes
1 answer

How to import TestNG in Eclipse for Selenium?

Hi Charu, to install TestNG framework in ...READ MORE

May 17, 2019 in Selenium by Abha
• 28,140 points
2,709 views
0 votes
2 answers

HELP!! Exception in thread "main" java.lang.IllegalStateException: The driver executable does not exist: C:\Users\tarin\JAVA-practice\Tutorial2\‪C:\Test Automation\Jars\chromedriver.exe

Use "‪C:\\Test Automation\\Jars\\chromedriver."\\chromedriver.exe" just added chromedriver one ...READ MORE

Aug 13, 2020 in Selenium by Anil
13,225 views
0 votes
2 answers

Can anyone explain the process of database testing from Selenium Webdriver using JDBC?

Why would you be testing the database ...READ MORE

May 17, 2019 in Selenium by Veretax
1,049 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
557 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
826 views
0 votes
1 answer

How to navigate to a web URL using IE driver in Python Selenium?

Hello Neelam, to navigate to a web ...READ MORE

May 16, 2019 in Selenium by Pratibha
• 3,690 points
5,505 views
0 votes
1 answer

i am not able to perform this method in selenium driver.get("google")

Hi Sachin, are you getting any errors ...READ MORE

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

How to click the OK button inside an Alert function while using Selenium IDE?

I want to click the 'OK' button ...READ MORE

May 15, 2019 in Selenium by Surya
• 970 points
1,099 views
0 votes
1 answer

How to hide the console of the ChromeDriver in python

Have you tried this one?  https://help.applitools.com/hc/en-u ...READ MORE

Feb 16, 2020 in Selenium by Klinsc
9,572 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 open Firefox window in Incognito mode using Selenium Webdriver?

Hi Pritha, you can use this code ...READ MORE

May 14, 2019 in Selenium by Anvi
• 14,150 points
6,623 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
840 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
419 views
0 votes
1 answer

Is it possible to run Selenium automation scripts with Safari Browser on a Windows machine?

Hi Lokesh, it's not possible to run a ...READ MORE

May 14, 2019 in Selenium by Abha
• 28,140 points
8,216 views
0 votes
1 answer

How to handle a checkbox on a webpage and check its state using Selenium Webdriver?

Hey Chris, to handle a checkbox and ...READ MORE

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

How many types of Assertion are there in Selenium Webdriver?

Hey Suraj, there are two types of ...READ MORE

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

What are some of the most commonly used WebElement commands for Selenium Webdriver?

 Hey Rupali, some of the most commonly ...READ MORE

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

What is Cucumber?

Cucumber is a testing approach which supports ...READ MORE

May 14, 2019 in Selenium by Frankie
• 9,830 points
1,011 views
0 votes
2 answers

Why do you use cucumber with selenium?

@Neha, we can use Cucumber framework to ...READ MORE

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

How can I scroll a web page in Mozilla Firefox using Selenium?

Hi Rohan, steps to scroll a webpage in ...READ MORE

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

Can someone please explain the Selenium Webdriver Architecture ?

Hey Keshav, there are four basic components ...READ MORE

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

What are the types of Selenium commands?

Hi Shekhar, Selenium commands are basically classified in ...READ MORE

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

What is Selenese or Selenium Commands in Selenium IDE?

Hello @Arpit, Selenium commands, also known as Selenese ...READ MORE

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

How to write a test case in Selenium IDE?

Hey Sam, to write a test case ...READ MORE

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

What are the major components of Selenium IDE?

Hi Janvi, Selenium IDE is divided into different ...READ MORE

May 13, 2019 in Selenium by Anvi
• 14,150 points
4,045 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
436 views
0 votes
1 answer

What are the phases of Automation Testing Lifecycle?

Hi @Jason, stages of Automation testing life-cycle ...READ MORE

May 13, 2019 in Selenium by Abha
4,712 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
441 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
753 views