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

learn more… | top users | synonyms

0
votes
1answer
97 views

Selenium.WebDriver 2.32.1 C# - Wait untill LOADING DIV is hidden after Page Load

I am really sorry if this question has already been asked/answered. but I could not find it. Please excuse my ignorance as I am new to WebDriver. When the page is initially loads, it displays a ...
0
votes
1answer
60 views

Android Webdriver - How can I use a different port on localhost for WebDriver Hub?

I am just getting started with Android Webdriver. I have successfully setup my first tests and I am using an HTC One V to run them, after following all the steps mentioned here: ...
-1
votes
1answer
175 views

null pointer exception in selenium webdriver

I am new to Selenium. I am trying to create a automatic login into gmail using this tool. It works perfect with hardcoded login names, paths works, but making a generic framework program with xpath, ...
0
votes
1answer
185 views

How to find an element using Selenium WebDriver, when Id is not contant (<input id=“ext-gen26”)

I need help in finding an element using Selenium WebDriver. I have tried all the possible selectors, but I am unable to locate the element. FYI. id="ext-gen26" is not constant, this will change every ...
-3
votes
0answers
70 views

How to get the complete class attribute value using webdriver

When i try to get the class attribute value using the following <div class="Example Example45"> driver.FindElement(By.XPath("Example Xpath")))).GetAttribute("class"); I get only Example as ...
0
votes
1answer
37 views

Getting html elements of another page with window.open()

I'm trying to access html elements from an html page I access with window.open(). These are my htmls: firstpage.html: <html> <body> <script> function openPage() { return ...
-1
votes
2answers
129 views

Enable Editing Excel sheet through Selenium webdriver

Am trying to execute a automation test script, where the user downloads a excel sheet from the site and opens the same downloaded excel sheet for writing data into the excel sheet, but the excel sheet ...
0
votes
0answers
32 views

Get the location of a flash button

I have a flash button in my site, <object id="p17p316lo71o2j_flash" width="100%" height="100%" style="outline:0" type="application/x-shockwave-flash" ...
-1
votes
0answers
38 views

screenshot on nosuchelementexception error

I am trying to take screenshot when a particular element is not available in my page. If say my logout link is not present in the system. it throws an error but does not capture the screenshot of the ...
0
votes
1answer
69 views

Selenium Scripts on the command line

Is there any way to run selenium webdriver tests scripts from the command line that have been written using Java and JUnit through Eclipse IDE? I've been trying to use Ant or Maven but I can't get it ...
1
vote
1answer
143 views

clicking on image using selenium webdriver java?

I'm trying to click on mage which is in a table cell, image doesnot have id, classname etc. The img html is: img src="/Framework/images/moredetails.gif" I am using the below CSS path: html body ...
0
votes
1answer
171 views

How to represent Page Object navigation in a Selenium WebDriver project using java

I have read in a few places that Navigating between Pages when using WebDriver API is typically done by the Page Object returning the next page that should be returned when the action that causes the ...
0
votes
0answers
41 views

sendKeys() triggers NoSuchElementException for input field with auto complete off

I am using selenium webdriver 2.32. There is a particular field <input autocomplete="off" type="password" id="login_password" name="login_password" value="" class="restricted large" /> ...
0
votes
0answers
37 views

Androiddriver Python Bindings httplib

I was successfully able to setup androiddriver on an emulator, but am struggling to get through an httplib error. Here are the steps I took after setting up the android sdk on mac. 1. ./adb devices, ...
0
votes
1answer
204 views

Receiving org.openqa.selenium.WebDriverException: Cannot find firefox binary in PATH running tests in Selenium IDE with Webdriver playback

I keep on getting the following errors when I attempt to run tests in Selenium IDE with Webdriver playback. Caused by: org.openqa.selenium.WebDriverException: Cannot find firefox binary in PATH. Make ...
6
votes
3answers
306 views

Custom profile for Chrome

Environment: Mac OS X 10.8.3, Ruby 2.0.0p0, selenium-webdriver 2.32.1, ChromeDriver 26.0.1383.0. I want to change default browser language. I am testing if the site detects the browser language ...
0
votes
1answer
101 views

A way to identify SmartGWT SelectItem in Selenium Grid 2 (WebDriver) tests

