Latest questions in Selenium

0 votes
1 answer

can't we use selenium for frontend testing ?

Hello @aminegac, If you need pretty icons, platform ...READ MORE

Dec 2, 2020 in Selenium by Niroj
• 82,880 points
629 views
0 votes
1 answer

Chropath extension doesnot comes in this webpage

@Faha You have to install that extension READ MORE

Dec 4, 2020 in Selenium by Bindu
545 views
0 votes
3 answers

Chropath gets disappeared even after pinning in the browser

@Faha Try writing manually.. why depending on such ...READ MORE

Dec 4, 2020 in Selenium by Nikita
9,070 views
0 votes
0 answers

Gecko driver, Selecting value from a dropdown list

Hello I am using Geckodriver (v0.28.0) and firefox ...READ MORE

Dec 1, 2020 in Selenium by anonymous
• 120 points

reopened Dec 1, 2020 by Gitika 385 views
0 votes
1 answer

How to click on a hyper link using linkText?

driver.findElement(By.linkText(“Google”)).click(); The command finds the element using link ...READ MORE

Nov 30, 2020 in Selenium by Gitika
• 65,910 points
1,395 views
0 votes
1 answer

How to handle frame in WebDriver?

An inline frame acronym as iframe is ...READ MORE

Nov 30, 2020 in Selenium by Gitika
• 65,910 points
421 views
0 votes
1 answer

When do we use findElement() and findElements()?

findElement(): findElement() is used to find the first ...READ MORE

Nov 30, 2020 in Selenium by Gitika
• 65,910 points
699 views
0 votes
1 answer

How to get Tooltip Text in Selenium Webdriver?

To get tooltip text in Selenium WebDriver, ...READ MORE

Nov 30, 2020 in Selenium by Gitika
• 65,910 points
1,806 views
0 votes
1 answer

How to Verify Tooltip using Selenium WebDriver?

Tooltips were traditionally implemented as a 'title' ...READ MORE

Nov 30, 2020 in Selenium by Gitika
• 65,910 points
436 views
+1 vote
1 answer

How to Download & Install Selenium WebDriver?

Selenium installation is a 3 step process: Install ...READ MORE

Nov 30, 2020 in Selenium by Gitika
• 65,910 points
528 views
0 votes
1 answer

Unable to find the chromedriver executable

Please download the server from http://code.google.com/p/chromedriver/downloads/list and place it ...READ MORE

Nov 27, 2020 in Selenium by Gitika
• 65,910 points
525 views
0 votes
1 answer

How to open a new tab using Selenium WebDriver?

The code below will open the link ...READ MORE

Nov 27, 2020 in Selenium by Gitika
• 65,910 points
619 views
0 votes
1 answer

How to run selenium (Firefox) web driver without a GUI?

Yes, it's possible to run Selenium on ...READ MORE

Nov 27, 2020 in Selenium by Gitika
• 65,910 points
746 views
0 votes
1 answer

unknown error: call function result missing 'value' for Selenium Send Keys even after chromedriver upgrade

After updating the Google Chrome browser to Version ...READ MORE

Nov 27, 2020 in Selenium by Gitika
• 65,910 points
1,407 views
0 votes
1 answer

How to get HTTP Response Code using Selenium WebDriver?

You can use BrowserMob proxy to capture ...READ MORE

Nov 27, 2020 in Selenium by Gitika
• 65,910 points
3,237 views
0 votes
1 answer

How do you make Selenium 2.0 wait for the page to load?

You can also check pageloaded using following ...READ MORE

Nov 27, 2020 in Selenium by Gitika
• 65,910 points
419 views
0 votes
1 answer

How do I find an element that contains specific text in Selenium WebDriver (Python)?

Try the following: driver.find_elements_by_xpath("//*[contains(text(), 'My Button')]") I hope this ...READ MORE

Nov 27, 2020 in Selenium by Gitika
• 65,910 points
5,773 views
0 votes
1 answer

