Most voted questions in Selenium

0 votes
1 answer

I tried to open a new website when a new tab is opened using Selenium Webdriver

Try this code: ArrayList<String> tabs = new ...READ MORE

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

Can't find an element Using Selenium

The reason you can't locate the item ...READ MORE

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

Finding parent element in Protractor

To get the parent element, you can ...READ MORE

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

Saving data to the same xls file with Robot Framework ExcelLibrary

The documentation of the library states that, ...READ MORE

Mar 27, 2018 in Selenium by nsv999
• 5,500 points
6,306 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,244 views
0 votes
1 answer

Selenium ChromeDriver issue - Want to run it in background, but not as headless browser

This is a flaw with ChromeDriver. Tried ...READ MORE

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

Unable to connect to chromedriver 127.0.0.1:9515 on Amazon Linux AMI server

The issue seems to be only with ...READ MORE

Mar 26, 2018 in Selenium by nsv999
• 5,500 points
2,148 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
4,942 views
0 votes
1 answer

Unable to take the screenshot of the entire page in chrome using webdriver

I solved this issue myself actually. I ...READ MORE

Mar 26, 2018 in Selenium by nitinrawat895
• 11,380 points
3,344 views
0 votes
1 answer

Timeout error in selenium:- Timeout::Error with Selenium/Capybara/Cucumber/Ruby

The only reason for a timeout error ...READ MORE

Mar 26, 2018 in Selenium by nsv999
• 5,500 points
2,072 views
0 votes
2 answers

TestNG error:- Cannot find class in classpath

The above link didn't work it means ...READ MORE

Feb 12, 2020 in Selenium by Rashmi Reddy PR
40,057 views
0 votes
1 answer

Can we run multiple instances simultaneously with Selenium WebDriver?

A better option is to create multiple ...READ MORE

Mar 24, 2018 in Selenium by nsv999
• 5,500 points
14,733 views
0 votes
2 answers

How can we take screenshots of tests in Selenium 2 using C#

Hey, try using following code command to ...READ MORE

Aug 23, 2019 in Selenium by Abha
• 28,140 points
1,006 views
0 votes
3 answers

Can we run selenium tests (Firefox) on WebDriver without a GUI?

Hi ,  Yes, you can use headless browsers ...READ MORE

Sep 2, 2020 in Selenium by Sri
• 3,190 points
3,588 views
0 votes
6 answers

How to specify "ENTER" button functionality in Selenium WebDriver code?

using OpenQA.Selenium.Interactions; Actions builder = new Actions(driver); ...READ MORE

Feb 13, 2019 in Selenium by anonymous
94,849 views
–1 vote
0 answers

How Can I get All SEO Data (Title, Meta title, Meta Description and Address.) Using JAVA Selenium Webdriver

I want to get all SEO data ...READ MORE

Jul 23, 2019 in Selenium by Aazad
• 170 points
1,196 views
–1 vote
1 answer

How can I perform Select All method on a webpage using Selenium Webdriver?

@Kashish, normally we use Ctrl+A to perform ...READ MORE

Jun 25, 2019 in Selenium by Scott
7,387 views
–1 vote
1 answer

How can I access the parent of a node with XPath?

Hey Hemant, we can use the double ...READ MORE

Jun 24, 2019 in Selenium by Anvi
• 14,150 points
12,994 views
–1 vote
1 answer

Why Flash testing is different and difficult than testing other Web Elements?

Hi Himanshu, Flash Testing is testing type ...READ MORE

May 23, 2019 in Selenium by Ritesh
384 views
–1 vote
1 answer

Difference between sleep() and setSpeed() in selenium

Both sleep() and setSpeed() are used to ...READ MORE

Feb 13, 2019 in Selenium by Priyaj
• 58,090 points
14,119 views
–1 vote
1 answer

Selenium XPath error:- Element not found

The reason for Element not found exception ...READ MORE

Mar 27, 2018 in Selenium by nsv999
• 5,500 points
19,828 views