Most answered questions in Selenium

0 votes
1 answer

Checking if the Checkbox is already checked

you can verify using IsSelelected Method. IsCheck = ...READ MORE

May 7, 2018 in Selenium by anonymous
526 views
0 votes
1 answer

In Selenium why does Firefox requires GeckoDriver?

Firefox requires GeckoDriver because: For Mozilla Firefox till ...READ MORE

May 8, 2018 in Selenium by Meci Matt
• 9,460 points
7,103 views
0 votes
1 answer

NoSuchElementException exception with headless chrome and selenium

As you are seeing NoSuchElementException you can consider using ...READ MORE

May 7, 2018 in Selenium by Samarpit
• 5,910 points
8,010 views
0 votes
1 answer

How to control Chrome Downloads page Using Selenium c#?

In your case you must replace 'cancel' ...READ MORE

May 7, 2018 in Selenium by Samarpit
• 5,910 points
9,354 views
0 votes
1 answer

Selenium Exception: Element is not visible

Finding the element before locating the one ...READ MORE

May 7, 2018 in Selenium by king_kenny
• 3,710 points
7,038 views
0 votes
1 answer

I'm getting an error in my seleium chrome tests:- Chrome failed to start: exited abnormally

I've faced this issue before when working ...READ MORE

May 7, 2018 in Selenium by king_kenny
• 3,710 points
4,391 views
0 votes
1 answer

Contains expression in Selenium using Java Language

