Most answered questions in Selenium

0 votes
2 answers

C# and Selenium: Wait Until Element is Present

WebDriverWait wait = new WebDriverWait(driver, new TimeSpan(0,0,5)) ...READ MORE

Sep 4, 2020 in Selenium by Sri
• 3,190 points
11,630 views
0 votes
2 answers

webdriver.ie.driver System Property setting driver executable

System.setProperty("webdriver.chrome.driver","C:\\Users\\vthaduri\\workspace\\LDCSuite\\IEDriverServer.exe"); your miss take is webdriver.chrome.driver but, we have ...READ MORE

Apr 24, 2019 in Selenium by anonymous
8,396 views
0 votes
2 answers

Getting Error in System.setProperty of ChromeDriver

System.setProperty("webdriver.chrome.driver", ...READ MORE

Jan 8, 2019 in Selenium by anonymous
9,163 views
0 votes
2 answers

What is the role of TestNG & JUnit frameworks in Selenium?

TestNG and JUnit are test frameworks . it ...READ MORE

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

Problem while using InternetExplorerDriver in Selenium WebDriver

enable trusted connection  in internet explorer by ...READ MORE

Aug 31, 2020 in Selenium by Sri
• 3,190 points
8,620 views
0 votes
2 answers

Selenium: Diff between POM (page object model) and page factory?

Hi, In POM (Page Object Model) you create ...READ MORE

Mar 14, 2019 in Selenium by Ellen Dares
6,176 views
0 votes
2 answers

How is Maven used with Selenium? Does it also do the testing?

Hi , Maven is a build tool . Why ...READ MORE

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

Differences between Selenium and Appium

Selenium: Selenium is a automation tool used for ...READ MORE

Nov 15, 2018 in Selenium by Arogyalokesh Vutukuru
2,346 views
0 votes
2 answers

Latest Version of Chrome Driver for Selenium Webdriver

Hi, you can get the latest version ...READ MORE

Aug 28, 2019 in Selenium by Abha
• 28,140 points
5,165 views
0 votes
2 answers

Radio button using Selenium WebDriver

You can try following code snippet: WebElement elem ...READ MORE

Aug 28, 2019 in Selenium by Abha
• 28,140 points
4,328 views
0 votes
2 answers

Finding WebDriver element with Class Name in java

The better way to handle this element ...READ MORE

Apr 10, 2018 in Selenium by nsv999
• 5,500 points
12,749 views
0 votes
2 answers

Difference between Action and Actions in Selenium

 Actions class is based on builder design pattern ...READ MORE

Jun 21, 2019 in Selenium by virendra

edited Jul 26, 2019 51,030 views
0 votes
2 answers

How to scroll the Page up or down in Selenium WebDriver? (using java)

JavascriptExecutor jsx = (JavascriptExecutor)driver; jsx.executeScript("window.scrollBy(0,555)", ""); or Action classes ...READ MORE

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

How different/ similar are Protractor and Selenium? Which is better?

Protractor and Selenium both are used to ...READ MORE

Jun 9, 2019 in Selenium by Amod Mahajan
3,630 views
0 votes
2 answers

Handling new window using Selenium

You can try something like this too:  ...READ MORE

Aug 27, 2019 in Selenium by Abha
• 28,140 points
8,968 views
0 votes
2 answers

Unable to Click on an Element in Selenium (Python) even after finding it.

Here, I give you working script which ...READ MORE

Sep 19, 2018 in Selenium by Priyaj
• 58,090 points
23,475 views
0 votes
2 answers

How to use Selenium with Python?

Hey Shubham, you can checkout this thread ...READ MORE

Aug 26, 2019 in Selenium by Abha
• 28,140 points
839 views
0 votes
2 answers

Unable to switch back to default frame

Hi Shubham, you can switch to a ...READ MORE

Aug 26, 2019 in Selenium by Abha
• 28,140 points
2,252 views
0 votes
2 answers

Can anyone help me that how to run Selenium WebDriver test cases in Chrome?

You first need to download chrome driver ...READ MORE

Aug 26, 2019 in Selenium by Abha
• 28,140 points
1,680 views
+2 votes
2 answers

How can I press ENTER key with the execute_script in selenium python?

The below code containing Keys.ENTER might just ...READ MORE

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

Finding an element in Selenium

Hi, ​both find_element_by_xpath(xpath) and find_element(By.XPath, xpath) serve the ...READ MORE

Aug 23, 2019 in Selenium by Abha
• 28,140 points
1,120 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,940 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,934 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,046 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,003 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
214 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
271 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
913 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,845 views
+1 vote
1 answer

how to learn selenium?

Prerequisites. Before learning the concepts of Selenium, ...READ MORE

Feb 7, 2022 in Selenium by Bhavitha
• 1,000 points
586 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,781 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
473 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
480 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
459 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
541 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
508 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
433 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
466 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
510 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
410 views
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
699 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
12,028 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,811 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
920 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,519 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,127 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
575 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
441 views