Most answered questions in Selenium

0 votes
1 answer

Automate Inputing SQL queries in textbox in a website using python selenium

Concatenate the queries as a string....and send ...READ MORE

Aug 31, 2020 in Selenium by Ananda Chakroborthy
814 views
+1 vote
1 answer

Selenium wont support angular , react ,Vue JS applications...?

You can use selenium to test any ...READ MORE

Aug 28, 2020 in Selenium by Venkat Ram
4,251 views
0 votes
1 answer

Eclipse won't run Chrome v84 with JUnit

Have you set the system property to ...READ MORE

Aug 26, 2020 in Selenium by Sirajul
• 59,230 points
812 views
+1 vote
1 answer

where we are using delegates in selenium automation testing

Hello @Sri , Delegates are similar to pointers available ...READ MORE

Aug 26, 2020 in Selenium by Niroj
• 82,880 points

edited Jul 19, 2023 by Khan Sarfaraz 1,401 views
0 votes
1 answer

I am trying to launch browser using testng but not able to execute. Please help me solving this error

Please check your chrome version, launch with ...READ MORE

Aug 25, 2020 in Selenium by Pramod
• 160 points
3,977 views
0 votes
1 answer

I am not able to generate extent report with screenshot in selenium cucumber java .. Please help me out

Hello @kanikahans, You need to define Extent Report ...READ MORE

Aug 24, 2020 in Selenium by Niroj
• 82,880 points
7,855 views
0 votes
1 answer

How test runner prioritize test classes for execution.

Hello @Sri, TestNG is a Testing framework, that covers different ...READ MORE

Aug 24, 2020 in Selenium by Niroj
• 82,880 points
981 views
0 votes
1 answer

How Test Runners interacting with main method

 As main() method is needed to run the ...READ MORE

Aug 24, 2020 in Selenium by Niroj
• 82,880 points
2,437 views
+1 vote
1 answer

In selenium Can we interact with browsers directly without using browsers web drivers like codedui

As per my understanding of your query, ...READ MORE

Aug 20, 2020 in Selenium by Sirajul
• 59,230 points
825 views
0 votes
1 answer

How to do DataDriven testing in specflow api

The following link gives an explanation of ...READ MORE

Aug 17, 2020 in Selenium by Lindsy
859 views
0 votes
1 answer

How to open chrome default profile with selenium?

Try the following code. System.setProperty("webdriver.chrome.driver","C:\\chromedriver.exe"); ChromeOptions options = new ...READ MORE

Aug 12, 2020 in Selenium by Sirajul
• 59,230 points
22,976 views
0 votes
1 answer

Some scenarios require reboot computer in the middle of their running

You might have to probably call a command-line ...READ MORE

Aug 6, 2020 in Selenium by Sirajul
• 59,230 points
598 views
0 votes
1 answer

While running it is not recognizing the xpath

There are two parts to this. The ...READ MORE

Aug 3, 2020 in Selenium by Kim
1,923 views
0 votes
1 answer

Which exception is raised when an element is not found in an HTML DOM using XPath

Hey, A stale element reference exception is thrown in one of two cases If ...READ MORE

Jul 30, 2020 in Selenium by Sirajul
• 59,230 points
10,316 views
+1 vote
1 answer

Avoid bot detection not working with Selenium

Looks like the website is protected by Bot Management service ...READ MORE

Jul 28, 2020 in Selenium by Kim
22,541 views
0 votes
1 answer

Is navigate method available in selenium webdriver with python??

The line of code which you have ...READ MORE

Jul 28, 2020 in Selenium by Sirajul
• 59,230 points
1,863 views
0 votes
1 answer

Which of the following options can be used to move to the main menu option and then sub option through action method in webdriver

Hello @ naresh, With the actions object you should ...READ MORE

Jul 24, 2020 in Selenium by Niroj
• 82,880 points
2,410 views
0 votes
1 answer

Unable to select check with locators, please suggest

Hello, Check Boxes and Radio Button deals exactly the same way ...READ MORE

Jul 22, 2020 in Selenium by Niroj
• 82,880 points
493 views
0 votes
1 answer

How do I play a thumbnail video for a particular product eg. mobile on flipkart site?

Automating video streaming is a bit challenging ...READ MORE

Jul 28, 2020 in Selenium by Sirajul
• 59,230 points
868 views
0 votes
1 answer

How to Handle alerts like Irctc alert in selenium?

Hello  karthik, Handling alerts manually is a tedious task. ...READ MORE

Jun 29, 2020 in Selenium by Niroj
• 82,880 points
2,485 views
0 votes
1 answer

How o create testNG sample code?

Hey @Anjum, Check this out. It will ...READ MORE

Jun 18, 2020 in Selenium by Sirajul
• 59,230 points
457 views
0 votes
1 answer

How can I run test cases in parallel using Keyword Driven Framework?

One solution to try for executing test ...READ MORE

Jun 29, 2020 in Selenium by Alexander
2,299 views
0 votes
1 answer

How to solve this warning? The constructor ChromeDriver(capabilities) is deprecated.

Since ChromeDriver(service, capabilities) is deprecated now as well, you ...READ MORE

Jun 8, 2020 in Selenium by Kim
4,600 views
0 votes
1 answer

I am getting the error while running JUnit test case with java PL. Could you help me out.

I had the same issue. I resolved ...READ MORE

Jun 5, 2020 in Selenium by Samaira
3,029 views
0 votes
1 answer

Isn't it Possible to solve this issue with the latest version like jdk v14?

