Trending questions in Selenium

0 votes
1 answer

Handle multiple tabs in a browser using selenium

Selenium has driver.getWindowHandles() and driver.switchTo().window("{windowHandleName}") commands to work with ...READ MORE

Jan 22, 2019 in Selenium by tanisha
4,153 views
0 votes
1 answer

How to perform web scraping with Selenium?

Hey! The results are in the iframe so, ...READ MORE

Mar 26, 2019 in Selenium by Vaishnavi
• 1,180 points
1,418 views
+1 vote
1 answer

How to click the gender radio button in facebook using Selenium?

I used xpath for loacting the male ...READ MORE

Dec 19, 2018 in Selenium by Nabarupa
5,386 views
0 votes
1 answer

How to open chrome driver in incognito mode?

Hey @Sradha, You can use the below code:- System.setProperty("webdriver.chrome.driver","C:\\Users\\Nabarupa_Das\\Downloads\\chromedriver.exe"); ChromeOptions ...READ MORE

Dec 28, 2018 in Selenium by Nabarupa
4,958 views
0 votes
1 answer

How to have a Headless browser for Armv7 Linux processor?

You can install the lower version of ...READ MORE

Mar 14, 2019 in Selenium by Vaishnavi
• 1,180 points
1,712 views
0 votes
1 answer

Getting error saying element not found in selenium

Hey @Jino, The things I figured out ...READ MORE

Dec 21, 2018 in Selenium by Shuvodip
5,261 views
0 votes
1 answer

How do I increase or decrease the sleep time in clickAndWait command in selenium IDE?

If you are using Selenium Webdriver, you have ...READ MORE

Feb 28, 2019 in Selenium by Vaishnavi
• 1,180 points
2,195 views
0 votes
0 answers

How to get the text from the HTML5 input error message in Selenium?

On giving invalid data in the email ...READ MORE

Mar 12, 2019 in Selenium by Vaishnavi
• 1,180 points
1,752 views
0 votes
2 answers

Latest Version of Chrome Driver for Selenium Webdriver

Hi, you can get the latest version ...READ MORE

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

Setting up Chromeoptions and setExperimentalOption code

Here are the complete details: ChromeOptions options = ...READ MORE

Jul 23, 2018 in Selenium by Samarpit
• 5,910 points
11,615 views
0 votes
1 answer

preceding-sibling in xpath, Selenium?

Here, ul has 8 children(8-li) on total.  And, ...READ MORE

Jun 1, 2018 in Selenium by Vinita
• 220 points
13,802 views
+2 votes
1 answer

How to click a particular link using selenium java?

You can use the following steps to ...READ MORE

Dec 14, 2018 in Selenium by Shuvodip
5,242 views
0 votes
1 answer

How to use property file as a object repository in Selenium WebDriver Automation?

Create any file & save it with ...READ MORE

Jan 23, 2019 in Selenium by Frankie
• 9,830 points
3,591 views
+1 vote
1 answer

Disable notification" “Chrome is being controlled by automated test software” in ChromeDriver 2.36

"disable-infobars" flag has been deprecated, but you ...READ MORE

Mar 26, 2018 in Selenium by nsv999
• 5,500 points
16,590 views
0 votes
1 answer

How to start Chromedriver in verbose mode on Eclipse

Hi friend, here is a script that ...READ MORE

Mar 20, 2019 in Selenium by Vaishnavi
• 1,180 points
1,054 views
0 votes
1 answer

Fluent wait example with code

When we try to test the presence ...READ MORE

Jun 5, 2018 in Selenium by walter 123
• 240 points
13,483 views
0 votes
0 answers

I want to provide focus to another window in firefox while switching between two windows

