Selenium is a portable software testing framework for web applications. Selenium provides a record/playback tool for authoring tests without learning a test scripting language. Selenium provides a test domain specific language (DSL) to write tests in a number of popular programming languages, including Java, Ruby, Groovy, Python, PHP, and Perl. Test playback is possible in most modern web browsers. Selenium deploys on Windows, Linux, and Macintosh

learn more… | top users | synonyms

77
votes
14answers
27k views

Watir vs Selenium vs Sahi [closed]

Out of these 3, which have you or has your company chosen to work with? Pros & Cons please. I'll be comparing them myself as well, but I'd like to hear what others have to say. Also, please state ...
65
votes
15answers
12k views

WatiN or Selenium?

I'm going to start building some automated tests of our presentation soon. It seems that everyone recommends WatiN and Selenium. Which do you prefer for automated testing of ASP.NET web forms? Why did ...
50
votes
4answers
32k views

How to run Google Chrome with Selenium RC?

I am trying to test my site with Selenium RC + Nunit + asp.net. I can get my tests to work in Firefox,Safari,opera,IE 8 but not google chrome. I put this in for the browser arugment selenium = new ...
36
votes
13answers
25k views

Any suggestions for testing extjs code in a browser, preferably with selenium?

We've been using selenium with great success to handle high-level website testing (in addition to extensive python doctests at a module level). However now we're using extjs for a lot of pages and ...
35
votes
10answers
11k views

Selenium alternatives?

Selenium seems to be the mainstream tool for browser side testing and it isn't that horrible. But are there any alternatives hiding out there, even in beta phase?
28
votes
13answers
1k views

How to run unit-tests in all browsers?

I've never used Selenium but I guess it's for simulating user interaction in all browsers. That's like integration tests. But how do you test your js libraries/frameworks (unit testing) on all the ...
23
votes
14answers
2k views

What do you use to Unit-Test your Web UI?

The company I'm currently working for is using Selenium for Uniting-Testing our User Interface. What do you use to Unit-Test your Web UI and how effective do you find it?
22
votes
7answers
11k views

Take a screenshot with Selenium WebDriver

Does anyone know if it's possible to take a screenshot using Selenium WebDriver? (Note: Not Selenium RC)
19
votes
16answers
3k views

What's the Point of Selenium?

Ok, maybe I'm missing something, but I really don't see the point of Selenium. What is the point of opening the browser using code, clicking buttons using code, and checking for text using code? I ...
19
votes
7answers
31k views

Using XPATH to search text containing

I use XPather Browser to check my XPATH expressions on an HTML page. My end goal is to use these expressions in Selenium for the testing of my user interfaces. I got an HTML file with a content ...
18
votes
2answers
15k views

Is there a good IE-based Selenium IDE?

The SeleniumIDE project is based on Firefox (and its plugin architecture). My application (for a variety of reasons) only runs on Internet Explorer (6+). In fact, we actively check for non-IE ...
18
votes
15answers
21k views

Selenium click() event seems not to be always triggered => results in timeout?

Here's what I do: selenium.click("link=mylink"); selenium.waitForPageToLoad(60000); // do something, then navigate to a different page // (window focus is never changed in-between) ...
16
votes
3answers
12k views

WebDriver (Selenium 2) API documentation

I can't locate an official class/method/properties type API reference for WebDriver anywhere, only the 5 minute guide and 'Next Step' pages located at seleniumhq, plus a few other haphazard ...
16
votes
8answers
11k views

Internet Explorer 8 64bit and Selenium Not working

I am trying to get selenium tests to run. Yet every time I try to run a tests that should run IE I get a error on line 863 of htmlutils.js It says that I should disable my popup blocker. The thing is ...
16
votes
2answers
2k views

selenium vs windmill

Selenium vs. Windmill, what are your experiences, what do you recommend?
16
votes
5answers
42k views

Handling browser pop-up windows with Selenium

We are running Selenium regression tests against our existing code base, and certain screens in our web app use pop-ups for intermediate steps. Currently we use the commands in the test: // force ...
15
votes
3answers
3k views

