Latest questions in Selenium

+1 vote
0 answers

Getting a stale element Exception

              ...READ MORE

Sep 16, 2020 in Selenium by sandhya
• 180 points

edited Sep 16, 2020 by Gitika 962 views
+1 vote
1 answer

How to automate instagram login page using java in selenium?

Try the following: package com.company; import org.openqa.selenium.WebDriver; import org.openqa.selenium.WebElement; import org.openqa.selenium.chrome.ChromeDriver; import ...READ MORE

Sep 15, 2020 in Selenium by Karan
• 19,610 points
6,516 views
+1 vote
0 answers

Not able to select multiple value from drop down the code has Div tag and need to read the values from Excel using Data Provider

Element Utils which has the method: Can some ...READ MORE

Sep 15, 2020 in Selenium by sandhya
• 130 points
1,123 views
+1 vote
1 answer

download all pdf file with selenium python

Try this code, it worked for me. options ...READ MORE

Sep 14, 2020 in Selenium by Karan
• 19,610 points
4,471 views
0 votes
0 answers

Getting Java Null Pointer Exception on running the test case in Seleniumn.Can someone pls let me know where i need to fix in order to progress

Below is the Error: java.lang.RuntimeException: java.lang.NullPointerException at org.testng.internal.MethodInvocationHelper.invokeMethodNoCheckedException(MethodInvocationHelper.java:49) at org.testng.internal.MethodInvocationHelper.invokeDataProvider(MethodInvocationHelper.java:131) at ...READ MORE

Sep 11, 2020 in Selenium by sandhya
• 180 points
12,234 views
0 votes
0 answers

How to get size of email in inbox of Gmail account

Please help. READ MORE

Sep 11, 2020 in Selenium by Akanksha
• 120 points
393 views
0 votes
0 answers

how to do search name and drag and drop in hybrid frame work java selenium?

i have to do following things first i ...READ MORE

Sep 10, 2020 in Selenium by anonymous
• 120 points
318 views
0 votes
1 answer
+1 vote
1 answer

selenium-python Downloading file Error -- "Failed -Download Error"

The path you declared for the default ...READ MORE

Sep 7, 2020 in Selenium by Sirajul
• 59,230 points
5,371 views
+1 vote
0 answers

I am trying to perform data driven testing in TestNG. But I am getting error?

I am trying to perform data driven ...READ MORE

Sep 6, 2020 in Selenium by akshay
• 130 points
997 views
0 votes
2 answers

headless browser vs real browser

I would say prefer Headless browser over ...READ MORE

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

i know loosely coupled and highly cohesive

Check this out https://dzone.com/articles/microservice-testing ...READ MORE

Sep 1, 2020 in Selenium by Kim
657 views
0 votes
1 answer

Does cypress support api automation testing also?

When it comes to using Cypress, many ...READ MORE

Aug 31, 2020 in Selenium by Kim

edited Jul 19, 2023 by Khan Sarfaraz 651 views
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
0 answers

Want to rotate image infinite on active webpage using java and selenium

Hi I need to rotate image infinite ...READ MORE

Aug 28, 2020 in Selenium by mfarooq
• 130 points
599 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,253 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
817 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,404 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,984 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,865 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
982 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,447 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
862 views
+1 vote
0 answers

How to use MSTest Annotations in specflow c#

Hi , Am using Specflow +Mstest . How ...READ MORE

Aug 15, 2020 in Selenium by Sri
• 3,190 points
715 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
23,000 views
0 votes
2 answers

selenium xpath and id

id mean direct interacting with element like ...READ MORE

Sep 3, 2020 in Selenium by Sri
• 3,190 points
1,289 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
601 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,926 views
0 votes
0 answers

Getting Error

String tittle=driver.getTitle(); String currenturl=driver.getCurrentUrl(); System.out.println(tittle); System.out.println(currenturl); WebElement withgoogle = driver.findElement(By.xpath("//div[contains(text(),'Continue with ...READ MORE

Jul 30, 2020 in Selenium by Sahil
• 120 points
497 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,317 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,549 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,868 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
497 views
0 votes
0 answers

org.openqa.selenium.ElementClickInterceptedException Selenium WebDriver Java

Hello, My execution does clicks on webelement as ...READ MORE

Jul 21, 2020 in Selenium by sainiranjan
• 120 points
12,482 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
871 views
0 votes
0 answers

XPATH FOR DYNAMIC DROP DOWN

Hi all, I am facing some challenges in ...READ MORE

Jul 12, 2020 in Selenium by MOHAMMED
• 120 points
2,270 views
0 votes
3 answers

How to stop a page loading from selenium in chrome?

Hi Savan, Setting the pageLoadStrategy capability to none. Then wait for ...READ MORE

Jul 7, 2020 in Selenium by Suhana

edited Jul 7, 2020 6,471 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,488 views
+1 vote
0 answers

Not able to find the element in a new form in the same webpage ,which popup after clicking a link

I am trying to locate an element ...READ MORE

Jun 27, 2020 in Selenium by Reshmi
• 130 points
1,590 views
0 votes
0 answers
0 votes
4 answers

How to close login pop up message in Selenium Webdriver?

did you find solution for this? READ MORE

Nov 5, 2020 in Selenium by anonymous

reshown Nov 5, 2020 by Sirajul 5,017 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
459 views