Is there a way to get element by XPath using JavaScript in Selenium WebDriver?

You can use the document.evaluate: Evaluates an XPath ...READ MORE

Nov 27, 2020 in Selenium by Gitika
• 65,910 points
3,632 views
0 votes
1 answer

How can I take a screenshot with Selenium WebDriver?

Yes, it is possible. The following example ...READ MORE

Nov 27, 2020 in Selenium by Gitika
• 65,910 points
364 views
0 votes
1 answer

I need help for below question as i need to submit the project...

Hi, @priyanka, Regarding your query, there are multiple ...READ MORE

Nov 26, 2020 in Selenium by Gitika
• 65,910 points
929 views
0 votes
1 answer

Error showing up, Unable to click the second page and get title. Any Solution?

Hi, @Faha, As you access the URL http://demo.automationtesting.in/Windows.html there ...READ MORE

Nov 25, 2020 in Selenium by Gitika
• 65,910 points
3,362 views
0 votes
1 answer

i cannot add chromedriver to my path on mac.what should i do? can you tell me full procedure? i am new to selenium.

Hello @Divya, You can refer this regarding your ...READ MORE

Nov 25, 2020 in Selenium by Niroj
• 82,880 points
680 views
0 votes
2 answers

How to work with blocks in Selenium?

Hello @Beks, You can simply use the jQuery each() method ...READ MORE

Nov 25, 2020 in Selenium by Niroj
• 82,880 points
1,469 views
0 votes
1 answer

How to resolve this error? Element not interactable ...Any solution?

Hi, @Faha, ElementNotInteractableException: Element is not reachable by ...READ MORE

Nov 24, 2020 in Selenium by Gitika
• 65,910 points
68,744 views
0 votes
1 answer

when I run this code, my browser does not appear, it flashes and disappears.?

Hello, The driver. close() command is used to close the current browser ...READ MORE

Nov 23, 2020 in Selenium by Niroj
• 82,880 points
1,748 views
0 votes
1 answer

how to submit form without filling required fields and "Labels" of all the required fields printed on Console?

Hello, For your query you can refer this ...READ MORE

Nov 23, 2020 in Selenium by Niroj
• 82,880 points
1,642 views
0 votes
0 answers

The xpath of the element keeps changing, how do i find dynamic xpath for this

Can you please help on this, I ...READ MORE

Nov 21, 2020 in Selenium by Rakshith
• 120 points

recategorized Nov 23, 2020 by Niroj 1,433 views
0 votes
2 answers

How to Validate the real time application for which the input will be refreshed for every 4 s in the UI screen?

Hi, @Savitha, It can be achieved, just ask ...READ MORE

Nov 20, 2020 in Selenium by anonymous
• 65,910 points
1,122 views
0 votes
0 answers

Element is not clickable

READ MORE

Nov 19, 2020 in Selenium by kha
• 120 points
658 views
0 votes
0 answers

ElementClickInterceptedException occured

I have taken correct Xpath and i ...READ MORE

Nov 11, 2020 in Selenium by Boopathy
• 370 points
737 views
0 votes
0 answers

when going to 'amiunique.org/fp', my user agent is 'unique' but identical to my normal browser user agent.

when selenium chromedriver accesses 'amiunique.org/fp' , this is ...READ MORE

Nov 8, 2020 in Selenium by Samuel
• 120 points
645 views
0 votes
0 answers

Website coming with (ReturnURL=%2Fadmin%2F)

Hi all, When I Try to enter the ...READ MORE

Nov 7, 2020 in Selenium by faha
• 380 points
596 views
0 votes
1 answer

Exception in thread "main" java.lang.IllegalStateException: The driver executable does not exist: how to solve it?

Your query is similar to https://www.edureka.co/community/46570/illegalstateexception-executable-automation-chromedriver Check it ...READ MORE

