Most viewed questions in Selenium

0 votes
1 answer

What is Robot Class in selenium webdriver and why it is used?

Hello Akanksha, Robot Class is used for those ...READ MORE

May 9, 2019 in Selenium by Pratibha
• 3,690 points
1,852 views
+1 vote
1 answer

How can I automate the process of login to Edureka's community website?

It is similar to automating the process ...READ MORE

Dec 19, 2018 in Selenium by Tarun
1,849 views
0 votes
2 answers

What are the benefits of using Selenium as an Automation Testing tool?

There is no rule we have to ...READ MORE

Aug 26, 2020 in Selenium by Sri
• 3,190 points
1,846 views
+4 votes
1 answer

which headless browser automation is good?

To answer your Queries: 1. HTML Unit -  taking ...READ MORE

Nov 29, 2019 in Selenium by Karan
• 19,610 points

edited Nov 29, 2019 by Sirajul 1,843 views
0 votes
1 answer

How to scroll to a particular element on a webpage using selenium ruby webdriver?

Hey Disha, following piece of code worked ...READ MORE

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

How to get Tooltip Text in Selenium Webdriver?

To get tooltip text in Selenium WebDriver, ...READ MORE

Nov 30, 2020 in Selenium by Gitika
• 65,910 points
1,835 views
0 votes
1 answer

Error while executing selenium code

Hey @Sradha, First thing that I would ...READ MORE

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

How driver.close() and driver.quit() commands are different from each other in Selenium?

Hello Pallavi, Selenium WebDriver’s close() command closes the ...READ MORE

May 7, 2019 in Selenium by Anvi
• 14,150 points
1,829 views
0 votes
1 answer

What is Incremental Testing in Pytest?

Hi Ramesh, Pytest provides an Incremental Marker ...READ MORE

Aug 22, 2019 in Selenium by Anvi
• 14,150 points
1,823 views
+3 votes
1 answer

How to read excel file numeric data of all rows and column in selenium? I have 10 rows and 5 column but I read Only String value not a Numeric value?

Hey, @Mahendra, check this thread https://www.edureka.co/community/52170/read-numeric-data-from-excel-sheet-using-selenium-webdriver It deals with ...READ MORE

Jan 27, 2020 in Selenium by Sirajul
• 59,230 points
1,820 views
0 votes
1 answer

Python Selenium (waiting for frame, element lookups)

You could use WebDriverWait: from contextlib import closing from selenium.webdriver ...READ MORE

Sep 14, 2018 in Selenium by Martin
• 4,320 points
1,816 views
0 votes
1 answer

How to handle checkboxes on a webpage using Ruby Selenium Webdriver?

Hi Sandeep, you can use following code ...READ MORE

Aug 26, 2019 in Selenium by Anvi
• 14,150 points
1,809 views
0 votes
1 answer

What are the different assertions or check points used in selenium test scripts?

Hey Shakti, the most common types of ...READ MORE

Jun 26, 2019 in Selenium by Abha
• 28,140 points
1,792 views
0 votes
1 answer

I wanted to know if there a good IE-based Selenium IDE?

Selenium does not have an IDE for ...READ MORE

Jul 26, 2018 in Selenium by Meci Matt
• 9,460 points
1,792 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,787 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,785 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,785 views
0 votes
1 answer

Need to know which is better among browser.isElementPresent vs element.isPresent vs element.isElementPresent

All of these work very similar but ...READ MORE

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

when I run this code, my browser does not appear, it flashes and disappears.?

Hello, The driver. close() command is used to close the current browser ...READ MORE

Nov 23, 2020 in Selenium by Niroj
• 82,880 points
1,779 views
0 votes
1 answer

WebDriver Chrome Browser: Avoid 'Do you want chrome to save your password' pop up

You need to configure the following chrome ...READ MORE

Sep 19, 2018 in Selenium by Meci Matt
• 9,460 points
1,776 views
0 votes
1 answer

Click the javascript popup through webdriver

Python Webdriver Script: from selenium import webdriver browser = ...READ MORE

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

How can I extract all the links froma webpage with Selenium-Python?

Hey Zakir, you can extract all the ...READ MORE

