Trending questions in Selenium

0 votes
1 answer

Not able to identify datepicker in chrome for my site "tui.co.uk".

Dear Vamshi, After clicking on the date box ...READ MORE

Jun 21, 2018 in Selenium by walter 123
• 240 points
510 views
+3 votes
1 answer

Not able to run in chrome

There is a very silly mistake in ...READ MORE

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

Benefits of using Marionette FirefoxDriver instead of the old Selenium FirefoxDriver in Selenium WebDriver

The main advantage of using Marionette Gecko ...READ MORE

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

What is the difference between thoughtworks.selenium and openqa.selenium selenium?

thoughtworks.selenium is the original Selenium (aka Selenium 1, ...READ MORE

Apr 13, 2018 in Selenium by king_kenny
• 3,710 points
2,704 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

Explicit Wait and Fluent Wait error in Selenium Webdriver

You should use Explicit wait or Fluent ...READ MORE

Apr 2, 2018 in Selenium by ghost
• 1,790 points
3,126 views
0 votes
1 answer

Finding parent element in Protractor

To get the parent element, you can ...READ MORE

Mar 27, 2018 in Selenium by nsv999
• 5,500 points
3,409 views
0 votes
1 answer

Downloading file and saving it to the desired location in Selenium Webdriver

When you are setting up the Firefox ...READ MORE

May 8, 2018 in Selenium by Meci Matt
• 9,460 points
1,542 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,707 views
0 votes
1 answer

Selenium WebDriver 2.4.0 alert checking

You can go for the below option: driver.switch_to.alert.accept ...READ MORE

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

Need to download a file using Selenium

Pretty simple...Find the element or link using ...READ MORE

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

Need to switch between frames in Selenium

For switching between frames, use driver.switchTo().frame(). First ...READ MORE

Apr 6, 2018 in Selenium by nsv999
• 5,500 points
2,880 views
0 votes
1 answer

Unable to take the screenshot of the entire page in chrome using webdriver

I solved this issue myself actually. I ...READ MORE

Mar 26, 2018 in Selenium by nitinrawat895
• 11,380 points
3,347 views
0 votes
1 answer

Need to integrate my Selenium tests with REST APIs

Selenium is good enough for this purpose...You ...READ MORE

Apr 18, 2018 in Selenium by king_kenny
• 3,710 points
2,370 views
0 votes
1 answer

Firefox opens first run page in WebDriver

In C# with Selenium you can use ...READ MORE

May 31, 2018 in Selenium by Meci Matt
• 9,460 points
491 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,774 views
0 votes
1 answer

Not able to set ChromeDriver to run a TestNG programm

You have not set the system properties ...READ MORE

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

How do I set the zoom level of Internet Explorer to 100% when using python _winreg

My qustion is, by default for testing ...READ MORE

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

Preferring CSS over XPath in Selenium

Advantages of using CSS: They are faster More readable CSS ...READ MORE

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

How to record popup windows with selenium IDE

If the popup window has a name ...READ MORE

Apr 7, 2018 in Selenium by nsv999
• 5,500 points
2,731 views
0 votes
1 answer

Taking a screenshot when a protractor test fails

This GitHub link will help you in ...READ MORE

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

Exclude text from `<script>` tag within the HTML DOM when calling `element.getText()`

As you have already identified the WebElement as element next you ...READ MORE

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

Selenium for testing browser plugins

Yup..Installing browser plugins is possible with Selenium. ...READ MORE

Apr 18, 2018 in Selenium by king_kenny
• 3,710 points
2,165 views
0 votes
1 answer

IFrame in Selenium

You can try out the belo code: driver.switch_to.frame(driver.find_element_by_tag_name("iframe")) .  To ...READ MORE

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

Chrome's console log

You can get logs using the following ...READ MORE

May 18, 2018 in Selenium by Atul
• 10,240 points
855 views
0 votes
1 answer

How are 'Selenium-server-standalone.jar' and 'Selenium Client & WebDriver' different from each other?

Okay, your understanding of "Selenium Server" & ...READ MORE

Apr 6, 2018 in Selenium by nsv999
• 5,500 points
2,644 views
0 votes
1 answer

Which is better CSS or Xpath? Considering performance and cross browser testing

According to css has better performance compared ...READ MORE

Apr 17, 2018 in Selenium by Shubham
• 13,490 points
2,132 views
0 votes
1 answer

Xpath element not found

You need to induce WebDriverWait with expected_conditions ...READ MORE

Mar 27, 2018 in Selenium by ned_crew
• 1,610 points
3,029 views
0 votes
1 answer

Which combination will work - Selenium WebDriver 3.5.0 + geckodriver 0.18.0 + Firefox

I got to know that using Selenium ...READ MORE

May 14, 2018 in Selenium by Meci Matt
• 9,460 points
943 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

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,384 views
0 votes
1 answer

Difference between “selenium server” and “selenium server standalone” jars

If you use WebDriver API, then you ...READ MORE

Apr 17, 2018 in Selenium by becky
2,051 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
455 views
0 votes
1 answer

Getting exception with grid: (WebDriverException: The path to the driver executable must be set....)

You should start the hub and node ...READ MORE

Apr 13, 2018 in Selenium by nsv999
• 5,500 points
2,256 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,740 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,891 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,517 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
440 views
0 votes
1 answer

Handling selenium webdriver popups

If you want to handle the most ...READ MORE

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

Error selenium (rich:calendar)

See below code: public static void selecionarDataCalendario(By by,WebDriver ...READ MORE

May 24, 2018 in Selenium by Samarpit
• 5,910 points
335 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

Handling JavaScript Alert window in Selenium WebDriver

You should try using waits for alerts ...READ MORE

Apr 10, 2018 in Selenium by ghost
• 1,790 points
2,153 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

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,488 views
0 votes
1 answer

Upgrading or Updating existing version of Selenium Java Project

I downloaded the java client driver from ...READ MORE

Apr 13, 2018 in Selenium by commander
1,963 views
0 votes
1 answer

Binding Selenium Javadoc with eclipse

First, you need to go to:- project properties ...READ MORE

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

Click action in Selenium WebDriver

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

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

How to Create Object Repository in Selenium Web Driver?

Try POM Model (Page object model). Refer ...READ MORE

Apr 17, 2018 in Selenium by adam
1,706 views
0 votes
1 answer

Firefox browser driver issue. Not loading. I'm getting the below Error: typeError: addon is null

The error is pretty straight forward. Its ...READ MORE

Mar 28, 2018 in Selenium by nsv999
• 5,500 points
2,546 views
+1 vote
1 answer

Nightwatch chromedriver error

You should use a dot before lib: "webdriver.chrome.driver" ...READ MORE

Mar 26, 2018 in Selenium by nsv999
• 5,500 points
2,543 views