Selenium is a portable software testing framework for web applications. It provides a record/playback tool for authoring tests without learning a test scripting language and a test domain specific language (DSL), to write tests in a number of popular programming languages.

learn more… | top users | synonyms

4
votes
0answers
744 views

Selenium WebDriver throws Timeout exceptions sporadically

Using selenium for ui tests on our project. We are running the newest version 2.30.0. We use Firefox WebDriver and are running Firefox 19.0. Generally said the ui test works local and even server ...
4
votes
0answers
392 views

Selenium Grid Video Recording

I'm trying to record videos of my Selenium-Tests. These Tests run parallel on Selenium Grid. I wanted to open a VNC-Server for each firefox and then start recording. So one grid-node would open 5 ...
3
votes
0answers
45 views

What coding practices do I use in Vaadin to ensure I can record Selenium scripts?

My team is about to start using Vaadin and wants to integrate Selenium tests to allow for Test-driven development. However I've heard there are issues with recording Selenium scripts out of the box ...
3
votes
0answers
251 views

Python selenium webdriver tests causing “serious error” when run in large batches on windows XP

We run a bunch of Python test scripts on a group of test stations. The test scripts interface with hardware units on these test stations, so we're stuck running one test script at a time per station ...
3
votes
0answers
214 views

Capybara Connection Refused

I am using Capybara with Selenium in Ruby (not within a testing framework.) If I open a ruby console and run the method, it works, but if i then run the same method again I get this error. ...
3
votes
0answers
596 views

Firefox X11 in Mac OSX Moutain Lion 10.8

