Most answered questions in Selenium

0 votes
1 answer

I am getting Stale element exception when I try to automate angular js - drop down using Selenium with Java

Hey @Dhivya, StaleElementReferenceException is thrown when an ...READ MORE

Feb 12, 2020 in Selenium by Sirajul
• 59,230 points
3,216 views
0 votes
1 answer

Getting error while run the selenium scripts.How can i resolve this issue?

Tq. Yes, it worked for me. READ MORE

Jun 16, 2020 in Selenium by anonymous
2,590 views
+2 votes
1 answer

What is asynchronous script? Why selenium use setScriptTimeout() command and how it help us?

Asynchronous scripts are used for rendering the ...READ MORE

Feb 3, 2020 in Selenium by Sirajul
• 59,230 points
2,256 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,808 views
+2 votes
1 answer

Reading the excel and running multiple URL's in the browser and updating the excel if issue found for those URL's

Try the following steps: use excel application scope and pass ...READ MORE

Jan 21, 2020 in Selenium by Karan
• 19,610 points
2,881 views
+3 votes
1 answer

xpath is not working

Try this, public class SiblingAndParentInXpath { ...READ MORE

Mar 31, 2020 in Selenium by anonymous
• 140 points
3,273 views
0 votes
1 answer

Exception in thread "main" java.lang.IllegalStateException

Your query is similar to the following ...READ MORE

Mar 17, 2020 in Selenium by Sirajul
• 59,230 points
3,200 views
+1 vote
1 answer

How can I automate the process of adding iPhone to cart in Flipkart using Selenium(java),Page Object Model and TestNG? Also validate if product is added and available in cart?

Hey check this https://www.edureka.co/community/47160/automate-purchase-adding-book-cart-flipkart-using-selenium? It deals with a similar ...READ MORE

Jan 13, 2020 in Selenium by Karan
• 19,610 points
7,864 views
+1 vote
1 answer

Handling popup using selenium

If you are asking about authentication handling ...READ MORE

Mar 13, 2020 in Selenium by Sirajul
• 59,230 points
571 views
+1 vote
1 answer

Python + Selenium | How to locate elements in span class & not unique ID

I use the following code to check ...READ MORE

Jan 2, 2020 in Selenium by Karan
9,784 views
+2 votes
1 answer

C Sharp with Selenium -- How to Switch one tab to another tab in Csharp selenium

You could use Session.Driver.WindowHandles which is basically to switch ...READ MORE

Dec 23, 2019 in Selenium by Sirajul
• 59,230 points
7,625 views
+2 votes
1 answer

Selenium with C Sharp -- How to perform Explicit Wait method

The explicit wait is used to tell ...READ MORE

Dec 23, 2019 in Selenium by Sirajul
• 59,230 points
1,144 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,821 views
0 votes
1 answer

What is the actual conflict while performing click() on web element, and getting an error like element is not clickable at point(x,y)?

Hey @sastry, the error Element is not clickable ...READ MORE

Nov 27, 2019 in Selenium by Sirajul
• 59,230 points
3,198 views
+1 vote
1 answer

How to handle a combobox which when clicked open in new window with list of items(to be clicked) in selenium java ?

@Pavithra, you can try using following commands ...READ MORE

Oct 29, 2019 in Selenium by Abha
• 28,140 points
1,249 views
+1 vote
1 answer

how do I escape the "/" in a textarea for Python3.7 with Selenium

@tchrisev, try using Robot class with following commands after your send_keys() ...READ MORE

Oct 29, 2019 in Selenium by Abha
• 28,140 points
1,228 views
+1 vote
1 answer

Selenium errors : element not clickable. Reactjs application

@Faatima, have you tried using Implicit wait ...READ MORE

Oct 29, 2019 in Selenium by Abha
• 28,140 points
2,164 views
0 votes
1 answer

Chrome selenium driver - how to detach / leave the browser open after the get test is completed?

Hey Stephan, I had the similar issue ...READ MORE

Nov 4, 2019 in Selenium by Abha
• 28,140 points
5,563 views
+1 vote
1 answer

what technologies to integrate with selenium webdriver for making it works at large scale?

Hi Amina, you can use following technologies ...READ MORE

Oct 21, 2019 in Selenium by Abha
• 28,140 points
1,009 views
+1 vote
1 answer

according to the video download the latest version of jdk. Should i still download the jdk 8 or the jdk 13? thank you.

I think using stable version is better ...READ MORE

Oct 18, 2019 in Selenium by Abha
• 28,140 points
486 views
+1 vote
1 answer

Selenium jar/eclipse

Hey Mateusz, checkout this thread to know ...READ MORE

Oct 18, 2019 in Selenium by Abha
• 28,140 points
544 views
0 votes
1 answer

Which click command can be used to click on a specific part of webpage in Selenium?

Hi Apeksha, in Selenium IDE to click on ...READ MORE

Oct 17, 2019 in Selenium by Devesh
1,472 views
0 votes
1 answer

What all test methods are provided by Assert class in JUnit?

Hello Apeksha, JUnit provides static methods in the ...READ MORE

Oct 17, 2019 in Selenium by Abha
• 28,140 points
6,499 views
+1 vote
1 answer
0 votes
1 answer

i have a error in automation

Instead of using Xpath, can you use ...READ MORE

Oct 15, 2019 in Selenium by Abha
• 28,140 points
1,413 views
+1 vote
1 answer

Explicit Wait with Page Factory is not working as expected

Hey Tewadros, you can use implicit wait ...READ MORE

Oct 14, 2019 in Selenium by Abha
• 28,140 points
1,890 views
0 votes
1 answer

Please tell me how to do Automation script using Spring boot in Intelliji Idea

@Ansuri, can you please be more specific ...READ MORE

Nov 4, 2019 in Selenium by Abha
• 28,140 points
1,479 views
0 votes
1 answer

unable to launch my first code in eclipse using selenium chrome driver

@klbret, can you share your code or ...READ MORE

Oct 10, 2019 in Selenium by Abha
• 28,140 points
1,361 views
0 votes
1 answer

how can i use a fact from database on selenium

Hey @Geronimo, can you share what code ...READ MORE

Oct 10, 2019 in Selenium by Abha
• 28,140 points
425 views
0 votes
1 answer

Selenium script is unable to took input in java

Hi Amol, can you please share your ...READ MORE

Sep 26, 2019 in Selenium by Abha
• 28,140 points
3,014 views
0 votes
1 answer

How can I locate inline elements from a web page using Selenium Webdriver?

Which specific element you are trying to ...READ MORE

Oct 10, 2019 in Selenium by Abha
• 28,140 points
3,743 views
+1 vote
1 answer

ElementNotVisibleException in selenium with cucumber

@Mahesh, can you share your code where ...READ MORE

Oct 10, 2019 in Selenium by Abha
• 28,140 points
818 views
0 votes
1 answer

Not able to upload a file in Selenium Webdriver using python Scripting

Hey Srinivas, you can checkout this code ...READ MORE

Sep 10, 2019 in Selenium by Abha
• 28,140 points
3,936 views
0 votes
1 answer

org.openqa.selenium.StaleElementReferenceException: stale element reference: element is not attached to the page document

Hi AK, to resolve this type of error, ...READ MORE

Sep 9, 2019 in Selenium by Abha
• 28,140 points
10,824 views
0 votes
1 answer

How can we read Numeric and String and date format in Excelsheet by using single program

Hey, I have gone through your code. ...READ MORE

Sep 6, 2019 in Selenium by Abha
• 28,140 points
3,248 views
0 votes
1 answer

how to click on a ref link on Selenium C3

To click on a href link using ...READ MORE

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

getting java.lang.IllegalStateException: The path to the driver executable must be set by the webdriver.chrome.driver system property

Hi Sivaranjani, to resolve your issue, Driver path ...READ MORE

Sep 3, 2019 in Selenium by Abha
• 28,140 points
15,242 views
+1 vote
1 answer

Locator issue for changed frame.

Hi ADS, can you please share your ...READ MORE

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

What is the use of Steps in Cucumber tool?

Hi Darshan, Steps are basically the Sequences ...READ MORE

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

What is a feature file in Cucumber test and what are its components?

Hey Jagan, Feature file is a file ...READ MORE

Aug 27, 2019 in Selenium by Anvi
• 14,150 points
2,247 views
0 votes
1 answer

How can I handle Javascript Alert popup using Ruby Selenium webdriver?

Hey Usman, you can use driver.switch_to.alert method ...READ MORE

Aug 27, 2019 in Selenium by Abha
• 28,140 points
2,144 views
0 votes
1 answer

How to open a new browser tab using Ruby Selenium Webdriver?

Hi Utkarsh, you can use JS Executor ...READ MORE

Aug 27, 2019 in Selenium by Abha
• 28,140 points
3,618 views
0 votes
1 answer

Which method is used to switch to a frame on a webpage using Ruby Selenium Webdriver?

Hi Hemant, you can use driver.switch_to.frame method to switch ...READ MORE

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

How can I automate google search for a keyword using ruby selenium webdriver?

Hi Amir, following code snippet shows how ...READ MORE

Aug 26, 2019 in Selenium by Anvi
• 14,150 points
1,431 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,753 views
0 votes
1 answer

How can I select an option from a dropdown using Ruby Selenium Webdriver?

Hey Swasti, you can try following lines ...READ MORE

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

How to type text into a text field using Ruby Selenium Webdriver?

Hi Lily, to type text into a ...READ MORE

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

What are the software requirements to run a Cucumber web test?

Hi Govind, to run a Cucumber Web ...READ MORE

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

How can I perform mouse hover to a web element with ruby and selenium webdriver?

Hi Siddhart, checkout the following script to ...READ MORE

Aug 26, 2019 in Selenium by Abha
• 28,140 points
2,360 views