Selenium-Webdriver provides an API to control and communicate with web browsers.

learn more… | top users | synonyms

0
votes
0answers
15 views

Firefox profile impact on element Ids with x paths

i am working on web application with multiple firefox profiles and i am using selenium web driver with java. Whenever i change my firefox profile, few elements with absolute xpaths not getting ...
-1
votes
4answers
61 views

How to select nested elements using standard CSS selectors (nth-of-type or nth-child) for Selenium?

How would I select the paragraph tag for B (or C), using the nth-child or nth-of-type? I am using the Selenium WebDriver. <tr> <td> <p class="myClass">A</p> ...
0
votes
1answer
43 views

How to get the parent of an element in webdriver

<div class="field select-container invalid" data-tooltip="Error message." "name="birthDate"> <div class="stack-wrap gutter-col-wrap-1"> <div class="stack size1of3"> <div ...
2
votes
1answer
63 views

Run time error while typecasting WebDriver to CheckBox

In my application, I have a grid with a column for check boxes. The ID of the check boxes for each row differs only by the number after a fixed value. xxxx_0, xxxx_1, .... In order to select a check ...
1
vote
2answers
27 views

Not able to find get the text in browser

<!DOCTYPE html> <html lang="en"> <head> <body class="layout-two-column unibet uMyAccount"> <div class="tooltip-container"> <div id="tooltip" class="tooltip ...
0
votes
2answers
194 views

How to execute Selenium Webdriver test as TestNG in eclipse

I'm using Selenium WebDriver with Java and TestNG as Test framework. I'm using Eclipse (eclipse-jee-indigo-SR2-win32) as IDE. I want to execute my test (java file) in eclipse as TestNG test. For ...
0
votes
1answer
72 views

How to read the text at image box during creating new google account with WebDriver using java

How to read the text in image box while creating new google account using WebDriver in java. I am creating a new gmail account using WebDriver in java. I am NOT able to read the text present in Image ...
0
votes
1answer
85 views

How to run selenium test case in two different nodes?

Actually I need to run my single selenium test case in two different nodes using FIREFOX browser (selenium grid) , I have started my hub using below command java -jar ...
0
votes
0answers
33 views

WebdriverJS and drop down menus

I am running WebdriverJS on nodeJS to test the UI of a website. I want select and click on a submenu item in a drop down menubar. The submenu items are hidden by CSS. The menubar looks like this: ...
1
vote
0answers
52 views

remove arguments passed to chrome by selenium / chromedriver

I'm using selenium with python and chromium / chromedriver. I want to REMOVE switches passed to chrome (e.g. --full-memory-crash-report), but so far I could only find out how to add further switches. ...
0
votes
1answer
62 views

