Most voted questions in Selenium

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
638 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,874 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,152 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,700 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
804 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
552 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,948 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,379 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,604 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,140 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,851 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
657 views
0 votes
2 answers

When executing my Jenkins tests with Selenium WebDriver, I do not see a GUI.

Hi eLiJha, I also faced the same issue ...READ MORE

Jul 15, 2019 in Selenium by nayan
• 160 points
12,456 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
862 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,792 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,037 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,771 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,424 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,365 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,408 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,342 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,508 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
895 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,872 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,045 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
603 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
556 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
359 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,085 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,402 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,484 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
627 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,084 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,793 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,915 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
673 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,428 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,486 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,415 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,751 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
952 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,735 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
419 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
13,302 views
0 votes
1 answer

How to run Selenium test case file from command line?

You’ll need Selenium RC for this: http://seleniumhq.org/download/  And the ...READ MORE

Apr 23, 2018 in Selenium by Vardy
• 2,360 points
14,254 views
0 votes
1 answer

Differences between Selenium Remote Control and Selenium Server

Check the documentation outlining the different parts of ...READ MORE

Apr 23, 2018 in Selenium by king_kenny
• 3,710 points
633 views
0 votes
2 answers

Need Selenium to wait until the document is ready.

use  (JavascriptExecutor) driver).executeScript("return docum ...READ MORE

Sep 4, 2020 in Selenium by Sri
• 3,190 points
11,295 views
0 votes
1 answer

How can I select a particular node within the XPath node sets by index?

There is no concept of 'i' in ...READ MORE

Apr 21, 2018 in Selenium by king_kenny
• 3,710 points
4,345 views
0 votes
1 answer

Not able to run WebDriver test with Google Chrome.

Firefox is just default browser for tests ...READ MORE

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

Need to scroll down for locating an Element with Selenium

There are a couple of options for ...READ MORE

Apr 21, 2018 in Selenium by king_kenny
• 3,710 points
12,560 views