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,349 views
0 votes
0 answers
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,611 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
12,157 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
5,263 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
17,196 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,989 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
14,259 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,495 views
0 votes
2 answers

Latest Version of Chrome Driver for Selenium Webdriver

Hi, The latest version of Chrome driver for ...READ MORE

Aug 28, 2019 in Selenium by Abha
• 28,140 points
5,493 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,401 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,595 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,942 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,681 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,811 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,804 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,334 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
1,028 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
5,235 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
11,237 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
13,281 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,721 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,695 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
5,387 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,357 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,705 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
1,053 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,598 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,720 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
4,176 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
693 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,664 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
14,374 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,695 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,711 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,485 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,872 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,100 points

edited Oct 7, 2021 by Sarfaraz 4,528 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
533 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,609 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,432 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 4,091 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
457 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
2,193 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,263 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,595 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,785 views
0 votes
1 answer

How to use SendKeys (webdriver) command in Rich Text editor that is located in iframe

Send keys directly is the approach that ...READ MORE

Aug 23, 2018 in Selenium by Meci Matt
• 9,460 points
9,461 views
0 votes
1 answer

Selenium WebDriver typing speed is slow in input text field

It worked for me in the 64bit ...READ MORE

Jun 1, 2018 in Selenium by Meci Matt
• 9,460 points
13,031 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
2,115 views