Latest questions in Selenium

0 votes
0 answers

I am unable to find module in python test file configuration

i am working on POM in selenium ...READ MORE

Mar 20, 2020 in Selenium by umair
• 150 points
709 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
643 views
0 votes
2 answers

How to read OTP in JAVA Selenium using android phone

Try the following: Step 1: Connect the Phone/Dongle ...READ MORE

Oct 7, 2020 in Selenium by Karan
• 19,610 points
4,687 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,950 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,618 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,541 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,796 views
0 votes
2 answers

how to select text by span class

Do you just want to select the ...READ MORE

Feb 27, 2020 in Selenium by Etl
• 170 points
4,058 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,329 views
0 votes
1 answer

I am getting Stale element exception when I try to automate angular js - drop down using Selenium with Java

Hey @Dhivya, StaleElementReferenceException is thrown when an ...READ MORE

Feb 12, 2020 in Selenium by Sirajul
• 59,230 points
3,218 views
0 votes
1 answer

Getting error while run the selenium scripts.How can i resolve this issue?

Tq. Yes, it worked for me. READ MORE

Jun 16, 2020 in Selenium by anonymous
2,593 views
0 votes
0 answers

I am getting no such alert exception in selenium when i tried to run the script

I am getting error after executing the ...READ MORE

Feb 4, 2020 in Selenium by puneeth
• 120 points
2,860 views
+2 votes
1 answer

What is asynchronous script? Why selenium use setScriptTimeout() command and how it help us?

Asynchronous scripts are used for rendering the ...READ MORE

Feb 3, 2020 in Selenium by Sirajul
• 59,230 points
2,257 views
+3 votes
1 answer

How to read excel file numeric data of all rows and column in selenium? I have 10 rows and 5 column but I read Only String value not a Numeric value?

Hey, @Mahendra, check this thread https://www.edureka.co/community/52170/read-numeric-data-from-excel-sheet-using-selenium-webdriver It deals with ...READ MORE

Jan 27, 2020 in Selenium by Sirajul
• 59,230 points
1,809 views
+2 votes
1 answer

Reading the excel and running multiple URL's in the browser and updating the excel if issue found for those URL's

Try the following steps: use excel application scope and pass ...READ MORE

Jan 21, 2020 in Selenium by Karan
• 19,610 points
2,883 views
+3 votes
1 answer

xpath is not working

