0
votes
1answer
56 views

How to click a checkbox that's dynamically named/generated using Selenium IDE?

How would I locate / click the following element in Selenium IDE? The text "Sample XYZ5" is dynamically generated. So is the value 99999. <td> <input type="checkbox" value="99999" ...
0
votes
0answers
11 views

Store values to an array from a text file

Please advise how can i read and store values from a text file to an array in Selenium IDE (+ sideflow extension). I have the following script: <tr> <td>storeEval</td> ...
1
vote
2answers
673 views

Selenium IDE gotoIF comparing vchar strings

I have tried the following gotoIf "${oneoff}"=="Jeff Della Rosa" gotoIf ${oneoff}=="Jeff Della Rosa" gotoIf ${oneoff}=={"Jeff Della Rosa"} <-- not sure why, just trying anything. -------- HERE ...
0
votes
0answers
18 views

Selenium IDE - verifyText in a multiple entries in a table (dynamically created ID's)

The system should make a entry in the database (lets say a car with a registration number). The box in the table with the registration number has ex. ID232 . I have no problem with verifying the ...
-1
votes
2answers
31 views

Query in writing the test case validations in selenium webdriver using TestNg

I am doing the Automation testing for the web-app made of angular using selenium webdriver with test Ng.In that i find some difficulties in switching between the various views in the web-app. Suggest ...
0
votes
1answer
44 views

Selenium IDE - function checkDate (Current date and date in the future)

In my user extensions i used this code to check the date but it keeps getting errors: Selenium.prototype.doCheckDate = function(){ var dates = new Date(); var day = dates.getDate(); if ...
0
votes
0answers
28 views

Is there a difference between the C# test suite for Webdriver and Selenium RC

I am new to automation test and have been assigned a task to create a automation test for a web app using selenium. I have been reading into WebDriver and Selenium RC and weighing on which one to go ...
1
vote
1answer
23 views

Using Selenium IDE to find dynamic ID

I have been able to locate the element by using the following command, target and Value. Command: Select Target: //div[@id='ui-id-51']/div[2]/div/fieldset/div/div/select Value: Documentation ...
0
votes
0answers
37 views

Button Click not working in Selenium IDE

All, I am using clickAndWait xpath=//button[contains(.,'Next')], it does show when i click find on Selenium IDE but doesn't click on the Button. The button has id = pmc_wizard_next and class = btn ...
0
votes
0answers
17 views

Navigating to next page in Selenium IDE.

On the web application i am currently working on, there is a button. When i click on that button using selenium IDE, IDE doesnot record the click. I clicked the button using button id/css/xpath, it ...
0
votes
1answer
21 views

How to select proper Action for web target in Selenium IDE

I am new to Selenium IDE. As far as I know, when open Selenium IDE, you will notice that the red 'record macro' button is toggled. This means that selenium will attempt to record every action you ...
1
vote
1answer
17 views

Selenium bidimensional array

I'd like to know how to get the values from a bi-dimensional array in Selenium. I have a file called resources.js, where I create the arrays and access it in Selenium, here is the array: This array ...
0
votes
1answer
20 views

How to use selenium IDE to generate HTML report

My project is written by GWT, now I am using selenium IDE to record steps I made for every page. My question is how to generate the HTML report after executing the test suite in selenium IDE. Thanks!
4
votes
1answer
7k views

Selenium IDE — capture current date

I would like to know with selenium is there a way to capture current date,month,year as the applicaion which i use has a seperate date, month, year fields which we need to manually type in. I problem ...
0
votes
4answers
2k views

Selenium: Get unique value?

Just using selenium to fill out some forms for me. I need it to generate a unique value for my username field. How can I do that? I've got Command: type Target: id_of_my_field Value: ...
1
vote
2answers
1k views

i am a newbie in automation testing using Selenium. What do I need to run an automation test?

I know Selenium IDE should be needed to record/playback a test. What are the other things in selenium i need, to automate test cases. I am not sure about anything other that recording and playing ...
0
votes
3answers
3k views

'gotoIf' Command is not working in selenium IDE

In my test case i want to check weather a checkbox is already checked or not. If not checked then i will not proceed else i will proceed. here is the code <tr> ...
-3
votes
0answers
28 views

How to run our scripts in same tab in selenium web driver

I am trying to write script for one website and once I run the script while the mouse over click on the Menu tab it automatically opens on a another tab in browser can any one say how to make it run ...
1
vote
1answer
1k views

How to convert the current date/time to a format which selenium IDE understnad and vice versa

I have to automate a web application scenario using selenium a automation tool where a calander is involved. When i recorded the scenario having a calander (Current time) then the selenium tool itself ...
1
vote
1answer
15 views

How to attach pictures using Selenium IDE?

I have to include clicking on Browse button and pick a picture from local drive. Can it be done with Selenium IDE?
0
votes
1answer
37 views

Selenium how to access two controls of same css class

I am doing testing using selenium ide. My objective is to verify the following 1) Max and Min length property of text boxes. 2) Verify the texts of the labels My html code is as below: <div ...
0
votes
1answer
548 views