We are running selenium tests (firefox automation) and I would like to forward it to the background using the headless gem. (https://github.com/leonid-shevtsov/headless). Everything was working well ...
3
votes
0answers
182 views

Selenium RC and Internet Explorer 7 with rspec for HTTPS and HTTP connections

We test our rails web application with rspec and use the selenium-client (gem version 1.2.18) API in our rspec tests to let selenium RC server (version 2.21.0) steer internet explorer 7 under AP to ...
3
votes
0answers
342 views

selenium webdriver .Net chrome upload file

How to upload file with Selenium WebDriver in Chrome .NET. Version Chrome (20.0.1132.57). Version chromedriver 22.0.1203.0b Code: driver.GetElement(someXpath).SendKeys(filePath) throws ...
3
votes
0answers
222 views

Selenium does not detect page load (Ruby)

I am currently using - firefox 13 - selenium-server-standalone-2.23.1.jar - selenium-client (1.2.18) - rspec 1.2.8 Selenium stops here even if page has fully loaded 08:49:43.888 INFO - Command ...
3
votes
0answers
512 views

Capybara switch_to.alert (dialog box) intermittent failure

I'm trying to interact with a dialog box in FF using RSPEC / Capybara. Found a elegant solution in: How to test a confirm dialog with Cucumber? page.driver.browser.switch_to.alert.accept However ...
2
votes
0answers
34 views

Selenium IDE blocks page content on latest Firefox version

my team and I have been experiencing an odd issue with Selenium IDE and the latest Firefox versions (19, 20) recently. Our Selenium IDE script clicks on a button to open a new page window but the ...
2
votes
0answers
95 views

Selenium Webdriver + python - Not able to hide the tooltip after mouse over action

I am testing tooltips on my web page using Selenium WebDriver with Firefox. I'm trying to hover over the element that has the tooltip attached. To test that the tooltip is displayed and then to hover ...
2
votes
0answers
60 views

selenium server launching two test execution tabs in firefox

So as the title suggests, when launching my HTML suite with a custom firefox profile (also with multiwindow), the server is launching two tabs, both trying to execute the test, targetting the same ...
2
votes
0answers
104 views

Capybara element not found just on Travis

I'm trying to put the free software where I'm one of the collaborators to run the acceptance tests on Travis. Everything went very well except for the acceptance tests with selenium. And this is a ...
2
votes
0answers
51 views

Approach for system testing using maven, cargo, jetty and HSQL

I have been trying to get some Selenium system test cases to run during the integration-test phase. I want Cargo to deploy the WAR to a local Jetty installation. Then I want my test cases to run, ...
2
votes
0answers
184 views

Selenium and TFS Test cases Datasource

I am usimg VS 2010 Professional.And want to connect the TFS Testcase datasource without using MTM(Microsofot Test Manager).Is it Possible to do so. ...
2
votes
0answers
141 views

Selenium failing with EOFile error with chromedriver on linux

I have an automated build machine running cucumber tests on an EC2 instance. I am using capybara (1.1.4) with selenium-webdriver (2.31.0) and chromedriver (25.0.1364.172-187217). The tests are run ...
2
votes
0answers
200 views

Selenium WebDriver tests failure in TFS build process

I use ChromeDriver for web application testing. Unit tests work OK locally on my machine. But when I start automated test run on build server it fails with an exception on new ChromeDriver(): ...
2
votes
0answers
107 views

Running selenium hub in maven

I'm trying to run selenium server using role hub in maven using selenium-maven-plugin in order to use phantomjs driver from remote control test, so far my plugin configuration is very straightforward: ...
2
votes
0answers
251 views

selenium webdriver: how to deal with javascript onclick in C#

I'm testing a website using selenium web driver C#. My intention originally is to check the HttpWebResponse that returns 200. However, the button is a javascript onclick event. I'm wondering if anyone ...
2
votes
0answers
54 views

Cannot access PHPUNIT_SELENIUM_TEST_ID cookie in PHPUnit Coverage

To use phpunit_coverage.php I need to set auto_prepend_file and auto_append_file properties in php.ini to specified files prepend.php and append.php. In both scripts cookies are checked to make sure ...
2
votes
0answers
360 views

Unable to execute selenium webdriver scripts in safari 5 Browser

I have downloaded the Apple Developer certificate and also configured the Safari Extension in my framework. Now, when I start executing the script, the Browser is launched, it is performing few ...
2
votes
0answers
354 views

Selenium RC verifyTrue(selenium.isTextPresent(“string”))

I have a few questions regarding the Selenium RC ->VerifyTextPresent By example: (verifyTrue(selenium.isTextPresent())); I found an spelling error in the text on the page when running the test from ...
2
votes
0answers
150 views

Selenium IDE does not change PrimeFaces control

we have a web form developed by Java and PrimeFaces framework. In this form we have a ui control which is called slider. It contanins a button on a horizontal line. When we move the button it gives us ...
2
votes
0answers
162 views

Error in converted maven project in Eclipse

I am using Eclipse Juno with the m2e plugin. I converted my java project into a maven project via Eclipse Right click on project > goto menu configure > Convert to maven project. And these are ...
2
votes
0answers
245 views

How to debug a selenium request spec which fails when run in Jenkins build (but passes when run manually as a spec)

I have a request spec written in rspec, using capybara: scenario "request for a page with js driver", :js => true do visit "/foo" # redacted here, in my spec it's a legitimate URL end In my ...
2
votes
0answers
71 views

Capybara convert html tags to html entities written in javascript

I have some html tags written in javascript code and when running the code in browser it works fine but when the same code run with capybara then the html tags has been converted to html entities. ...
2
votes
0answers
95 views

selenium tests stuck and not running

I am using selenium to test a web app, all tests written in java go well on linux (mint mate), but when I try to launch the very same tests on windows 7, in some point it stops and don't do anything, ...
2
votes
0answers
158 views

Selenium test 'Unable to locate element' in IE

I have created an automated test that logs a user in to a site and performs certain operations. The test first runs in Firefox, Chrome and then IE. It runs perfectly in Firefox, closes the browser and ...
2
votes
0answers
214 views

Authentication Required while executing Selenium “AndroidWebdriver” test

I Recently started learning selenium "Android Webdriver" I'm getting "Authentication required" when JUnit test case is executing I ensured below things are working fine - Since I'm working in ...
2
votes
0answers
292 views

Is it possible to simulate drag and drop in casperjs and phantomjs like in selenium?

I am trying to simulate a Drag & Drop event that is done using JQuery in my site. Manually performing the "drag & drop" with my own JQuery "works", but after the form where the drag & drop ...
2
votes
0answers
148 views

Selenium - saving all mime-types to disk

I'm attempting to use Python Selenium to download a set of HWP ("Haansoft Word Processor") files. No matter what I set in the Firefox browser profile configuration, however, the download manager ...
2
votes
0answers
881 views

steps to automate a flex application using flex monkey and selenium

Am trying to automate a sample Flex application using Flex Monkium and selenium. The steps and sample application (MonkeyContacts) are given in gorilla logic site ...
2
votes
0answers
160 views

How can I start a new browser instance with Selenium RC after tearDown?

My problem is that I want to run 2 suites of tests. When the second suit of test starts i get the Error: Server Exception: sessionId should not be null; has this session been started yet? My ...
2
votes
0answers
132 views

Custom browser in selenium grid

We're running selenium tests using as RC phpunit 3.6 and we configured a selenium hub with four nodes (using selenium version 2.25) I would like to know how is possible to configure *custom browser ...
2
votes
0answers
222 views

javascript integration testing for one page applications

I am currently developing a one page javascript application using Sinatra Ruby on server side and Backbone.js, jQuery, jQuery UI for the client side. The application main purpose is to allow a ...
2
votes
0answers
108 views

Writing integration tests against external resources which are A/B testing

I have a bit of a design question and I'm curious if other users have run into this and how to develop the most elegant solution. I have some integration type feature tests in Cucumber using ...
2
votes
0answers
762 views

How to capture http POST requests with browsermob-proxy and selenium

Hello trying to capture the actual POST data in an HTTP POST request using browsermob proxy + selenium test framework. So basically i'm running an automated test using selenium and I want to capture ...
2
votes
0answers
1k views

Multiple Instances of Firefox during Selenium Webdriver Testing not handling focus correctly.

I have noticed that while running multiple selenium firefox tests in parallel on a grid that the focus event handling is not working correctly. I have confirmed that when each of my tests is run ...
2
votes
0answers
109 views

Selenium: Chrome and contextMenu item pressing

I want to test pasting from context menu in different browsers. I use new Actions(driver).contextClick(element).perform(); for calling the context menu and it's okay for Firefox and Chrome. In ...
2
votes
0answers
375 views

How can I use Selenium to hover over an element in order to make it visible so I can click a link?

There are many similar posts asking this question: How to hover over (mouseover) an element in Selenium Ruby? Selenium2 WebDriver Ruby => how click on a hidden link Ruby Mouse Over is not long ...
2
votes
0answers
276 views

Selenium logs out automatically

I am working on VCM & have created some test script using Selenium & TestNG (not using webdriver), the problem is that as soon as it logins it automatically logs-out showing the error that the ...
2
votes
0answers
564 views

Multiple Browsers Tests using Webinator+Selenium, SpecFlow and NUnit

I'm developing an ASP.NET MVC 3 app with WebinatorSpecFlow+NUnit using the Selenium driver. I'm having a problem running parallel tests with Chrome (using chromedriver) and Internet Explorer. ...
2
votes
0answers
581 views

Factory-pattern for Selenium webdriver

Currently I am trying to write automated test suite using selenium and probosics. I am trying to abstract the webdriver and implementing through factory patter. Page_object class is also created here ...
2
votes
0answers
346 views

Selenim RC with safari issues - Selenium::WebDriver::Error::UnknownError: Executor has not been started yet

I am trying to open safari using Selenium RC. However, Safari instance is created and stays in Requesting connection mode (SafariDriver requesting connection at ws://localhost:3078/wd). require ...
2
votes
0answers
739 views

Use Capybara-webkit (instead of Selenium) when Cucumber is run through Autotest?

I normally use Selenium with Firefox when manually running my Cucumber tests. But when I have Autotest run, I'd like them to be run using Capybara-webkit because otherwise Firefox always jumps to the ...
2
votes
0answers
423 views

Invalid xPath error in Selenium (with a valid xPath)

I'm testing a Python application using pyccuracy, which has a selenium driver. My test results are presenting some instability issues with xPaths. Sometimes I get an Invalid xPath error, with a valid ...
2
votes
0answers
228 views

Django - best way to debug LiveServerTestCase testing (error on POST)

I am updating all my selenium tests from django-nose to use Django 1.4's LiveServerTestCase. Problem is, I've set up a test case in exactly the way they want, but only GET is working (cannot POST to ...
2
votes
0answers
1k views

Retrieving 3rd party and All Cookies using Selenium Webdriver Java

i want to retrieve all cookies names and domains from an URl using selenium webdriver xx.21 with java, i am using this below code: driver.navigate().to("http://www.nextag.com"); Set<Cookie> ...
2
votes
0answers
441 views

Firefox freeze while working with selenium

i'm currently working on an automation project that use selenium on Firefox my test works find as long that i'm not focus on the Firefox windows once i focus on the Firefox window its immediately ...

1 2 3 4 5 53