Try this, public class SiblingAndParentInXpath { ...READ MORE

Mar 31, 2020 in Selenium by anonymous
• 140 points
3,276 views
+1 vote
0 answers

screenshot of a particular element with python selenium in linux [closed]

Taking partial screenshot of a element by ...READ MORE

Jan 21, 2020 in Selenium by anonymous
• 200 points

closed Jan 21, 2020 by Kalgi 454 views
0 votes
1 answer

Exception in thread "main" java.lang.IllegalStateException

Your query is similar to the following ...READ MORE

Mar 17, 2020 in Selenium by Sirajul
• 59,230 points
3,200 views
+1 vote
1 answer

How can I automate the process of adding iPhone to cart in Flipkart using Selenium(java),Page Object Model and TestNG? Also validate if product is added and available in cart?

Hey check this https://www.edureka.co/community/47160/automate-purchase-adding-book-cart-flipkart-using-selenium? It deals with a similar ...READ MORE

Jan 13, 2020 in Selenium by Karan
• 19,610 points
7,865 views
+1 vote
1 answer

Handling popup using selenium

If you are asking about authentication handling ...READ MORE

Mar 13, 2020 in Selenium by Sirajul
• 59,230 points
571 views
+1 vote
0 answers

whats wrong in my code? attached below

package com.sv.selenium; import org.openqa.selenium.By; import org.openqa.selenium.WebDriver; import org.openqa.selenium.chrome.ChromeDriver; public class SwitchTabs ...READ MORE

Jan 9, 2020 in Selenium by anonymous
• 130 points
606 views
+1 vote
1 answer

Python + Selenium | How to locate elements in span class & not unique ID

I use the following code to check ...READ MORE

Jan 2, 2020 in Selenium by Karan
9,786 views
+2 votes
1 answer

C Sharp with Selenium -- How to Switch one tab to another tab in Csharp selenium

You could use Session.Driver.WindowHandles which is basically to switch ...READ MORE

Dec 23, 2019 in Selenium by Sirajul
• 59,230 points
7,629 views
+2 votes
1 answer

Selenium with C Sharp -- How to perform Explicit Wait method

The explicit wait is used to tell ...READ MORE

Dec 23, 2019 in Selenium by Sirajul
• 59,230 points
1,145 views
+2 votes
0 answers

not able to get child element using parsed element in js function

I wrote below javascript code to fetch ...READ MORE

Dec 21, 2019 in Selenium by navikasingh
• 140 points
601 views
+1 vote
2 answers

Provider class org.eclipse.jetty.http.Http1FieldPreEncoder not in module

The InvalidModuleDescriptorException usually occurs when you are trying to read ...READ MORE

May 14, 2020 in Selenium by Sirajul
• 59,230 points
3,233 views
+1 vote
0 answers

How to read a table using VB.net and selenium

Hello, I can see the table yet ...READ MORE

Dec 6, 2019 in Selenium by Matt
• 130 points
1,414 views
0 votes
0 answers

How to use Selenium IDE

Hi, I am new to selenium and have ...READ MORE

Nov 30, 2019 in Selenium by surbhi
• 260 points
2 flags 537 views
+4 votes
1 answer

which headless browser automation is good?

To answer your Queries: 1. HTML Unit -  taking ...READ MORE

Nov 29, 2019 in Selenium by Karan
• 19,610 points

edited Nov 29, 2019 by Sirajul 1,822 views
+1 vote
0 answers

Using the Selenium WebDriver, Unable to launch chrome browser on Mac

Attached screenshot of code and execution consoleI ...READ MORE

Nov 21, 2019 in Selenium by Reshmi
• 130 points
12,546 views
0 votes
0 answers

How to write the results in excel

Hi, Can any one help me to create ...READ MORE

Nov 20, 2019 in Selenium by sundar
• 120 points
601 views
0 votes
0 answers

xpath search working on browser[firefox/Chrome] but not on Selenium python script.

Hi Team, I am getting below expception while ...READ MORE

Nov 14, 2019 in Selenium by ashutosh
• 120 points
1,989 views
+1 vote
3 answers

Error occurred during initialization of boot layer java.lang.module.FindException: Module Selenium not found

This might probably be coz while creating ...READ MORE

Nov 27, 2019 in Selenium by Sirajul
• 59,230 points
58,389 views
0 votes
0 answers

org.openqa.selenium.ElementClickInterceptedException:

getting thei error: Exception in thread "main" org.openqa.selenium.ElementClickInterceptedException: ...READ MORE

Nov 11, 2019 in Selenium by Sridevi
• 120 points
7,298 views
0 votes
1 answer

What is the actual conflict while performing click() on web element, and getting an error like element is not clickable at point(x,y)?

Hey @sastry, the error Element is not clickable ...READ MORE

Nov 27, 2019 in Selenium by Sirajul
• 59,230 points
3,202 views
+1 vote
1 answer

How to handle a combobox which when clicked open in new window with list of items(to be clicked) in selenium java ?

@Pavithra, you can try using following commands ...READ MORE

Oct 29, 2019 in Selenium by Abha
• 28,140 points
1,250 views
+1 vote
1 answer

how do I escape the "/" in a textarea for Python3.7 with Selenium

@tchrisev, try using Robot class with following commands after your send_keys() ...READ MORE

Oct 29, 2019 in Selenium by Abha
• 28,140 points
1,229 views
+1 vote
1 answer

Selenium errors : element not clickable. Reactjs application

@Faatima, have you tried using Implicit wait ...READ MORE

Oct 29, 2019 in Selenium by Abha
• 28,140 points
2,168 views
0 votes
1 answer

Chrome selenium driver - how to detach / leave the browser open after the get test is completed?

Hey Stephan, I had the similar issue ...READ MORE

Nov 4, 2019 in Selenium by Abha
• 28,140 points
5,568 views
+1 vote
1 answer

what technologies to integrate with selenium webdriver for making it works at large scale?

Hi Amina, you can use following technologies ...READ MORE

Oct 21, 2019 in Selenium by Abha
• 28,140 points
1,011 views
+1 vote
1 answer

according to the video download the latest version of jdk. Should i still download the jdk 8 or the jdk 13? thank you.

I think using stable version is better ...READ MORE

Oct 18, 2019 in Selenium by Abha
• 28,140 points
486 views
+1 vote
1 answer

Selenium jar/eclipse

Hey Mateusz, checkout this thread to know ...READ MORE

Oct 18, 2019 in Selenium by Abha
• 28,140 points
544 views
0 votes
1 answer

Which click command can be used to click on a specific part of webpage in Selenium?

Hi Apeksha, in Selenium IDE to click on ...READ MORE

Oct 17, 2019 in Selenium by Devesh
1,473 views
0 votes
1 answer

What all test methods are provided by Assert class in JUnit?

Hello Apeksha, JUnit provides static methods in the ...READ MORE

Oct 17, 2019 in Selenium by Abha
• 28,140 points
6,499 views
+1 vote
1 answer
0 votes
1 answer

i have a error in automation

Instead of using Xpath, can you use ...READ MORE

Oct 15, 2019 in Selenium by Abha
• 28,140 points
1,414 views
+1 vote
1 answer

Explicit Wait with Page Factory is not working as expected

Hey Tewadros, you can use implicit wait ...READ MORE

Oct 14, 2019 in Selenium by Abha
• 28,140 points
1,891 views
0 votes
1 answer

Please tell me how to do Automation script using Spring boot in Intelliji Idea

@Ansuri, can you please be more specific ...READ MORE

Nov 4, 2019 in Selenium by Abha
• 28,140 points
1,480 views
0 votes
1 answer

unable to launch my first code in eclipse using selenium chrome driver

@klbret, can you share your code or ...READ MORE

Oct 10, 2019 in Selenium by Abha
• 28,140 points
1,362 views