Tagged Questions

Selenium IDE is an integrated development environment for Selenium scripts.

learn more… | top users | synonyms

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
5answers
1k views

How to get actual JavaScript value in onclick from webbrowser control?

I'm looking for a way to get the JavaScript code defined inside of onclick. I'm using .NET 2.0 C# Visual Studio 2005. Example: <span id="foo" onclick+"window.location.href='someURL'>click ...
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 ...
6
votes
6answers
2k views

Get element with jquery and selenium IDE 1.0.8

I'm trying to get element with jquery and Selenium IDe 1.0.8. <td>storeValue</td> <td>$('#result').find('img').filter('[alt=&quot;NameOfPhoto&quot;]').eq(0)</td> ...
4
votes
3answers
78 views

My test fail when run together, but pass individually

Quick question for you... When I write a test in Visual Studio, I check that it works by saving, building and then running the test it in Nunit (right click on the test then run). The test works ...
4
votes
2answers
600 views

Using Selenium-IDE with a rich Javascript application?

Problem At my workplace, we're trying to find the best way to create automated-tests for an almost wholly javascript-driven intranet application. Right now we're stuck trying to find a good tradeoff ...
4
votes
2answers
333 views

What are the inner workings of the Selenium waitFor mechanism?

I am trying to customize the behavior of Selenium's click command, (via user-extentions.js), by intercepting calls to doClick(locator). Basically I need to delay click actions whenever our ...
4
votes
2answers
3k views

In Selenium IDE, how to get the value of the base url

Is it possible to retrieve the value of the base url from inside a Selenium script (a plain HTML-saved script from Selenium IDE)? What I'm trying to do is verify the current url using assertLocation. ...
4
votes
2answers
3k views

How to get Selenium to wait for a transition page to redirect before running an assertion

I have a fairly standard situation: Click a button, it loads a transition page with a progress bar or something, and then that page redirects to the next page, which takes a while to load. I want to ...
3
votes
1answer
190 views

Testing jQuery Drag & Drop and Droppable with Selenium

I have a page that makes use of jQuery Drag & Drop, and I would like to build a relatively robust test suite for this process using Selenium. Looking into Selenium, I've found that it has a Drag ...
3
votes
1answer
333 views

JMeter load testing with JUnit from Selenium IDE

I have problem with JMeter not picking up my JUnit test. What I did: got JMeter and extracted created JUnit test through Selenium IDE and exported as JUnit4(WebDriver) try that test runs when ...
3
votes
1answer
461 views

Selenium set speed execution test

We use Selenium IDE to record the test. In the recorder we can change the speed execution and our tests pass. We should set the speed to SLOW. I use ANT for launch the HTML Suite test. The problem ...
3
votes
2answers
123 views

Selenium IDE - always fail on any 500 error

Is there an easy way to tell Selenium IDE that any action that results in a http 500 response means the test failed? I have tests that are 75 page requests long. Sometimes, I get a crash and burn ...
3
votes
1answer
235 views

JavaScript Code behind seleniums “clickAt()” method?

I want to do exactly that what seleniums "clickAt()" Method is doing. It is different from seleniums and the normal javascript command "click()". Because "clickAt" is working for ajax testing when ...
3
votes
2answers
314 views

Selenium IDE: How to check if an element has a focus?

Is there a built in method for checking that an input text element has a focus ? Well, I didn't find one, so I tried this extension. But, it doesn't work for me either (i.e. the test fails). Any ...
3
votes
2answers
3k views

can I use Selenium IDE 1.0.10 with FF4.0 yet?

I've managed to install Selenium IDE 1.0.10 into FF4. Selenium is showing in the Add Ons Manager and I've restarted the browser. However, I don't see any way to launch the IDE. Is there something I'm ...
3
votes
3answers
568 views

using Selenium 2 / Web Driver with C#

I have recently been looking at using Selenium 2 / webdriver for some automated web tests. The API looks great. However is it possible to record a test through the selenium-IDE and generate C# code ...
3
votes
1answer
458 views

Selenium: How to set test on dropdown box?