Do something like this: WebElement thingie = driver.findElement(By.xpath("//tr[contains(@id,'" ...READ MORE

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

How to eleiminate Selenium NoClassDefFoundError for SSLContext?

You need to upgrade the httpCore dependency ...READ MORE

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

How to create Date Object and Compare Dates?

You can convert pd to date (or ...READ MORE

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

Selenium supports Flex Applications

yes. FlexUISelenium is an extension to the Selenium ...READ MORE

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

Handle Popup in selenium

you can try using this loop: for (String ...READ MORE

May 3, 2018 in Selenium by wrecker
• 3,110 points
810 views
0 votes
1 answer

How to use Selenium IDE ?

There are a couple of good videos ...READ MORE

May 3, 2018 in Selenium by wrecker
• 3,110 points
559 views
0 votes
1 answer

Why we don't use Selenium IDE?

Selenium IDE is a Mozilla Firefox plugin, which ...READ MORE

May 3, 2018 in Selenium by Meci Matt
• 9,460 points
1,960 views
0 votes
1 answer

Can we test Desktop Applications using Selenium WebDriver?

Selenium WebDriver is a web-based automation testing ...READ MORE

May 3, 2018 in Selenium by Meci Matt
• 9,460 points
1,385 views
+2 votes
1 answer

I want the console.log output from Chrome. I'm working with selenium on Python

So this is how you do it ...READ MORE

May 3, 2018 in Selenium by sniffy_god
• 780 points
40,781 views
0 votes
1 answer

Need to select an IFrame with selenium (python)

Well for me, something like this worked. ...READ MORE

May 3, 2018 in Selenium by sniffy_god
• 780 points
4,612 views
0 votes
1 answer

Uploading File using Selenium WebDriver

Make sure that the input element is visible ...READ MORE

May 2, 2018 in Selenium by Meci Matt
• 9,460 points
1,143 views
0 votes
1 answer

Advantages of Selenium WebDriver over RC?

Selenium RC:- Selenium Remote Control (RC) is used ...READ MORE

May 2, 2018 in Selenium by Meci Matt
• 9,460 points
1,855 views
0 votes
1 answer

How can I possibly implement the drag n drop functionality with WebDriver testing

For working with pages where you have ...READ MORE

May 2, 2018 in Selenium by sniffy_god
• 780 points
671 views
0 votes
1 answer

Maximizing the browser window in Selenium WebDriver using C#

Check this first: http://code.google.com/p/selenium/issues/detail?id=174 You Can use the JavascriptExector as follows: public ...READ MORE

May 2, 2018 in Selenium by Samarpit
• 5,910 points
884 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,813 views
0 votes
1 answer

Difference between Selenium IDE, RC and WebDriver

Selenium has 4 components:- IDE, Grid, RC and ...READ MORE

Apr 30, 2018 in Selenium by Meci Matt
• 9,460 points
5,055 views
0 votes
1 answer

How can we select an item from the drop-down list using class name attribute

You can use the below codes to ...READ MORE

Apr 30, 2018 in Selenium by Meci Matt
• 9,460 points
1,777 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,102 views
0 votes
1 answer

Selenium WebDriver Real Time Projects

You should start with basics projects website ...READ MORE

Apr 30, 2018 in Selenium by Samarpit
• 5,910 points
4,432 views
0 votes
1 answer

Firefox browser not opening with given URL using Selenium Webdriver with Java

Download the latest selenium jar and replace ...READ MORE

Apr 30, 2018 in Selenium by Samarpit
• 5,910 points
7,378 views
0 votes
1 answer

Need to know the differences between .// and //* in XPath?

The expressions your talking about, select different ...READ MORE

Apr 29, 2018 in Selenium by king_kenny
• 3,710 points
6,426 views
0 votes
1 answer

How do i click on <input type=file> on any browser if i'm testing with Selenium Webdriver?

Does not matter which OS or which ...READ MORE

Apr 29, 2018 in Selenium by king_kenny
• 3,710 points
10,350 views
0 votes
1 answer

How to choose the correct iframe in Selenium WebDriver?

When I checked the website you've mentioned, ...READ MORE

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

How can I setup Selenium Grid in Selenium 3.0

Below is the stepwise solution for setting ...READ MORE

Apr 27, 2018 in Selenium by Meci Matt
• 9,460 points
901 views
0 votes
1 answer

Is it possible for a website to detect that we are using Selenium with ChromeDriver

Selenium tests for pre-defined javascript variables which ...READ MORE

Apr 28, 2018 in Selenium by Meci Matt
• 9,460 points
5,883 views
0 votes
1 answer

Best reporting tool with selenium webdriver

here are the best reporting tools: ReportNG Maven SureFire ...READ MORE

Apr 27, 2018 in Selenium by anonymous
1,059 views
0 votes
1 answer

Test in parallel with selenium grid 2

You have to register one more node ...READ MORE

Apr 27, 2018 in Selenium by anonymous
610 views
0 votes
1 answer

Executing Test Case in Java

Below is a code for Facebook login ...READ MORE

Apr 27, 2018 in Selenium by Meci Matt
• 9,460 points
562 views
0 votes
1 answer

Example for Selenium WebDriver

Here is a small program to login ...READ MORE

Apr 27, 2018 in Selenium by Meci Matt
• 9,460 points
362 views
0 votes
1 answer

Selenium grid 2 in chrome browser

The problem is in -Dwebdriver arguments. Maybe you should do ...READ MORE

Apr 27, 2018 in Selenium by Samarpit
• 5,910 points
1,090 views
0 votes
1 answer

How to login a forum using Selenium with Python

You should try to directly log in ...READ MORE

Apr 27, 2018 in Selenium by Samarpit
• 5,910 points
2,436 views
0 votes
1 answer

How to take Screenshots in BDD cucumber framework in selenium

Check this out QAF. This can be done by ...READ MORE

Apr 26, 2018 in Selenium by king_kenny
• 3,710 points
8,496 views
0 votes
1 answer

Building an Application using Selenium Webdriver

Check the below info: Selenium - apache 2 ...READ MORE

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

Which programming language is highly used in Selenium

Java is most widely used programming language ...READ MORE

Apr 25, 2018 in Selenium by Meci Matt
• 9,460 points
3,087 views
0 votes
1 answer

What is the difference between dot and text() in XPath?

Even though there is some difference between ...READ MORE

Apr 25, 2018 in Selenium by king_kenny
• 3,710 points
7,807 views
0 votes
1 answer

How to handle the popup of file upload in Windows OS with WebDriver?

The value of name locator has probably ...READ MORE

Apr 25, 2018 in Selenium by king_kenny
• 3,710 points
17,931 views
0 votes
1 answer

Selenium docs error using Firefox

Selenium v2.25 doesn't support firefox v40. Either ...READ MORE

Apr 25, 2018 in Selenium by Vardy
• 2,360 points
677 views
0 votes
1 answer

Reading the pdf file using selenium webdriver

Use should use PDFBox and FontBox. ...READ MORE

Apr 25, 2018 in Selenium by Vardy
• 2,360 points
7,447 views
0 votes
1 answer

findElement Method in Selenium

This is a way in which Selenium ...READ MORE

Apr 24, 2018 in Selenium by Meci Matt
• 9,460 points
1,493 views
0 votes
1 answer

How to download a text file of .lst extension, in selenium python webdriver

I found that my MIME file type ...READ MORE

Apr 24, 2018 in Selenium by Meci Matt
• 9,460 points
2,422 views
0 votes
1 answer

Can we use Selenium to work with an already open browser session?

Yup its possible. Instead of a new ...READ MORE

Apr 24, 2018 in Selenium by king_kenny
• 3,710 points
29,763 views
0 votes
1 answer

How to choose from a drop-down in Selenium 2?

You can probably use the 'Select' class ...READ MORE

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

Source code to find element in Selenium-java

You are probably looking at the WebDriver interface alone. But, ...READ MORE

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

DataDriven testing in selenium webdriver

Below is the step by step solution ...READ MORE

Apr 23, 2018 in Selenium by Meci Matt
• 9,460 points
426 views