How can I run the selenium test case?

I wrote a selenium sample test case in my application. Then I right click the file and select "Test File". It results Testsuite: com.MyApp.SampleSeleniumTest Tests run: 1, Failures: 1, Errors: 0, ...
3
votes
4answers
14k views

how to use selenium ide testing tool?

I am a beginner to testing and I have to use Selenium IDE in my project. Can anyone help me in gaining the starting stuff, links containing detailed demo on Selenium, and how to run test cases using ...
0
votes
0answers
15 views

Custom Function creation in selenium ide : How to use

I have added a custom function to generate random string in sideflow.js which is a extension already added in my selenium ide. The function was as follows: ...
35
votes
6answers
71k views

Selenium IDE - Command to wait for 5 seconds

I´m using the Selenium IDE for Firefox and searching for a wait command. My problem is that I want to test a website with a embedded external map. This external map needs 3-5 seconds to load. My ...
0
votes
2answers
45 views

Why can't I enter in the value column for Selenium IDE?

This might be the dumbest question ever but why can't I enter anything into the value column in Selenium IDE whenever I manually enter something into the target column. Here's what I want to go: ...
1
vote
2answers
1k views

Cannot store attribute using Selenium IDE

I have the following XML structure: <array-list> <tests> <test myId="11">Some data</test> <test myId="22">Some data 2</test> </tests> </array-list> ...
1
vote
1answer
18 views

Parsing a number using Selenium IDE