Where is WebDriver's Python API Documentation?

Where can I find the "API docs" for the Python Bindings for Selenium's WebDriver? http://code.google.com/p/selenium/wiki/PythonBindings
14
votes
2answers
534 views

How do I start and stop a Linux program using the subprocess module in Python?

I’m writing a web app that uses Selenium to screen-scrape another website. This screen-scraping only happens once a day, so I’d rather not leave Selenium and Xvfb running all the time. I’m trying to ...
14
votes
4answers
4k views

Selenium 2 (WebDriver) and Phpunit?

Any one know how to use Selenium 2 with Phpunit? Are there any Selenium 2 samples in PHP?
14
votes
3answers
4k views

Simulate TAB keypress event in Selenium RC

I need to simulate a tab keypress in Selenium RC, using the Java API. I do this after having entered some text using: selenium.type(input, "mytext"); I've tried 3 alternatives to get the tab ...
14
votes
1answer
5k views

List of Selenium RC browser launchers

I am trying to find a full list of Selenium RC browser launchers. So far I've not been able to find any documentation that lists them all. I've gathered the following ones from various sources. ...
14
votes
6answers
16k views

Using Selenium IDE with random values

Is it possible to create Selenium tests using the Firefox plugin that use randomly generated values to help do regression tests? The full story: I would like to help my clients do acceptance testing ...
13
votes
4answers
732 views

Testing a “Dojo” web application with Selenium

Has anyone done some extensive automation with Selenium and a Dojo-heavy web app? I'm looking for any issues or problem that you might have run into or issues related directly to the combination of ...
13
votes
1answer
3k views

Cucumber and Capybara, clicking a non-link or button element

I am trying to test an inplace editor using Cucumber/Capybara/Selenium stack, but my problem is that the editor is activated by clicking a div and not a link or button. I can not seem to figure out ...
13
votes
1answer
378 views

Using Java Lib with Scala Reserved Words

I'm using an external library written in java (selenium). One of the function calls has signature type(String,String) , and I keep getting compiler errors when trying to call it from scala, ...
13
votes
6answers
2k views

How can I make my Selenium tests less brittle?

We use Selenium to test the UI layer of our ASP.NET application. Many of the test cases test longer flows that span several pages. I've found that the tests are very brittle, broken not just by code ...
13
votes
9answers
6k views

Selenium or Watir for Javascript Testing in Rails

We're using RSpec and Cucumber in our Rails apps with good results. Webrat is great for non-AJAX interactions, but we're getting ready to get back into writing tests for our Javascript. Webrat has ...
13
votes
5answers
2k views

Selenium Critique

I just wanted some opinions from people that have run Selenium (http://selenium.openqa.org) I have had a lot of experience with WaTiN and even wrote a recording suite for it. I had it producing some ...
12
votes
6answers
1k views

Selenium - Wait for network traffic

We're using Selenium with the Java API and some Javascript user extensions. We use a lot of AJAX calls in our app. A lot of our tests fail randomly because sometimes the AJAX calls finish slower than ...
12
votes
7answers
5k views

Click in OK button inside an Alert (Selenium IDE)

I need to click the 'Ok' button inside an alert window with a Selenium command. I've tried assertAlert or verifyAlert but they don't do what I want. It's possible the click the 'Ok' button? If so, ...
11
votes
9answers
4k views

Cucumber, capybara and selenium - Submiting a form without a button

I have a test using Cucumber, capybara and selenium driver. This test should go to a form and submit it. The normal text would be Scenario: Fill form Given I am on the Form page When I ...
11
votes
5answers
8k views

Typing enter/return key in selenium

Looking for a quick way to type an enter or return key in Selenium. Unfortunately the form I'm trying to test (not my own code so I can't modify) doesn't have a submit button. When working with it ...
10
votes
3answers
4k views

what's the relationship between selenium rc and webdriver?

I can see that since selenium 2.0, webdriver and selenium rc are packaged together for download. Now I primarily use webdriver, but can I bring in selenium rc in my testing scripts from now and then? ...
10
votes
3answers
2k views

How do I run firebug within selenium 2?