Cannot call Selenium 2 System.setProperty(“webdriver.ie.driver” from C#

When trying to call System.setProperty("webdriver.ie.driver" from C#, LinqPad says setProperty cannot be found in System. Actually System doesn't exist in any Selenium dll for c# so is it possible ...
0
votes
2answers
48 views

How to make sure that link isn't broken using Selenium webdriver?

Suppose, following is the html code: <a href="http://www.google.com">Google</a> By following code, I can make sure that href is intended for the link: expected_href = ...
0
votes
1answer
101 views

org.openqa.selenium.remote.UnreachableBrowserException: Error communicating with the remote browser

Hi I am getting the above exception when i try for Selenium in windows, but not when I am trying in Linux (CentO.S.). Sample code is shown below : public class Simple { WebDriver driver = new ...
-2
votes
0answers
28 views

How to pass classname as parameter to function which returns same classname

We are using Selenium PageObjects and PageFactory design pattern for automation. I want reuse StudentPersonalArchives(ParagraphTitle,STStudentDashboardPage) with different classname i'll pass each ...
0
votes
1answer
47 views

Jenkins can't connect to window server - not enough permissions

I've just installed at local a Jenkins server in order to execute some tests using Selenium Webdriver. When I execute the tests, the initial steps are executing well (maven calls, access to repo,...) ...
-1
votes
2answers
98 views

Difference between “Eclipse indigo” and “Eclipse juno”

Currently I'm using Eclipse indigo for Selenium WebDriver automation tests with Java. There is also Eclipse juno available that I have never used. What's the difference between Eclipse Indigo and ...
0
votes
0answers
16 views

Arquillian Garphene, page loaded but unable to launch javascript

I'm using Arquillian Graphene with Selenium 2. The trouble is coming from the Graphene.guardNoRequest(); method. The error thrown is : java.lang.RuntimeException: ...
0
votes
1answer
40 views

How to select element from options populated

I need to write a script with Selenium-Webdriver. I am stuck in a situation where I need to enter text (e.g : "tt") in the textbox and a list gets populated (hidden values). We need to select an ...
0
votes
3answers
109 views

Selecting incorrect submenu item after hover action

I'm developing a test case in Python with Webdriver to click through menu items on http://www.ym.com, and this particular one is meant to go through a menu item and click on a sub-menu item. When ...
0
votes
1answer
109 views

How to use @FindBy annotation in Selenium Web Driver

I want to know what wrong with my code, because when i try to test my code, i didn´t nothing... public class SeleniumTest { private WebDriver driver; private String nome; private String idade; ...
-2
votes
1answer
40 views

A link to a specflow + Selenium WebDriver Test Framework [closed]

Does anyone know a link to a working Selenium WebDriver + Specflow implementation of a test framework that uses the page object model?
0
votes
2answers
57 views

How to locate search links in google in Selenium for testing

I am trying to search Google for Selenium, then run down the list of links by clicking each one, printing the page title, then navigating back. List<WebElement> linkElements = ...
1
vote
0answers
43 views

Error when Parsing Pdf in selenium webdriver ruby

I am trying to parse online pdf through automation testing in selenium webdriver ruby.I tried to do according to this url "http://blog.bitcrowd.net/test-rails-pdf-output-with-cucumber/". I am ...
0
votes
2answers
48 views

Connection refused error when I try to close a Watir browser?

This thing just seems to give me problem after problem. I posted another question earlier, trying to solve the problem of retaining my session state between closing and opening through Watir. Firefox ...
1
vote
0answers
61 views

selenium webdriver on virtual machine

I'm working on a virtual machine using Selenium WebDriver. I'm trying to run tests on the machine I work on (again, virtual) and I'm getting a NoClassDefFoundError on the line where I instantiate my ...
0
votes
0answers
41 views

getting exception while running selenium test in maven

I am using java,maven,selenium-webdriver.I have added dependencies 'selenium-server 2.32.0','selenium-java 2.32.0'.But I am getting Exception as follows: Here is the code:- public class ABC{ ...
0
votes
4answers
99 views

Using selenium 2, how to type in textbox?

I am using Selenium 2. But after running following code, i could not able to type in textbox. package Actor; import org.openqa.*; import org.openqa.selenium.By; import ...
0
votes
2answers
54 views

How to handle share location functionality of browser in selenium web driver

Now i am working in a project which contain google map or geo location API. When we click on map it show browser Share location pop up but using selenium web driver i am not able to click on it. And ...
0
votes
0answers
24 views

I capture the same web page as string for many times, but the screenshort strings are not always the same

Thanks for Take a screenshot with Selenium WebDriver I wrote a selenium test case and wanted to compare a special page's old image and new image. Firstly, I captured the page image as string and ...
0
votes
2answers
88 views

How to check that the options in dropdown are displayed twice in Selenium Webdriver using Java

I am stuck in one logic, where I have to verify if the options in dropdown are displaying twice. I searched in google for the solution, but didnt find any. I have this code to get all the options ...
1
vote
1answer
30 views

Determining what requests happen after UI interaction with Rails, Capybara

I'm using Capybara for web crawling, and I have the following challenge: after I interact with some DOM elements (e.g. click a button), I want to know (or make a good guess) if a new page is loading ...
1
vote
1answer
126 views

Selenium: Can't SendKeys() to an item that was below the visible window but was made visible by Click()

I have this problem with a text field that is visible at the time of the SendKeys. I'm using IEDriverServer.exe and C#. Here's how I can reproduce the problem: The text field in question is visible ...
0
votes
1answer
63 views

Robot Framework - Run Firefox with system proxy

Ok so I got this code: ${SERVER} http://www.google.pt/ ${BROWSER} firefox ${DELAY} 0 *** Keywords *** Open Browser To Google Open Browser ...
1
vote
3answers
127 views

how to clear browser cache automatically in selenium webdriver?

How to clear browser cache before every test run? I tried with driver.manage().deleteAllCookies(); in setUp method after creating the driver instance, it is working for firefox, but for IE no use. Is ...
-7
votes
1answer
58 views

How to delete cookies of IE, Chrome and FF browsers with Selenium WebDriver using Java?

I am using Selenium WebDriver. After successful completion of first test execution browsers are responding slowly and remaining tests are failing. How to delete cookies of IE, Chrome and FF browsers ...
0
votes
3answers
355 views

How to select value from dropdown using java (selenium web driver)

I need to select a value from dropdown can some one help me on that. Html part is below <div id="element11_chzn" class="chzn-container chzn-container-single" style="width: 320px;"> <a ...
-1
votes
2answers
61 views

Selenium object identification

I am using Selenium webdriver to test my application & i am facing difficulties in identifiying button on the same. the code snippet is like : <input type="submit" onclick="return sign(this);" ...
1
vote
0answers
59 views

How to get the number of idle browsers for a node in selenium grid2

My current setup is 5 nodes with 10 Firefox browsers each, all connected to a hub. I am running into a problem where I am exhausting the 10 firefox browsers for each node. So any new selenium runs ...
0
votes
1answer
52 views

Split class name

<section class="my-account-box-element box box-decoration-3 gutter-row-2"> <div class="box-inner"> <div class="box-content group"> <div ...
0
votes
0answers
46 views

Focusing between different drivers; Selenium

I have set up two different drivers, one for IE and one for Firefox. How would I switch between focusing on the IE browser, and then the Firefox browser.
0
votes
0answers
29 views

How to solve synchronisation with webdriver

public boolean goToDemoPage() throws Exception{ //wait for browser to load Wait<WebDriver> wait = new WebDriverWait(browser,Long.parseLong(System.getProperty("waitTime"))); ...
0
votes
3answers
64 views

How to make returntype of the class dynamic

We're using PageObjects pattern for automation. I've function, public className SelectTab(driver,path,className)throws Exception{ driver.findelement(By.xpath("path")).click(); return ...
2
votes
1answer
33 views

possible to parameterise junit tests and run with maven?

I have a bunch of selenium webdriver tests split in different classes. I run these tests across a number of sites but I don't want to run them all on every site. In the past I used msBuild and c# and ...
0
votes
3answers
53 views

How to make an assertion based on class name in web driver

The HTML is as follows: <section class="my-account-box-element"> <span class="item icon-home icon-color-1"></span> </section> Need to make an assertion based on the ...
0
votes
2answers
91 views

Alert doesn't close using Selenium WebDriver with Google Chrome.

I have the following Selenium script for opening alert on rediff.com: public class TestC { public static void main(String[] args) throws InterruptedException, Exception { ...
0
votes
2answers
66 views

WebDriver Actions.Perform() or Actions.Build().Perform()

I use Selenium2 WebDriver with C# Actions.Build - returns a composite IAction which can be used to perform the actions. (IActions has a Perform method to execute the actions) Actions.Perform - ...
0
votes
0answers
167 views

Selenium : webdriver did not recognized the webelement

Can any one figure out this issue I generated the script for login page, after login i wanted to log out the app or perform some action on that current page but i failed to do so. I performed by ...
0
votes
1answer
67 views

Toggle Native Events Capability of WebDriver at run time

Mouse Actions like Hover-over an element using 'Action Builder' does not seem to be reliable while running on Internet Explorer, when 'Native Events' is enabled. (Chrome and Firefox works perfectly) ...
0
votes
1answer
89 views

Retrieve 5th item's price value using selenium webdriver

Say I have multiple price quotes from multiple retailers, how will I retrieve the 5th value from a particular retailer - say Target or Walmart ? I can get to the 5th entry using the matching image ...
1
vote
2answers
127 views

Selenium Webdriver - How to deal with the html page Element/Count after delete

I have been trying to fix the problem i am facing, but i ran out of ideas so I need help here. I have a very simple page: ╔════════════════════════════╦═══════════════════════════════════════╗ ║ ...

1 2 3 4 5 28