I am trying to set an ID to a SelectItem (to its options list, more precisely) in order to be able to identify it during Selenium Grid 2 tests and find no way to do it. What I need is to find the list ...
0
votes
0answers
84 views

Exception with dlls:(Exception from HRESULT: 0x80131040):ThoughtWorks.Selenium.Core, Version=2.12.0.0,

System.IO.FileLoadException: Could not load file or assembly 'ThoughtWorks.Selenium.Core, Version=2.12.0.0, Culture=neutral, PublicKeyToken=1c2bd1631853048f' or one of its dependencies. The ...
0
votes
1answer
78 views

How to click a button without id using FluentAutomation SeleniumWebDriver?

I am using FluentAutomation library that wraps Selenium Web driver calls so the site can be navigated in a more behavioral manner. As long as elements have id or other distinct properties, it works ...
0
votes
1answer
46 views

Unable to call FirefoxDriver constructor

I am continuously getting unsupportedCommandException when I am running the following code: System.setProperty("webdriver.firefox.bin","C:\\Program Files\\Mozilla Firefox\\Firefox.exe"); ...
0
votes
1answer
49 views

Selenium Grid2 Print Screen

I was wondering how people have gone about getting screenshots from a selenium grid test. Presumably my screenshot will be saved to the machine the selenium node is running on, how can I then get it ...
0
votes
1answer
54 views

Alternative of visibility of element located in selenium 2.0 that checks the presence of an element on the DOM?

I have a problem in my framework that instead of using static sleeps I try to wait for a visibility of an element. The thing is that visibilty of element checks the presence of an element on the DOM, ...
0
votes
0answers
31 views

How can I determine name and value for all parameters when I have HttpRequest object?

So, my current task: do some HTTP request manipulation via browsermob-proxy and Selenium WebDriver Java code below: import java.io.IOException; import org.apache.http.HttpException; import ...
0
votes
0answers
33 views

Telerik test automation find last element by class name

In my specflow acceptance test i need to find the last element by given class name, i try to use HtmlFindExpression but unable to figure out correct expression. Element element = ...
0
votes
0answers
38 views

Selenium WebDriver Working with Three Frames. Not able to locate the element

I'm very new to Selenium Webdriver. I'm trying to automate an webpage and i'm facing two issues. I couldn't able to click the Search button in the frame. Below is my code. WebDriverWait wait = ...
0
votes
1answer
29 views

Selenium webdriver- How to do indexing to xapth

I have UI where I need to check the checkbox to open another window. But these checkboxes are defined as images and the unique locator is ...
1
vote
2answers
45 views

Create and upload a file on selenium grid

One of tthe test cases that I have is to upload a file to the application. Witouth grid this can be easily done by creating a bogus file and get absolute path of the file and fill the input field and ...
0
votes
1answer
88 views

Selenium: Element Not Visible Error when RDC minimized

I'm running WATIR automated tests using Selenium WebDriver on a Windows XP remote desktop, and I noticed that when I minimize the RDC I start getting random Element is not currently visible errors for ...
0
votes
2answers
119 views

How to click an image in selenium webdriver using onclick with java

I have an Image Refresh button in a same frame under two tables with same Img source and class name but onclick is different for the Refresh buttons. This is the HTML coding for Refresh buttons. For ...
-3
votes
1answer
76 views

How to fetch values from td element using selenium webdriver

My html code: <tbody> <tr style="display:none;"> <tr> <td class="intervention"> <td class="notes-count"> <span class="ico ico--paper"></span> 2 ...
0
votes
2answers
66 views

Selenium read a table and write into a file line by line

I am looking for the help to read a table span using selenium code and write span into the file, following is my html code <table> <tbody><tr> <tr> <td><span> ...
0
votes
0answers
83 views

Call a Javascript function in Python - Selenium

I have this HTML code I'm proccesing/scrapping with a python script: <a href="javascript:VerMapa('AVDA. DE AMERICA, 2 -33880 POLA DE ALLANDE','RODRIGUEZ-PELAEZ PEÑA, ANA MARIA','AVDA. DE AMERICA, ...
0
votes
0answers
24 views

How to avoid Google Chrome try access my contacts when executing tests with Jbehave and Selenium Webdriver?

I'm developing and executing some tests with Jbehave and Selenium WebDriver. When one of the tests try to write into a login field, then Chrome WebDriver try to access the address book and due lack ...
0
votes
0answers
40 views