if(BrowserLaunch.browser.equalsIgnoreCase("Firefox")) { WebDriverWait wait = new WebDriverWait(Driver.driver, 120); String parentWin ...READ MORE

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

How to pass parameters to a Junit test case from the Ant build tool?

The JUnit task accepts nested system property elements. <junit fork="no"> <sysproperty ...READ MORE

Mar 7, 2019 in Selenium by Vaishnavi
• 1,180 points
1,562 views
0 votes
3 answers

Trying to upload files using Selenium(C#)

You can try using Javascript Executor to ...READ MORE

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

Finding xPath for an element with text

I think the problem is here: [contains(text()='Some text')] To ...READ MORE

Jul 31, 2018 in Selenium by Meci Matt
• 9,460 points
10,917 views
0 votes
0 answers

Date is not selected from a second calendar using selenium webdriver

Day from "From Date is selected" where ...READ MORE

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

Export test cases from Selenium IDE to Selenium webdriver

Open the Test case in Selenium IDE ...READ MORE

Feb 12, 2019 in Selenium by Vascoo
2,393 views
+1 vote
1 answer

How to maximize chrome browser in Selenium Java?

You can use Chrome options for playing ...READ MORE

Dec 17, 2018 in Selenium by Nabarupa
4,790 views
0 votes
1 answer

Clicking on hidden element in Selenium WebDriver

let us first store that element in the ...READ MORE

Jun 12, 2018 in Selenium by Meci Matt
• 9,460 points
12,940 views
+1 vote
1 answer

what is selenium python binding?

Selenium Python bindings provides a simple API ...READ MORE

Mar 25, 2019 in Selenium by Frankie
• 9,830 points
527 views
0 votes
1 answer

How can I automate Google Chrome using Selenium RC?

Chrome is used to launch a special ...READ MORE

Mar 6, 2019 in Selenium by Surya
• 970 points
1,333 views
0 votes
1 answer

How to check visibility of an element using Selenium webDriver commands?

Selenium gives you the facility to check ...READ MORE

Jan 2, 2019 in Selenium by Nabarupa
4,031 views
0 votes
1 answer

What is the difference between JUnit and TestNG?

JUnit    TestNG It is opensource testing framework. It is ...READ MORE

Jan 17, 2019 in Selenium by Rishab
• 1,490 points
3,368 views
0 votes
1 answer

Error:NoSuchAttributeException in selenium

The most common issue with this error ...READ MORE

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

Can Selenium help in Database testing?

Here is the answer to your question: Selenium ...READ MORE

Mar 26, 2019 in Selenium by Surya
• 970 points
399 views
0 votes
1 answer

Elements are not recognised in selenium

Many a times the problem is that ...READ MORE

Jan 4, 2019 in Selenium by Dhruva
3,828 views
0 votes
2 answers

Python & Selenium: How to find and click on YouTube's Like button

Hello Nitin, as the Like button on ...READ MORE

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

Why do you need cross browser testing?

Basically, a simple website is comprised of ...READ MORE

Mar 25, 2019 in Selenium by Frankie
• 9,830 points
344 views
+2 votes
1 answer

How to press enter using selenium in Java?

Hey @jino, good that you are finding ...READ MORE

Dec 21, 2018 in Selenium by Priyaj
• 58,090 points

edited Oct 7, 2021 by Sarfaraz 4,283 views
0 votes
3 answers

Scripting Languages used with Selenium tool for Automation Testing

The biggest advantage of Selenium is that ...READ MORE

Aug 28, 2019 in Selenium by Abha
• 28,140 points
4,343 views
0 votes
0 answers

How to install Selenium Grid on Ubuntu?

Can someone help me with the step ...READ MORE

Feb 28, 2019 in Selenium by Disha
1,414 views
0 votes
1 answer

Error: ElementNotSelectableException in Selenium

The main issue I can think of ...READ MORE

Feb 8, 2019 in Selenium by Rishav
2,194 views
0 votes
1 answer

How to Install XPath Helper Plugin for Chrome Browser?

1) Go to https://chrome.google.com/webstore/detail/xpath-helper/hgimnogjllphhhkhlmebbmlgjoejdpjl?hl=en 2) Click on Add to Chrome. 3) ...READ MORE

Jan 17, 2019 in Selenium by Frankie
• 9,830 points
3,134 views
0 votes
2 answers

Getting Error in System.setProperty of ChromeDriver

System.setProperty("webdriver.chrome.driver", ...READ MORE

Jan 8, 2019 in Selenium by anonymous
9,159 views
0 votes
2 answers

Radio button using Selenium WebDriver

You can try following code snippet: WebElement elem ...READ MORE

Aug 28, 2019 in Selenium by Abha
• 28,140 points
4,321 views
0 votes
0 answers

Selenium can't find button

Here is the HTML: <button id="getCoupon" class="getCoupon" onclick="IWant()" ...READ MORE

Jan 1, 2019 in Selenium by Sebastian
• 180 points

recategorized Jan 1, 2019 by Vardhan 3,789 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,071 views
0 votes
1 answer

What is the difference between type() and typeandwait()?

If you want to type keyboard values(keys) ...READ MORE

Jan 8, 2019 in Selenium by Fuji
3,407 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
1,944 views
+1 vote
1 answer

How to handle notifications in Python with Selenium (Chrome WebDriver)

Below will help you: You can disable the ...READ MORE

May 11, 2018 in Selenium by Samarpit
• 5,910 points
13,743 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,340 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
1,850 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
596 views
0 votes
1 answer

Accessor in Selenium

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

Feb 11, 2019 in Selenium by Daniel
1,764 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
11,641 views