I got in my site several amounts of money displayed like this: $5,000 I want to sum all of them and to check some variables. How can I parse and get the number 5000 and use it as a number (summing up, ...
1
vote
5answers
3k views

selenium IDE - change Base URL for all tests?

I have a suite of 15 test cases. I now want to run them against a different Base URL. Is there any way to change all 15 in one go? So far what I have had to do is change each of them one-by-one ...
0
votes
2answers
22 views

Selenium IDE storeText with elements having the same class

For example, how would you store the text of the following: <div class="value">ABC</div> <div class="value">123</div> In the IDE I would have: Command ::: Target : : : Value ...
0
votes
1answer
31 views

Google maps and Selenium IDE selection

I'm new in automatic testing and Selenium. I have problem with selection in google maps. I open list with word but couldn't find way to select http://prntscr.com/4elckp . Browser is Firefox.
0
votes
2answers
18 views

basic search of filestube using selenium

I am trying to use selenium IDE to search filestube.to and I error at the xpath. I used firebug to aquire the xpath and paste it directly into selenium and get the following error; [error] Element ...
1
vote
1answer
994 views

Export WebDriver Code - Selenium IDE vs Selenium Builder

I want to export recorded Selenium 2 WebDriver Tests with the IDE or the Builder as C# code to use it in my MSTest project. Until now I have to rewrite the code from NUnit code to MSTest, but I want ...
0
votes
0answers
63 views

Test Zoom in/out with selenium

I have a slider that allows you to control the zoom in or zoom out a div field. code below: <input type="range" class="zoom-range" id="myrange" name="rmouse" min="0.25" max="2.00" step="0.01" ...
1
vote
4answers
55 views

How do I retrieve the xpath of a clicked element in Selenium?

Is there a way for me to select an element in a web browser, using Selenium IDE and get an XPath of the item I clicked on (regardless of whether it is text or button?) TIA
0
votes
0answers
52 views

Supporting custom Selenium IDE commands in a formatter

I have managed to add custom commands to Selenium IDE, but am having difficulties supporting these in a format, namely, an extended version of the Python WebDriver format. In the script generated when ...
5
votes
6answers
8k 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, ...
0
votes
3answers
58 views

How to select option from dynamic dropdown

I got a problem with choosing an option from a dynamic dropdown. I've already tried several options: - by choosing from the select list (in the 'target' i tried (label, index, value)) - by choosing ...
1
vote
1answer
38 views

Selenium ide: Find the highlighted tab on an application

I have a tabbed navigation application with three tabs (tab1, tab2 and tab3)in a linear fashion and each of it gets highlighted if I am on it. I need to find out if the tab I am on right now is ...
0
votes
0answers
36 views

Is there a way to get Selenium record to work consistently?

Following this tutorial, I tried to record opening the Google home page. The first time it worked, but afterwords it no longer recorded the exact same action, even though the record button was ...
0
votes
0answers
23 views

Selenium on Android Phone

I have to develop Selenium to run alone on a Android device as my project.After my exhaustive research on Selenium I understood that Selenium runs its Server on the system and even Selendroid will ...
0
votes
0answers
36 views

Selenium IDE PopUp in a PopUp (nested popups)

I am having difficulties with multiple popup operations. Sometimes nested popups created. I can do operation in first popup but I can't do anything when another nested popup created. ...
8
votes
2answers
6k views

Running Selenium Webdriver with a proxy in Python

I am trying to run a Selenium Webdriver script in Python to do some basic tasks. I can get the robot to function perfectly when running it through the Selenium IDE inteface (ie: when simply getting ...
-2
votes
1answer
32 views

What is the compatible version of Selenium RC with Selenium IDE 2.5.0?

I have installed the selenium ide 2.5.0 add-on for firefox and after exporting the test case as Java/JUnit 4/ Web Driver. When I try to execute it with JUnit testing I always get exceptions when some ...
-1
votes
1answer
80 views

i want to verify the sub menu links name using selenium webdriver

I want to verify the sub menu links name using selenium webdriver. Can anyone, please, help me to create a function for that? Please find my source code below. <div class="navbar ...
0
votes
0answers
23 views

Is there a way to include ajax in selenium ide command run script?

I have a dropdown that gets populated after certain conditions are met. I want to automate testing many scenarios at one time and want to fire off different ajax calls by calling an existing function ...
0
votes
0answers
28 views

Emulating paste in Selenium IDE 2.5.0

I'm using sendKeys to try and emulate a paste (Ctrl+V) for something stored in the clipboard, as it stands I have correctly targeted the element where I wanted my content to be pasted, but retrieve no ...
2
votes
5answers
5k views

Verify Selected Radio Button - Selenium IDE

I am new with Selenium and I'd like to check if a radio button is selected or not with its id for instance. Sorry guys if its too easy but I could not find the right post! Element that needs to be ...
0
votes
0answers
19 views

Unable to map the UI map file in Selenium IDE

I have written a UI map file for the Login page of a site I am currently testing. I have named the file as user-extentions.js. When I close and reopen the selenium IDE,I get a syntax error in line 16. ...
3
votes
4answers
2k views

Chrome and Selenium

I know Selenium IDE is available as a plugin for Firefox. What about Chrome? If there isn't, is there anything equivalent for Chrome?