Most voted questions in Selenium

+1 vote
1 answer

How to handle notifications in Python with Selenium (Chrome WebDriver)

Below will help you: You can disable the ...READ MORE

May 11, 2018 in Selenium by Samarpit
• 5,910 points
15,191 views
+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 94,330 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
28,434 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
14,195 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,020 points
23,391 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
84,535 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 11,583 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
65,435 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
19,803 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
8,845 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
17,056 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
18,349 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
3,140 views
0 votes
0 answers

Selenium Project : Support

Hi I have knowledge in Selenium and ...READ MORE

Apr 9 in Selenium by RICHA
• 140 points
204 views
0 votes
0 answers

Chrome Driver has starting But Web socket connection is appearing as null.Tried without Firewall still same issue.Kindly help

WARNING: Invalid Status code=403 text=Forbidden java.io.IOException: Invalid Status ...READ MORE

Oct 15, 2024 in Selenium by anonymous

edited Mar 5 198 views
0 votes
0 answers

Selenium Webdriver Java - Eclipse java lang NoClassDefFoundError

package seleniumWithJava; import org.openqa.selenium.WebDriver; import org.openqa.selenium.chrome.ChromeDriver; import org.openqa.selenium.edge.EdgeDriver; public class seleniumIntro ...READ MORE

Oct 1, 2024 in Selenium by nasima

edited Mar 5 233 views
0 votes
0 answers

How to download submitted assignment

Hi, How to download submitted assignment from website. READ MORE

Mar 2, 2024 in Selenium by anonymous

edited Mar 5 259 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,360 points
797 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,360 points
1,004 views
0 votes
0 answers

Please tell me where to find chrome driver to support chrome browser Version 116.0.5845.188 .

Chrome driver used :114 Chrome browser :Version 116.0.5845.188 Selenium ...READ MORE

Sep 19, 2023 in Selenium by dildilshani

edited Mar 5 150 views
0 votes
0 answers

expecting output "Correct mail-id"......but getting "email Adress must be valid" why??

def email_validation(id)          mail_id=@driver.find_element(:id,'email')       mail_id.send_keys(id);       var=mail_id.attribute('value')       puts"#{var}"       wait =Selenium::WebDriver::Wait.new(:timeout=>60)       if var.empty?          puts "email can't ...READ MORE

Aug 23, 2023 in Selenium by SEEMA
• 110 points

edited Mar 5 174 views
0 votes
0 answers

how to get text

hello , I have written this code ...READ MORE

Aug 23, 2023 in Selenium by SEEMA
• 110 points

edited Mar 5 154 views
0 votes
0 answers

How to automate selecting options when Right click on Chrome using selenium python?

The scenario is like this, When we ...READ MORE

Aug 3, 2023 in Selenium by anonymous
• 110 points

edited Mar 5 160 views
0 votes
0 answers

Extent Repots in Selenium using python

looking to configure extent reports in selenium ...READ MORE

May 24, 2023 in Selenium by PrudhviM

edited Mar 5 139 views
0 votes
0 answers

Need doc with respect to mac settings

The reference doc, finding difficult to follow ...READ MORE

Apr 26, 2023 in Selenium by Sreepriya

edited Mar 5 155 views
0 votes
0 answers

How to extract text from pdf and copy to system clipboard ?

Pdf is generated in ui and we ...READ MORE

Apr 5, 2023 in Selenium by Kaviya

edited Mar 5 148 views
0 votes
0 answers

How to handle amazon cognito authentication pop-up using java selenium.

I have a website where post clicking ...READ MORE

Mar 16, 2023 in Selenium by anonymous

edited Mar 5 170 views
0 votes
0 answers

I want to create excel driven framework in selenium java

I m working on selenium java framework, ...READ MORE

Feb 28, 2023 in Selenium by Rajat

edited Mar 5 142 views
0 votes
0 answers

Cannot find class in classpath in selenium

[RemoteTestNG] detected TestNG version 7.4.0 org.testng.TestNGException: Cannot find ...READ MORE

Feb 17, 2023 in Selenium by Tinju

edited Mar 4 153 views
0 votes
0 answers

org.openqa.selenium.NoSuchElementException: Timed out after 10 seconds. Element not found

Getting "org.openqa.selenium.NoSuchElementException: Timed out after 10 seconds. ...READ MORE

Feb 14, 2023 in Selenium by anonymous

edited Mar 4 165 views
0 votes
0 answers

java.lang.NoClassDefFoundError: org/openqa/selenium/WebDriver

I added all the selenium  jars in ...READ MORE

Feb 10, 2023 in Selenium by anonymous

edited Mar 4 169 views
0 votes
0 answers

Can we automate React app using selenium?

Can we automate React app using selenium? READ MORE

Jan 19, 2023 in Selenium by Sukanya

edited Mar 4 162 views
0 votes
0 answers

How to handle auto suggestions in selenium

How we can inspect an auto suggestion ...READ MORE

Dec 25, 2022 in Selenium by Shaswati

edited Mar 4 121 views
0 votes
0 answers
0 votes
0 answers

How can I generate a report for a specific class?

I have a Selenium project that uses ...READ MORE

Oct 14, 2022 in Selenium by Tebogo

edited Mar 4 132 views
0 votes
0 answers

Please provide the solution my program is not working because of this error.... how i can handle this error

Cannot invoke "org.apache.poi.ss.usermodel.Row.getCell(int)" because the return value ...READ MORE

Jun 15, 2022 in Selenium by Mukesh

edited Mar 4 158 views
0 votes
0 answers

Error: Unable to initialize main class webdriverExamples.TC001_login_logout Caused by: java.lang.NoClassDefFoundError: org/openqa/selenium/WebDriver

Error: Unable to initialize main class webdriverExamples.TC001_login_logout Caused ...READ MORE

Apr 9, 2022 in Selenium by anonymous

edited Mar 4 147 views
0 votes
0 answers
0 votes
0 answers

import chromedriver is showing van not resolved to a type in testNG

package testNG_basics; import org.openqa.selenium.WebDriver; import org.openqa.selenium.chrome.ChromeDriver; import org.testng.annotations.BeforeClass; public class Cooladmin_loginTest ...READ MORE

Mar 28, 2022 in Selenium by Vaishnavi

edited Mar 4 138 views
0 votes
0 answers

What is a selenium course?

Mar 15, 2022 in Selenium by Kichu
• 19,040 points
1,163 views
0 votes
0 answers

Difference between implicit wait and pageLoadTimeout

What happen if we given only pageLoadTimeout ...READ MORE

Feb 23, 2022 in Selenium by Webinar

edited Mar 4 119 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
• 86,360 points
1,764 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,580 points
3,995 views
0 votes
0 answers

I want to highlight an element (where failure happened) after taking screenshot - Selenium and Java

My code to Login to a page @Test(testName ...READ MORE

Feb 16, 2022 in Selenium by Thavha

edited Mar 4 129 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 1,027 views
0 votes
1 answer

what is hybrid framework in selenium?

Hybrid framework is mixed with two or ...READ MORE

Jun 15, 2022 in Selenium by Mukesh

edited Mar 5 3,482 views