Most voted questions in Selenium

+1 vote
4 answers

Error: selenium.common.exceptions.WebDriverException: Message: 'chromedriver' executable needs to be in PATH

You can also handle this error with ...READ MORE

Nov 27, 2018 in Selenium by Srujan

edited Aug 4, 2023 by Khan Sarfaraz 89,630 views
+1 vote
2 answers

Is it possible to manually set the attribute value of a Web Element using Selenium?

WebDriver driver; JavascriptExecutor js = (JavascriptExecutor) driver; js.executeScript("document.getElementById('id123').setAttribute('attr', ...READ MORE

Sep 4, 2020 in Selenium by Sri
• 3,190 points
26,658 views
+1 vote
1 answer

Error message: “'chromedriver' executable needs to be available in the path”

Okay there are a couple of wrong ...READ MORE

Apr 30, 2018 in Selenium by king_kenny
• 3,710 points
13,059 views
+1 vote
2 answers

I want the screenshot of only a specific element and not the entire page. Is it possible with Selenium Webdriver?

Hey @kappa3010, you can try this. Though ...READ MORE

Dec 31, 2018 in Selenium by Priyaj
• 58,090 points
21,224 views
+1 vote
5 answers

Getting this error: “Element is not clickable at point”

There are 3 possible solutions for this: 1. ...READ MORE

Apr 21, 2018 in Selenium by king_kenny
• 3,710 points
82,156 views
+1 vote
1 answer

How to perform mouse hovering in Selenium WebDriver (Java)?

You many not actually be able to ...READ MORE

Apr 3, 2018 in Selenium by nsv999
• 5,500 points

edited Aug 22, 2023 by Khan Sarfaraz 10,218 views
+1 vote
4 answers

Need to wait until page is completely loaded - Selenium WebDriver

You can try something like -  new WebDriverWait(firefoxDriver, ...READ MORE

Dec 21, 2019 in Selenium by Robin
63,303 views
+1 vote
3 answers

java.lang.ClassNotFoundException: okhttp3.ConnectionPool - Selenium Error

The only reason for ClassNotFoundException is if ...READ MORE

Mar 30, 2018 in Selenium by nsv999
• 5,500 points
17,492 views
+1 vote
1 answer

How to handle drop downs using Selenium WebDriver in Java

First, find an XPath which will return ...READ MORE

Mar 27, 2018 in Selenium by nsv999
• 5,500 points
7,919 views
+1 vote
2 answers

Python with Selenium issue: “Chrome is being controlled by automated test software”

from selenium import webdriver chrome_options = webdriver.ChromeOptions() chrome_options.add_experimental_option("useAutomationExtension", False) chrome_options.add_experimental_option("excludeSwitches",["enable-automation"]) driver ...READ MORE

Apr 20, 2020 in Selenium by Manoj
14,851 views
+1 vote
1 answer

Disable notification" “Chrome is being controlled by automated test software” in ChromeDriver 2.36

"disable-infobars" flag has been deprecated, but you ...READ MORE

Mar 26, 2018 in Selenium by nsv999
• 5,500 points
16,502 views
+1 vote
1 answer

Nightwatch chromedriver error

You should use a dot before lib: "webdriver.chrome.driver" ...READ MORE

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

What is selenium grid?

Selenium Grid is an integral part of ...READ MORE

Nov 29, 2023 in Selenium by anonymous
• 3,320 points
184 views
0 votes
1 answer

How to handle dropdown in Selenium?

Handling dropdown menus in Selenium WebDriver can ...READ MORE

Nov 9, 2023 in Selenium by anonymous
• 3,320 points
246 views
0 votes
0 answers

What is a selenium course?

Mar 15, 2022 in Selenium by Kichu
• 19,050 points
626 views
0 votes
1 answer

SEO: A whois server that work for .SE domains?

I used wireshark, for solving this issue string ...READ MORE

Feb 20, 2022 in Selenium by narikkadan
• 63,420 points
875 views
0 votes
1 answer

Convert time from EST to UTC in Excel

Here is another formula to add 5 ...READ MORE

Feb 18, 2022 in Selenium by gaurav
• 23,260 points
2,769 views
0 votes
0 answers

how to find element in selenium

Feb 7, 2022 in Selenium by Edureka
• 850 points

reshown Feb 24, 2022 by Hemant 647 views
0 votes
1 answer

what is hybrid framework in selenium?

Hybrid Driven Framework is a mix of ...READ MORE

Feb 4, 2022 in Selenium by Bhavitha
• 1,000 points
2,759 views
0 votes
1 answer

what is assert in selenium

Assertions are used for validating a test ...READ MORE

Feb 4, 2022 in Selenium by Bhavitha
• 1,000 points
450 views
0 votes
1 answer

what is pom in selenium?

Page Object Model, also known as POM, ...READ MORE

Feb 3, 2022 in Selenium by Bhavitha
• 1,000 points
453 views
0 votes
1 answer

what is selenium grid

Selenium Grid is to execute the tests ...READ MORE

Feb 3, 2022 in Selenium by Edureka
• 850 points
429 views
0 votes
1 answer

what is selenium ide?

Selenium IDE (Integrated Development Environment) is primarily ...READ MORE

Feb 3, 2022 in Selenium by Bhavitha
• 1,000 points
514 views
0 votes
1 answer

what is selenium used for?

Selenium is the most popularly used freeware ...READ MORE

Feb 3, 2022 in Selenium by Bhavitha
• 1,000 points
477 views
0 votes
1 answer

what is framework in selenium?

Selenium Framework is a suite of automation ...READ MORE

Feb 3, 2022 in Selenium by Bhavitha
• 1,000 points
417 views
0 votes
1 answer

what is selenium testing

The Selenium testing tool is used to automate ...READ MORE

Feb 3, 2022 in Selenium by Bhavitha
• 1,000 points
418 views
0 votes
1 answer

how to take screenshot in selenium

In order to capture a screenshot in ...READ MORE

Feb 3, 2022 in Selenium by Edureka
• 850 points
472 views
0 votes
1 answer

what is selenium webdriver?

Selenium WebDriver is a collection of open-source ...READ MORE

Feb 3, 2022 in Selenium by Edureka
• 850 points
384 views
0 votes
0 answers

How to separate integer(230001) into 230 &001 and compare 230 with hardcoded integer.

I have a ID field and want ...READ MORE

Oct 11, 2021 in Selenium by Usama
• 120 points
266 views
0 votes
0 answers

Iam unable to run the java program in eclipse

Iam getting the below error. at org.eclipse.jdt.debug.ui.launchConfigurations.JavaApplicationLaunchShortcut.findTypes(JavaApplicationLaunchShortcut.java:165) at org.eclipse.jdt.debug.ui.launchConfigurations.JavaLaunchShortcut.searchAndLaunch(JavaLaunchShortcut.java:115) at ...READ MORE

Oct 9, 2021 in Selenium by Srikanth
• 120 points
479 views
0 votes
0 answers
0 votes
1 answer

why it is calling as a regresssion is there any reason

The idea is to run this series ...READ MORE

Nov 23, 2021 in Selenium by anonymous
679 views
0 votes
0 answers

How to handle "Plugin blocked" pop up using selenium python ?

I am trying to automate web application ...READ MORE

Jan 4, 2021 in Selenium by kiran
• 120 points
1,081 views
0 votes
1 answer

Error occurs while creating new maven project and could not resolve archetype

Hello, @Boopathy, I had the same problem. I ...READ MORE

Dec 30, 2020 in Selenium by Reshma
11,896 views
0 votes
0 answers

For conditions 2 and 3 getting error Class cast exception. Any solution?

public class ScrollingPage { public static void main(String[] ...READ MORE

Dec 25, 2020 in Selenium by faha
• 380 points
1,047 views
0 votes
1 answer

New Maven Project Created but Plugin Error Occured. Which Plugin want to install and give solution.

Hi, @Boopathy, On the eclipse shortcut or exe Right ...READ MORE

Dec 24, 2020 in Selenium by Gitika
• 65,910 points
2,797 views
0 votes
2 answers

" Can't connect to any repository" While pushing to github.

Hey, @Boopathy, Go to Window -> Preferences -> Team ...READ MORE

Dec 24, 2020 in Selenium by Gitika
• 65,910 points
21,601 views
0 votes
1 answer

Why Selenium IDE is not used for dynamic Website testing?

Hi, @Sabu, Selenium IDE is a Mozilla Firefox plugin, which ...READ MORE

Dec 23, 2020 in Selenium by Gitika
• 65,910 points
905 views
0 votes
0 answers

I want to navigate to f drive location through selenium webdriver

I want to navigate to f drive ...READ MORE

Dec 22, 2020 in Selenium by anonymous
• 120 points
366 views
0 votes
0 answers

i want to create a generic method it should call when tescase is failed

Hi , i want to create a generic ...READ MORE

Dec 17, 2020 in Selenium by Sri
• 3,190 points
241 views
0 votes
0 answers

How do I keep a session alive for long Selenium scripts in automation?

I am automating a task with Selenium ...READ MORE

Dec 16, 2020 in Selenium by AYUSHI
• 120 points
2,293 views
0 votes
1 answer

Error as the previous one for sikuli upload

@Faha, This error message... JavaScript error: resource://gre/modules/XULStore.jsm, line 66: ...READ MORE

Dec 15, 2020 in Selenium by Gitika
• 65,910 points
1,485 views
0 votes
1 answer

Sikuli file upload, even after writing the correct script getting error. Any solution?

Hey, @Faha, This error message... JavaScript error: resource://gre/modules/XULStore.jsm, line ...READ MORE

Dec 15, 2020 in Selenium by Gitika
• 65,910 points
2,091 views
0 votes
1 answer

While lunching chrome browser in eclipse in selenium

Hi, @There, set webdriver.chrome.driver instead of webdriver.chromedriver.driver System.setProperty("webdriver.chromedriver.driver", ...READ MORE

Dec 7, 2020 in Selenium by Gitika
• 65,910 points
564 views
0 votes
1 answer

How can I take a screenshot with Selenium WebDriver?

Java Yes, it is possible. The following example ...READ MORE

Dec 4, 2020 in Selenium by Gitika
• 65,910 points
429 views
0 votes
1 answer

Gmail login fail using Selenium webdriver. Showing element not found for password

Try setting an implicit wait of maybe ...READ MORE

Dec 4, 2020 in Selenium by Gitika
• 65,910 points
1,415 views
0 votes
1 answer

Equivalent of waitForVisible/waitForElementPresent in Selenium WebDriver tests using Java?

Implicit and Explicit Waits Implicit Wait An implicit wait ...READ MORE

Dec 4, 2020 in Selenium by Gitika
• 65,910 points
1,026 views