In Spring I generated form create.jspx with some edit boxes and some dropdown select boxes. The form than sould be tested in Selenium IDE, but after recording test case the case cant' be replayed. ...
3
votes
4answers
436 views

Selenium - checking image validity

I'm creating a suite of Selenium tests for an web album application. I would like to test whether an image is actually displayed (it contains valid image data). Is such thing possible? Thanks for ...
3
votes
1answer
2k views

Selenium - Store hidden variable

We are using Junit + Selenium to webtest our webpage. But we have run into a problem. I need to parse the value from a hidden field with Selenium. HTML of hidden field <input type="hidden" ...
3
votes
4answers
920 views

How to create nested test suites for Selenium?

I need to create a nested test suite in Selenium that will run in the Selenium IDE or the Selenium TestRunner. This is basically the structure that I'm trying to achieve: MasterTestSuite.html - ...
2
votes
1answer
242 views

How do you upload a file using Selenium IDE?

This used to work in the past, but recently I've been trying to upload a file using Selenium IDE, and now I'm getting this error: [error] Unexpected Exception: code -> 1000, INDEX_SIZE_ERR -> 1, ...
2
votes
1answer
339 views

Selenium-IDE: How to simulate non-printable keys (ENTER, ESC, Backspace)?

What is the exact HTML code to simulate ENTER, ESC, BACKSPACE and DOWN in Selenium IDE 1.3.0? typeKeys didn't work nor did this: <tr> <td>keyDown</td> ...
2
votes
2answers
199 views

How to use Selenium to store values between tests

Selenium has the ability to temporarily store data items and then later retrieve them in subsequent tests, e.g. storeText | @id='ctl00_ContentPlaceHolder1_FormView1' | someValue This works well ...
2
votes
2answers
544 views

Selenium Export test cases as PHP-phpunit is missing in my selenium ide 1.2.0?

I really in need of converting\exporting my test cases to PHP, but PHP-phpunit formatter in Selenium Ide 1.2.0 is missing. can you please tell me how can i get it? Its really urgent please.
2
votes
3answers
132 views

Selenium IDE - plugin to find alternate ID selectors?

I'm using extjs, so often I need the parent's ID, or the parent's parent's ID for a selector. Is there any plugin which lets me traverse up a DOM element looking for different IDs, or a plugin which ...
2
votes
2answers
150 views

Selenium: Stored variable is not considered across test cases while executing test suite from command prompt

I have a test suite with 3 test cases, out of which first test case has all the variables required in the other 2 test cases(something like its a dataset for the test suite) All this while i was ...
2
votes
1answer
131 views

Selenium: How to wait for options in a select to be populated?

I am using Selenium for the first time and am overwhelmed by the options. I am using the IDE in Firefox. When my page loads, it subsequently fetches values via an JSONP request, with which it ...
2
votes
1answer
138 views

selenium IDE trying to get margin-bottom value

I'm trying to get the value of the bottom margin of an element on my page. The page has a select box that allows the visitor to adjust the botttom margin of an element. I want to create a script ...
2
votes
2answers
173 views

Is there any way to capture screenshot --only on failure of steps in Selenium IDE?

I am using Selenium IDE Is it possible to take a screenshot for each failed step using Selenium IDE Is there any way to do this. Thanks for all your help
2
votes
4answers
751 views

Selenium.click not working on some anchor elements

The application that am working on was recently revamped and as part of that a new JQuery calendar was introduced. I need to click on a link in the calendar to select the time and date. However, ...
2
votes
2answers
494 views

How to setup Selenium RC to test any website on the internet?

I'm new in using Selenium. Selenium IDE is a user-friendly firefox plugin. I have no problem in using it. However, I found that the documentation for other Selenium tools such as Selenium RC and ...
2
votes
0answers
476 views

export test as python from selenium IDE

I made several tests in selenium IDE and saved it as a test suite in the HTML format which works fine for importing back into selenium IDE. Now however I would like to expand these tests using python ...
2
votes
1answer
557 views

When Selenium IDE converts html into php, why doesn't it create simple Selenese commands?

