Most answered questions in Selenium

0 votes
0 answers

How to click the OK button inside an Alert function while using Selenium IDE?

I want to click the 'OK' button ...READ MORE

May 15, 2019 in Selenium by Surya
• 970 points
1,096 views
0 votes
0 answers

Unable to pass url in firefox and chrome by using selenium webdriver

Hi All, I am not able to run ...READ MORE

May 1, 2019 in Selenium by anonymous

edited May 2, 2019 by Omkar 1,365 views
0 votes
0 answers

Unable to create a new session using Selenium. JSON Script

I installed Selenium Standalone server and run ...READ MORE

Apr 29, 2019 in Selenium by Daniel
1,150 views
0 votes
0 answers

Only local connections are allowed error message for chrome driver

package sample; import org.openqa.selenium.WebDriver; import org.openqa.selenium.chrome.ChromeDriver; import java.util.concurrent.TimeUnit; import org.openqa.selenium.By; import org.openqa.selenium.WebElement; import ...READ MORE

Apr 29, 2019 in Selenium by Pratikhya
• 120 points
7,085 views
0 votes
0 answers
0 votes
0 answers
0 votes
0 answers

How to configure ChromeDriver to initiate the browser in the Headless mode using Selenium?

I'm currently working on a Python script ...READ MORE

Apr 2, 2019 in Selenium by Surya
• 970 points
1,417 views
0 votes
0 answers

I want to provide focus to another window in firefox while switching between two windows

if(BrowserLaunch.browser.equalsIgnoreCase("Firefox")) { WebDriverWait wait = new WebDriverWait(Driver.driver, 120); String parentWin ...READ MORE

Mar 27, 2019 in Selenium by anonymous
776 views
0 votes
0 answers

Date is not selected from a second calendar using selenium webdriver

Day from "From Date is selected" where ...READ MORE

Mar 20, 2019 in Selenium by anonymous
910 views
0 votes
0 answers

How to get the text from the HTML5 input error message in Selenium?

On giving invalid data in the email ...READ MORE

Mar 12, 2019 in Selenium by Vaishnavi
• 1,180 points
1,756 views
0 votes
0 answers

What is the use of Protractor outside AngularJS

I have recently switched from AngularJS to ...READ MORE

Mar 11, 2019 in Selenium by Surya
• 970 points
421 views
0 votes
0 answers

Could you please help me with some selenium projects along with source code?

I am learning selenium and  I have ...READ MORE

Mar 10, 2019 in Selenium by Mark
600 views
+1 vote
0 answers
+1 vote
0 answers

why the dot operator used in selenium

Mar 1, 2019 in Selenium by anonymous
674 views
0 votes
0 answers

How to install Selenium Grid on Ubuntu?

Can someone help me with the step ...READ MORE

Feb 28, 2019 in Selenium by Disha
1,419 views
0 votes
0 answers

I want to click on Corporate but wont able to do

<li class="dropdown"><a class="dropdown-toggle text-xs-center" data-toggle="dropdown" href="#" role="button" ...READ MORE

Feb 25, 2019 in Selenium by Musibul Khan
618 views
0 votes
0 answers

How to hover element when action class is not working in my Selenium framework ?

When i am writing the code to ...READ MORE

Feb 16, 2019 in Selenium by Raishul
3,641 views
0 votes
0 answers

JSONObject json = new JSONObject(entry.getMessage()); throwing error

Getting the above error when using this: JSONObject ...READ MORE

Jan 30, 2019 in Selenium by Shubham
606 views
0 votes
0 answers

Conditions with ExplicitWait in selenium

What are the different conditions with ExplicitWait ...READ MORE

Jan 21, 2019 in Selenium by Rishab
• 1,490 points
356 views
0 votes
0 answers

Selenium can't find button

Here is the HTML: <button id="getCoupon" class="getCoupon" onclick="IWant()" ...READ MORE

Jan 1, 2019 in Selenium by Sebastian
• 180 points

recategorized Jan 1, 2019 by Vardhan 3,790 views
0 votes
0 answers

Not finding the element on the webpage

I apologize if this is my second ...READ MORE

Jan 1, 2019 in Selenium by Sebastian
• 180 points
922 views