Nov 6, 2020 in Selenium by Sirajul
• 59,230 points
2,961 views
0 votes
1 answer

Exception in thread "main" org.openqa.selenium.WebDriverException: unknown error: call function result missing 'value'

Hey, I was seeing the same issue. ...READ MORE

Nov 1, 2020 in Selenium by Karan
• 19,610 points
4,011 views
0 votes
1 answer

NoClassDef Found Exception occured

Here are a few probable steps to ...READ MORE

Oct 30, 2020 in Selenium by Sandra
1,283 views
0 votes
1 answer

Suddenly my whole program will not run. It shows main error" Missing Type String"

It needs to upgrade the Compiler Compliance.  For ...READ MORE

Oct 29, 2020 in Selenium by Karan
• 19,610 points
5,497 views
0 votes
0 answers

Unable to get the test result passed

When I try to run the test ...READ MORE

Oct 28, 2020 in Selenium by faha
• 380 points
827 views
0 votes
0 answers

The test is running and getting failed (TestNG) - email is entering twice and getting a mssg wrong email

http://admin-demo.nopcommerce.com/ Hi all, Can anyone help me to ...READ MORE

Oct 28, 2020 in Selenium by faha
• 380 points
874 views
0 votes
1 answer

When i give WebDriver driver=new ChromeDriver();

If you use ChromeDriver driver = new ChromeDriver(); the ChromeDriver instance ...READ MORE

Oct 23, 2020 in Selenium by Karan
• 19,610 points
6,334 views
+1 vote
2 answers

How do I make selenium check gmails quota storage and then execute another task in a new tab depending on the value?

Hi, Xpath.gettext try this if this doesn't work ...READ MORE

Oct 20, 2020 in Selenium by Roshni
• 10,520 points
579 views
0 votes
1 answer

import org.openqa.selenium.* shows compilation error - The package org.openqa.selenium is not accessible even though I have added the external jar files in the class path.

Here's what you can try  Either keep only selenium-server-standalone-3.141.59.jar as ...READ MORE

Oct 7, 2020 in Selenium by Karan
• 19,610 points
40,225 views
+1 vote
1 answer

In Excel handling how is it that we call getRow() without creating object of XSSFSheet class.

In Excel file handling using Apache POI, ...READ MORE

Oct 7, 2020 in Selenium by Karan
• 19,610 points
508 views
0 votes
1 answer
0 votes
1 answer

hello i am valdating facebook page i have wrriten below code ingu button but it is not clicking on buttons

Hey @Jordan, What's the error you are ...READ MORE

Sep 28, 2020 in Selenium by Karan
• 19,610 points
476 views
+1 vote
0 answers

Hello i have written below code to verify title using POM method but i am not able to print please help me

public static void verifytitle() { String Createanewaccounttttt=driver.getTitle(); System.out.println("Title is"+Createanewaccounttttt); String excepted_title="Create ...READ MORE

Sep 24, 2020 in Selenium by Jordan
• 410 points
582 views
+1 vote
0 answers

i want to automate below secaniro using testng and pom but using below code i am only able to open facebook directlt but what i want to do is i wantto open chrome and then navigate to facebook

Open a Chrome browser. Navigate to “http://www.facebook.com," Verify that ...READ MORE

Sep 23, 2020 in Selenium by anonymous
• 410 points
810 views
+1 vote
0 answers

How to automate script for otp which is received in email address

I am learing automation soi have started ...READ MORE

Sep 19, 2020 in Selenium by Jordan
• 410 points
3,452 views
+1 vote
2 answers

how to automate date picker

Try the following: 1) Assumption is that you ...READ MORE

Sep 18, 2020 in Selenium by Karan
• 19,610 points
1,420 views
+1 vote
2 answers

How to click on sing up button using java in selenium i am able to open page but not able to click

For a software testing services company while ...READ MORE

Sep 17, 2020 in Selenium by Vishal
2,260 views