Latest questions in Selenium

0 votes
2 answers

How to use link as a locator to find element in selenium?

driver.findElement(By.linkText("link")).click(); READ MORE

Sep 4, 2020 in Selenium by Sri
• 3,190 points
1,239 views
0 votes
1 answer

How to use name locator in selenium?

You can simply inspect the webpage and ...READ MORE

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

Cannot click on Google search.

There is a very tiny mistake that ...READ MORE

Dec 21, 2018 in Selenium by Shuvodip
2,412 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,665 views
0 votes
1 answer

How to use css selector in selenium using Java?

Hello @Jino, CSS Selector is pretty easy to ...READ MORE

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

How to install firebug in chrome?

FIrebug was a chrome extension that was ...READ MORE

Dec 21, 2018 in Selenium by Shuvodip
15,993 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
1 answer

Selenium IDE is no longer supported, what are the alternatives I can work with?

Hey @Jino, yes that true that they ...READ MORE

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

How can I click on male tag in facebook using selenium?

There is an approach for locating an ...READ MORE

Dec 21, 2018 in Selenium by Nabarupa
1,614 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 close the first tab in chrome using selenium in Java?

You can create an Array list of ...READ MORE

Dec 21, 2018 in Selenium by Shuvodip
8,649 views
0 votes
1 answer

How can I login to flipkart using selenium?

Hey @Jino, glad you are liking selenium ...READ MORE

Dec 20, 2018 in Selenium by Nabarupa
12,719 views
0 votes
2 answers

How can I automate the process of adding a product to cart in Flipkart?

Hey @Jino, it was pretty good brain ...READ MORE

Dec 21, 2018 in Selenium by Nabarupa
13,258 views
0 votes
1 answer

Where can I find good tutorials for Learning selenium?

Here are few of the Youtube playlist ...READ MORE

Dec 20, 2018 in Selenium by Ranjan
615 views
0 votes
2 answers

How to use webdriver in selenium?

Hi, Selenium provides drivers specific to each browser ...READ MORE

Feb 21, 2020 in Selenium by surbhi
• 260 points
648 views
0 votes
1 answer

How to use click() with any button or any link?

I am taking an example for gmail ...READ MORE

Dec 20, 2018 in Selenium by Shuvodip
809 views
0 votes
2 answers

What is the best reporting tool that can be used with selenium?

I guess you can use the below ...READ MORE

Dec 20, 2018 in Selenium by Shuvodip
5,201 views
0 votes
1 answer

How can I search for a video on YouTube?

I will tell you step by step ...READ MORE

Dec 20, 2018 in Selenium by Nabrupa
5,818 views
0 votes
3 answers

What is the difference between relative and absolute XPath?

Absolute Xpath: It contains the complete path ...READ MORE

Dec 20, 2018 in Selenium by Nabarupa
65,665 views
0 votes
1 answer

How to get the XPath of an element?

To get the xpath of an element ...READ MORE

Dec 19, 2018 in Selenium by Nabarupa
574 views
+1 vote
1 answer

How to use xpath to get a specific text from a website?

The task is to get the text ...READ MORE

Dec 19, 2018 in Selenium by Nabarupa
7,113 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,766 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 can I select the drop down date section using selenium?

First thing that you need to do ...READ MORE

Dec 19, 2018 in Selenium by Nabarupa
11,184 views
0 votes
1 answer

Unable to send keys value inside my password field

Hey thanks for the input.. I found the ...READ MORE

Dec 19, 2018 in Selenium by Santhosh
10,848 views
+1 vote
1 answer

How to click on Login button on facebook?

As you said, you can use the ...READ MORE

Dec 18, 2018 in Selenium by Nabarupa
2,926 views
0 votes
1 answer

How to enter password in the password textbox using ID locator in facebook?

Here as you can see that the ...READ MORE

Dec 18, 2018 in Selenium by Nabarupa
1,523 views
0 votes
1 answer

How to get the enter username using ID locator in Facebook?

To use the ID locator to test ...READ MORE

Dec 18, 2018 in Selenium by Nabarupa
2,484 views
+3 votes
1 answer