Using a CI server to configure a Java Project using Selenium WebDriver and Maven

I would like to know what the best way to allow Jenkins to Configure a Java Project that is running Selenium WebDriver driven tests. To give an idea of the kinds of configurations I would like to ...
0
votes
1answer
210 views

Using PageObjects, Page Factory and WebDriverWait in Selenium WebDriver using Java

I've been using Selenium WebDriver to implement functional tests for some projects that I've worked with. I'm trying to use the Page Object design pattern with Page Factory to factor out my locators. ...
2
votes
1answer
123 views

Can Selenium Webdriver open browser windows silently in background?

I have a selenium test suite that runs many tests and on each new test it opens a browser window on top of any other windows I have open. Vary jarring while working in a local environment. Any to tell ...
3
votes
1answer
292 views

Chromedriver is extremely slow on a specific machine using Selenium Grid and .net

Overview: Chromedriver works normally on one machine but extremely slowly on two other identical machines. Setup: Selenium Webdriver using .Net for coding and Selenium Grid for distributing the ...
0
votes
0answers
103 views

Anonimity with selenium webdriver using capybara,firefox profile

Everytime when I use vpn while doing tests with capybara selenium webdriver firefox on windows- remoted sites allow anonimity, but when I use proxy in capybara selenium webdriver firefox (turn off ...
0
votes
2answers
138 views

how to find an image tag using selenium webdriver in java and how to check if it has been properly displayed?

I need to check a webpage for all the images and get their attributes like src and width etc using selenium webdriver. Can someone please help me with it ?
0
votes
0answers
22 views

Null message in behave execution

I'm developing and executing tests using Jbehave working with Selenium Webdriver. During the execution, in theory jbehave shows a message with the scenario and the step that is executing . The ...
3
votes
0answers
92 views

Print dom when selenium misses an element I see

How to find what selenium see in a dom where it misses an image I see on screen? Context: I have a Selenium python test browser.wait_to_find_visible_element(By.ID, 'image') that sometimes can't ...
1
vote
2answers
298 views

Selenium WebDriver Stale Element Reference Exception

I have the following code in a Selenium 2 Web Driver test which works when I am debugging but most of the time fails when I run it in the build. I know it must be something to do with the way the page ...
-1
votes
3answers
167 views

Xpath/ search input node by text

I have a search box (<input> element), and I try to get the element by the text that written into it. I try to do the next: // input [@value= "my text"] but it doesn't work (just to be ...
0
votes
3answers
159 views

handling submenu item with webdriver selenium

I want to click submenu item using selenium webdriver which is invisible bydefault. It becomes visible on mousehover . I tried with some code and it is giving error as shown below Caused by: ...
0
votes
0answers
54 views

Handling two browser windows using Selenium

I am working on a web application which integrates with several other web applications. Just for reference sake, i'll call the main application X and another application that integrates with the the ...
0
votes
0answers
50 views

AndroidDriver “NoClassDefFound” errors occur during Runtime but not on Compile time

Whenever I run tests, I get the following error, "NoClassDefFound" AndroidDriver. There are no errors during Compile time but happens only on Runtime. (I included the jar file ...
0
votes
1answer
125 views

The browser window may have been closed. (Selenium::WebDriver::Error::UnknownError)

I have multiple features when run together throw this error. If I run the scenarios by them self there is no issue. I think the issue is that popups are generated during the test run and are not ...
0
votes
1answer
132 views

Selenium WebDriver - getthe first row of a table in C#

I'm a total selenium newbie, so the code below is far from perfect(supported by the fact that it doesn't work). I want to get the first row in a table and check whether it has a certain CSS class ...
0
votes
0answers
137 views

how to override default set of chrome command line switches in selenium

By default, chrome will be run with this command line: "C:\Program Files (x86)\Google\Chrome\Application\chrome.exe" --disable-hang-monitor --disable-prompt-on-repost --dom-automation ...
0
votes
0answers
58 views

Selecting text in Chrome or Firefox WebDriver

Problem is as follows: I'm unable to select text in Chrome Driver and Firefox Driver. Code is following: Actions action = new Actions(driver); action.moveToElement(elementWithText, 10, ...

1 2 3 4 5 27