What's the best way to activate firebug in firefox when running Selenium 2 ? Edit: Ok, I realize "best" is open to interpretation, but the profile-based solution really used to be a pain with ...
10
votes
3answers
4k views

How to check if an element is visible with WebDriver

with WebDriver from Selenium 2.0a2 I am having trouble checking if an element is visible. WebDriver.findElement returns a WebElement, which unfortunately doesn't offer an isVisible method. I can go ...
10
votes
4answers
5k views

Selenium - Can I hide the browser?

I am using Selenium RC to automate some browser operations but I want the browser to be invisible. Is it possible with Selenium RC. If yes, then how and if not then Is it possible through Selenium ...
10
votes
7answers
5k views

Selenium run as a Windows service to take screenshots on errors

I would like an automated web tests suite based on Selenium RC to take screenshots of pages when some errors are encountered. The test suite is a part of the continuous integration process and ...
10
votes
6answers
10k views

JavaScript simulate right click through code

I am writing some UI tests using Selenium and i have a JavaScript Tree control, using the Dojo toolkit. I have implemented a context menu for each node of the tree using the examples that Dojo ...
10
votes
3answers
1k views

Testing onbeforeunload events from Selenium

I'm trying to write a Selenium test for a web page that uses an onbeforeunload event to prompt the user before leaving. Selenium doesn't seem to recognize the confirmation dialog that comes up, or to ...
9
votes
2answers
5k views

What is the difference between Selenium Remote Control and Selenium Server?

On Selenium download page, there is a link to the Selenium RC (Remote Control). On another Selenium download page, there are links for a Selenium RC 1.0.3, as well as Selenium 2 Server, sometimes ...
9
votes
10answers
1k views

Is there an addon which you can test css selectors in firefox?

I was wondering if there is such an addon in firefox where you can test out css paths to check if they are finding the correct element? I was looking for something similar to xpather for xpath ...
9
votes
6answers
1k views

Automated GUI Testing: Meeting Us Halfway

I've been tasked with developing a system for automated GUI testing and I could use some advice. As luck would have it, we are in the midst of a major redesign of our GUI and the developers doing the ...
8
votes
1answer
281 views

Selenium and Uploadify

Is there any way to usefully test an Uploadify file upload with Selenium? I'm using Capybara with Rails, but really, any solution with Selenium would be a starting place. I'm worried I may have to ...
8
votes
4answers
1k views

How to integrate Sikuli scripts into Selenium?

I'm extensively using Selenium for integration testing. Works great for all normal stuff (HTML/AJAX), but no go when I'm trying to test third party ActiveX, Java applets and Flash components. The ...
8
votes
6answers
6k views

How do I maximize the browser window using WebDriver (Selenium 2)?

Is there a way to maximize the browser window using WebDriver (Selenium 2)?
8
votes
1answer
359 views

Selenium RC:How to launch Interactive testing with Multiple browsers

I want to automate this scenario. UserA assign an item to UserB, who gets an alert message. In order to do this I want to have two different browsers launched with different accounts to test this ...
8
votes
2answers
4k views

Clear session cookies with Selenium IDE?

I'm writing Selenium tests for an ASP application, and would like to test the cases when a session isn't properly initialized. Right now I'm clearing the cookies manually, but that is becoming a bit ...
8
votes
5answers
7k views

Selenium Testing of GWT 2.0

How can I make a selenium click() work the same as a manual mouse click? I have recently upgraded GWT from 1.7.1 to 2.0. Some selenium tests (SeleniumRC v1.0.1, IE7) are now failing. It seems that ...
8
votes
2answers
6k views

Selenium IDE - There was an unexpected Confirmation!

I have a button that displays Javascript confirmation popup. This is a part of my test case: <tr> <td>clickAndWait</td> <td>buttonId</td> <td></td> </tr> <tr> ...
8
votes
4answers
4k views

How can I count the number of elements that match my CSS selector?

I am trying to use SeleniumRC to test my GWT App and am trying to match elements using CSS selectors. I want to count the number of enabled buttons in the following HTML. A button is enabled if it ...

1 2 3 4 5 64