May 27, 2019 in Selenium by Abha
• 28,140 points
1,760 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,760 views
0 votes
1 answer

Safari getting launched on ios simulator, but not able to get url using driver.get(“”)

Below github link will help as the ...READ MORE

Jun 11, 2018 in Selenium by Samarpit
• 5,910 points
1,760 views
0 votes
1 answer

Selenium with pyvirtualdisplay unable to locate element

If there is some dynamic content on ...READ MORE

Sep 14, 2018 in Selenium by Martin
• 4,320 points
1,759 views
0 votes
1 answer

Locating an element by value using css selector using Selenium WebDriver

Below code will help By.cssSelector("td[class='someclass'][value=' ...READ MORE

Apr 9, 2018 in Selenium by coldcode
• 2,080 points
1,756 views
0 votes
1 answer

How to write a feature file in Cucumber?

A Feature File is an entry point to the Cucumber tests. ...READ MORE

Nov 27, 2019 in Selenium by Sirajul
• 59,230 points
1,755 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,751 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,749 views
0 votes
1 answer

Is it possible to take screenshot with EventFiringWebDriver in Selenium?

@Yarush, Yes it is possible to take ...READ MORE

May 31, 2019 in Selenium by Jitendra
1,736 views
0 votes
0 answers

unable to enter text in text Area in selenium python

please please answer this; thanks in advance <textarea ...READ MORE

Apr 26, 2020 in Selenium by Umair
• 140 points
1,727 views
+6 votes
1 answer

Selenium 4.0 new update

Hey Vrithra, I'm not too sure about the ...READ MORE

Aug 24, 2018 in Selenium by Vardhan
• 13,190 points
1,727 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,724 views
0 votes
1 answer

How to wait for the webpage to load in selenium using java

Firstly, when you launch a web application, ...READ MORE

Aug 29, 2018 in Selenium by bug_seeker
• 15,520 points
1,722 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,717 views
0 votes
1 answer

How to create Custom wait library for handling synchronization in Selenium Webdriver?

Hi Sushmita, to solve Synchronization issue in ...READ MORE

Jul 23, 2019 in Selenium by Anvi
• 14,150 points
1,713 views
0 votes
2 answers

Can anyone help me that how to run Selenium WebDriver test cases in Chrome?

You first need to download chrome driver ...READ MORE

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

What are the different Exit Codes while executing a Pytest code?

Hello Esha, while executing a Pytest code, ...READ MORE

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

Untrusted Certificates Force Ruby Selenium

Check this out capabilities = Selenium::WebDriver::Remote::W3C::Capabilities.firefox(accept_insecure_certs: true) driver = ...READ MORE

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

Does Selenium Webdriver directly support mobile(Android/IOS) automation?

Hi Hemlata, No, Selenium Webdriver doesn't support ...READ MORE

Jul 7, 2019 in Selenium by Tahir
1,699 views
0 votes
0 answers

Selector only working after inspecting/selecting element (selenium)

I work on selenium with java and ...READ MORE

Jun 11, 2020 in Selenium by Arwa
• 120 points
1,694 views
0 votes
1 answer

How selenium can be used in devops lifecycle?

Hey Catherine, as we know that a ...READ MORE

May 8, 2019 in Selenium by Anvi
• 14,150 points
1,691 views
+1 vote
1 answer

Getting error while inspecting the search box in google.

By looking at your error it seems ...READ MORE

Dec 21, 2018 in Selenium by Nabarupa
1,691 views
0 votes
0 answers
0 votes
1 answer

How to find a list of elements that end with a particular string by using Selenium with Ruby

The problem is that, the end_with method ...READ MORE

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

How to take screenshot in Selenium WebDriver

In Java, it can be done like ...READ MORE

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

Headless ChromeDriver using Python Selenium error: Fails To Start— “DevTools request failed”

This should be because your ChromeDriver is ...READ MORE

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

Can selenium handle autocomplete?

The type command may not be enough ...READ MORE

Jul 26, 2018 in Selenium by Meci Matt
• 9,460 points
1,681 views
0 votes
1 answer

Integration of Protractor using Jenkins

I created a script, as follows # start ...READ MORE

Jun 19, 2018 in Selenium by Meci Matt
• 9,460 points
1,677 views