Automate the login process of facebook login.

Hey @user, you can simply use findelements ...READ MORE

Dec 18, 2018 in Selenium by Nabarupa
14,581 views
+3 votes
1 answer

How to use wait in selenium java?

There are different types of wait you ...READ MORE

Dec 18, 2018 in Selenium by Nabarupa
548 views
+4 votes
1 answer

Getting error while accessing the password field in gmail.

Hello @User, this was the error I ...READ MORE

Dec 18, 2018 in Selenium by Nabarupa
899 views
+4 votes
1 answer

How can ID used as a locator to enter an email-id in gmail?

You can use the id field of ...READ MORE

Dec 18, 2018 in Selenium by Nabarupa
1,346 views
+1 vote
1 answer

What is locators used for in selenium?

Locator are used to find and match ...READ MORE

Dec 18, 2018 in Selenium by Nabarupa
581 views
0 votes
5 answers

How to scroll down a webpage in selenium using Java?

 to scroll up or down with Selenium, a JavaScript executor is a ...READ MORE

Dec 16, 2020 in Selenium by Roshni
• 10,520 points
44,007 views
+2 votes
1 answer

How to search for a keyword in google using selenium Java?

You can use locators to find the ...READ MORE

Dec 17, 2018 in Selenium by Nabarupa
23,176 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
+1 vote
1 answer

Can someone explain the meaning of WebDriver wd = new ChromeDriver();?

WebDriver webdriver = new ChromeDriver(); The following simply ...READ MORE

Dec 15, 2018 in Selenium by Aniket
743 views
+1 vote
1 answer

How to set chromedriver in selenium ?

System.setProperty("webdriver.chrome.driver","Your\\path\\to\\chromedriver.exe"); WebDriver wd = new ChromeDriver();//create an instance ...READ MORE

Dec 14, 2018 in Selenium by Aniket
872 views
+1 vote
1 answer

How to get all the links from google search?

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

Dec 14, 2018 in Selenium by Shuvodip
1,107 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
+1 vote
2 answers

How to get the title of a webpage using Selenium Java?

Essentially, driver.getTitle(); function can be used to ...READ MORE

Dec 17, 2018 in Selenium by Vardhan
• 13,190 points
15,312 views
+1 vote
1 answer

Getting error while giving a string input to google search in selenium java.

The two possible solution to the problem ...READ MORE

Dec 14, 2018 in Selenium by Nabarupa
1,626 views
+2 votes
3 answers

What are the different Locators that can be used to access Web Elements?

@Nitesh, I would like to tell you ...READ MORE

Dec 12, 2018 in Selenium by Priyaj
• 58,090 points
1,141 views
+1 vote
1 answer

What are the similarity between Selenium RC and Selenium Webdriver?

Selenium RC and Webdriver both support the ...READ MORE

Dec 12, 2018 in Selenium by Priyaj
• 58,090 points
926 views
+4 votes
1 answer

How can I configure Eclipse for using Selenium?

Follow the following steps to configure your ...READ MORE

Dec 12, 2018 in Selenium by Nabarupa
1,470 views
0 votes
1 answer

Send keys not working selenium webdriver python

As you mentioned send_keys("TEST") are not working, there are ...READ MORE

Sep 28, 2018 in Selenium by Meci Matt
• 9,460 points
17,172 views
0 votes
1 answer

How to run tests in behat on firefox 48.0 using selenium stand alone server?

Starting the selenium server standalone with chrome ...READ MORE

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

How to download a pdf file diagrammatically from a web page with .html extension?

For downloading a pdf file: import java.io.File; import java.io.FileOutputStream; import ...READ MORE

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

How to record popup windows with selenium IDE

If that pop up window has name, ...READ MORE

Sep 28, 2018 in Selenium by Meci Matt
• 9,460 points
1,324 views
+1 vote
2 answers

selenium-python Process unexpectedly closed with status 1

Hi paragf! I checked your code.  Firstly, there ...READ MORE

Sep 28, 2018 in Selenium by Omkar
• 69,210 points
4,804 views