I am using: Selenium IDE version: 1.0.10 PHPUnit 3.4.15 If I use Selenium IDE (the firefox plugin) to create a very simple test case, with one command in a Selenese table row: ...
2
votes
1answer
708 views

Selenium IDE: problems calling javascript from within a pop-up

I am having problems testing a pop-up menu in Selenium IDE. Within the pop-up there is a button that calls a JavaScript function (that updates a list )and closes the pop-up. The test will click on ...
2
votes
2answers
76 views

Make Selenium record IDs, not paths

When I use the FF plugin it records the paths of the elements I interact with. In cases where the DOM is heavily-altered according to the user interaction, it is more convenient to element IDs, which ...
2
votes
1answer
115 views

selenium java ant run

I know run_in_parallel and run_in_sequence when using Ruby - Selenium How can we run selenium tests using JAVA in parallel or sequence using ant run command ?
2
votes
1answer
442 views

Can I use Selenium IDE to generate Cucumber/Capybara steps?

I've both installed Selenium IDE (Firefox addon) and Capybara (gem). I'm now driving Selenium from Cucumber/Capybara steps (@javascript) in my rails app. The question is: Can I export Selenium IDE ...
2
votes
1answer
1k views

Selenium IDE down arrow key

I'm stuck trying to get my selenium testing to simulate a down arrow key press. Im just using the html format for my tests and am using typeKeys as the command, the target is correctly found, and ...
2
votes
2answers
376 views

Dealing with Firefox 4's new “data entered” confirmation dialog in Selenium IDE

I'm trying some S-IDE tests in Firefox 4 beta 7 that work fine in 3.6. One thing I can't seem to figure out is an automated way to interact with FF4's new built-in dialog: Anybody solve this one ...
2
votes
6answers
410 views

How can I print javascript objects?

I have an object var object= {} I put some data in the object and then I want to print it like this document.write(object.term); the term is a variable that changes depending on different ...
2
votes
2answers
313 views

Is there a way to store in a variable the text in a certain element in selenium?

I have a selenium script that I created with Selenium IDE. I was wondering if there is anyway to store the text that is in a certain element in a variable so that I can use that text later in the ...
2
votes
1answer
406 views

Selenium - verify the list of suggestions is displayed

What command is used to verify the list of suggestions is displayed when typing a letter in text field (example: a)? And how to verify the items in the list start with the letter you typed?
2
votes
1answer
105 views

Is the order of attributes in a certain tag releveant?

Is the order of attributes in a certain tag releveant. Specific case: This is from a selenium testfile. Given a testcasse <?xml version="1.0" encoding="UTF-8" standalone="no"?><html ...
2
votes
1answer
340 views

Selenium IDE and telling it to record actions

I am trying to make a little application to allow to record actions within a Flash and Silverlight application. In such manner that you can compile your interactive application in test-mode and then ...
2
votes
2answers
133 views

Selenium: Can I combine several commands into one command to be referenced by other tests without coding

I'm currently evaluating Selenium and it seems I'll have to perform certain steps in my tests over and over again. Is there any way to wrap several steps from a selenium test into one single step ...
2
votes
1answer
945 views

How do I select html injected from jQuery with Selenium IDE?

I'm currently using Selenium IDE to fill a form. The form has a select box for countries: <select id="id_country"> <option>Canada</option> ...
1
vote
2answers
32 views

how to record the script for dynamic id generation in selenium

I am working on selenium IDE. Currently i am facing problem related to dynamic id. I have recorded one script, but when i run it again it fails because id changes every time. Is there any way to get ...
1
vote
1answer
15 views

Can I use waitForElementWidth Selenium command independently

I just started playing with Selenium and I ran into an issue. I have a link that toggles a hidden div into view using a scroll transition. I am trying to test this function using selenium and the ...
1
vote
1answer
103 views

Selenium IDE - Scroll in div?

<div id="aaa"> [lots of text] SHOW ME</div> #aaa { width: 100px; height: 100px; overflow: scroll; } http://jsfiddle.net/3NXtJ/ is possible make scrool to DOWN and show me text "SHOW ...

1 2 3 4 5 6