This might probably indicate a mistake in the ...READ MORE

Jun 5, 2020 in Selenium by kim
586 views
+1 vote
1 answer

cómo recorrer una lista en un desplegable

Puede obtener una lista de todas las ...READ MORE

Jun 2, 2020 in Selenium by Sirajul
• 59,230 points
2,127 views
+2 votes
1 answer

How to fetch the text of a web element where the text is split in 2 lines?

Hello, You want to use a non-breaking space ...READ MORE

May 28, 2020 in Selenium by Niroj
• 82,880 points
4,034 views
+1 vote
1 answer

How to handle drop down having SPAN Tags. Please help me.

Hi can u try this once. Select select ...READ MORE

Jun 3, 2020 in Selenium by Sri
• 3,190 points
5,214 views
0 votes
1 answer

Please tell me the steps to implement selenium in CI/CD pipeline using gitlab ci in GCP cloud. without using jenkins

Check this out https://docs.gitlab.com/ee/ci/examples/end_to_e ...READ MORE

May 14, 2020 in Selenium by Sirajul
• 59,230 points
2,762 views
0 votes
1 answer

Please help me below my question

Check this out https://www.guru99.com/locators-in-selenium-ide.html Hope this helps! Also refer to https://www.edureka.co/blog/css-selectors-in-selenium/#Demo ...READ MORE

May 11, 2020 in Selenium by kim
528 views
0 votes
1 answer

I am facing issue while running my test case

The error that u got probably implies that ...READ MORE

May 6, 2020 in Selenium by Sirajul
• 59,230 points
538 views
0 votes
1 answer

Using the same in IE browser but getting half the screen as black and half is coming

You could probably give a try making ...READ MORE

May 4, 2020 in Selenium by Sirajul
• 59,230 points
993 views
0 votes
1 answer
0 votes
1 answer

How to make seleinum jar file , and how to test using Selenium jar file?

Use Eclipse Export Wizard. While exporting, select "Create ...READ MORE

Apr 27, 2020 in Selenium by Sirajul
• 59,230 points
1,970 views
0 votes
1 answer

selenium.common.exceptions.ElementNotInteractableException: Message: element not interactable

A possibility is that the element is ...READ MORE

Apr 26, 2020 in Selenium by Sirajul
• 59,230 points
13,054 views
0 votes
1 answer

String insId=RecInspage.getInsIdByTransportName(driver, fileName).getText(); I want to give explicit wait for this how to write code?

Check out this link https://www.edureka.co/blog/waits-in-selenium/ This will give you ...READ MORE

Apr 27, 2020 in Selenium by Sirajul
• 59,230 points
417 views
0 votes
1 answer

click on Sign In by using css selector

You could try using the value of class attribute: //span ...READ MORE

Apr 20, 2020 in Selenium by Kim
606 views
0 votes
1 answer

How to capture the status change of a process in selenium, after the process is kickstarted(Run)

For your requirement of capturing and displaying ...READ MORE

Apr 14, 2020 in Selenium by Jake George
2,381 views
0 votes
1 answer

Exception in thread "main" java.lang.IllegalStateException

Your Query is similar to https://www.edureka.co/community/5617 ...READ MORE

Apr 13, 2020 in Selenium by Sirajul
• 59,230 points
1,154 views
+1 vote
1 answer

How to get the following-sibling element for a table type of structure

Why do you want to use the ...READ MORE

Apr 9, 2020 in Selenium by Karan
• 19,610 points
3,796 views
+1 vote
1 answer
0 votes
1 answer

I need scroll page in middle using action class or javascript

Try the following: WebElement element = driver.findElement(By.xxx("xxxx")); String scrollElementIntoMiddle ...READ MORE

Mar 30, 2020 in Selenium by Liana
1,296 views
+1 vote
1 answer

how to automate google Signup form in selenium using python

Try the following code:  from selenium.webdriver import Chrome, ...READ MORE

Mar 23, 2020 in Selenium by Sirajul
• 59,230 points
6,953 views
0 votes
1 answer

unable to select drop down

Your query may be similar to these, ...READ MORE

Mar 17, 2020 in Selenium by Sirajul
• 59,230 points
640 views
0 votes
1 answer

Gmail login through third party

This issue probably occurs when multiple Gmail ...READ MORE

Mar 12, 2020 in Selenium by Sirajul
• 59,230 points
1,945 views
0 votes
1 answer

How do you automatically download a Pdf with Selenium Webdriver in Python.

Try this code, from selenium import webdriver download_dir = ...READ MORE

Mar 5, 2020 in Selenium by Sirajul
• 59,230 points
26,564 views
0 votes
1 answer

Can we use selenium python script on backend of our website??

It is possible to add some python ...READ MORE

Mar 4, 2020 in Selenium by Sirajul
• 59,230 points
2,522 views
0 votes
1 answer

Getting error NoClassDeffound error while exceuting selenium script(created with maven) , please help me to resolve this

Exception in thread "main" java.lang.NoClassDefFoundError: com/google/common/collect/ImmutableMap at org.openqa.selenium.remote.service.DriverService$Builder.<init>(DriverService.java:259) at ...READ MORE

Apr 20, 2020 in Selenium by celine
5,788 views
+1 vote
1 answer

getting error in testng java.lang.NoClassDefFoundError: com/google/common/collect/ImmutableMap

A NoClassDefFoundError is thrown when the JRE can't find ...READ MORE

Jun 4, 2020 in Selenium by Ramesh
• 140 points
27,297 views