Most voted questions in Selenium

0 votes
1 answer

What is TestNG and why it is used in selenium?

Hello @User, Talking about TestNG, it is an ...READ MORE

Dec 24, 2018 in Selenium by Shuvodip
1,138 views
0 votes
1 answer

How to use Implicit wait in selenium?

There are various types of wait in ...READ MORE

Dec 24, 2018 in Selenium by Nabarupa
458 views
0 votes
1 answer

What is Validation in Selenium?

Validation in selenium means checking wether all ...READ MORE

Dec 24, 2018 in Selenium by Nabarupa
6,434 views
0 votes
2 answers

How to use relative xpath for locating a web-element by particular Attribute?

Xpath=//tagname[@attribute='value'] READ MORE

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

How to use partial link text in selenium?

Okay so talking about  LinkText: You need to ...READ MORE

Dec 21, 2018 in Selenium by Nabarupa
1,583 views
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,285 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
332 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,433 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,053 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
16,055 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
932 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,635 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,294 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,681 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,858 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,312 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
638 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
669 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
824 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,231 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,866 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,890 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
601 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,268 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,900 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,547 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,511 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,084 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,238 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
904 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
808 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,377 views
0 votes
1 answer

How to switch between two windows in browser using Selenium java

Yes, this is possible. First, you need ...READ MORE

Sep 25, 2018 in Selenium by Meci Matt
• 9,460 points
15,686 views
0 votes
1 answer

Can Selenium webdriver attach to already open browser window?

Nope, it can't be done. It's one ...READ MORE

Sep 25, 2018 in Selenium by Meci Matt
• 9,460 points
5,183 views
0 votes
1 answer

How to Submit HTTP authentication with Selenium python-binding webdriver

I have found a solution to this ...READ MORE

Sep 25, 2018 in Selenium by Meci Matt
• 9,460 points
4,506 views
0 votes
1 answer

Scrolling down a page with Selenium Webdriver

You can perform this action easily using ...READ MORE

Sep 25, 2018 in Selenium by Meci Matt
• 9,460 points
4,988 views
0 votes
1 answer

Make sure that browser opened by webdriver is always in focus

The following should work: ((JavascriptExecutor) webDriver).execut ...READ MORE

Sep 24, 2018 in Selenium by Meci Matt
• 9,460 points
5,487 views
0 votes
1 answer

How to execute JavaScript in Ruby written Webdriver test?

The equivalent Ruby would be: name = ...READ MORE

Sep 24, 2018 in Selenium by Meci Matt
• 9,460 points
2,251 views
0 votes
1 answer

Selenium + IE8: force IE8 compatibility view

I have some workarond solution for this, ...READ MORE

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

Selenium and :hover css

I couldn't find a way to do ...READ MORE

Sep 19, 2018 in Selenium by Sushmita
• 6,910 points
1,119 views
0 votes
1 answer

How to disable 'This type of file can harm your computer' pop up

The problem with XML files started to ...READ MORE

Sep 19, 2018 in Selenium by Meci Matt
• 9,460 points
7,391 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,778 views
0 votes
1 answer

Protractor waiting for element to be in DOM

You should be able to use browser.wait together with ...READ MORE

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

Firefox Error: “Your connection is not secure” while launching driver with Selenium 3.0.1 using Java

Download Firefox 55 beta and set capabilities.setCapability("acceptInsecureCerts", true); Here ...READ MORE

Sep 17, 2018 in Selenium by Meci Matt
• 9,460 points
1,564 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,818 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
2 answers

How to get a page name using Selenium Webdriver (C#)?

String pageTitlte=driver.getTitle(); READ MORE

Sep 6, 2020 in Selenium by Sri
• 3,190 points
2,238 views
0 votes
1 answer

Basic authentication with Selenium in Internet Explorer 10

My upgrade to Internet Explorer 10 was ...READ MORE

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

Selenium-Python , find out when a download has completed

There is no built-in to selenium way ...READ MORE

Sep 5, 2018 in Selenium by Meci Matt
• 9,460 points

edited Feb 7, 2020 by Gitika 20,194 views
0 votes
1 answer

Open firefox window in selenium with firefox addons loaded

If you are using selenium remote control, you ...READ MORE

Sep 5, 2018 in Selenium by Meci Matt
• 9,460 points
1,536 views