- hp20712
- Posts : 1
Join date : 2010-08-02
How to click random checkbox
Tue Aug 03, 2010 9:46 am
Hi all,
Currently I am learing about selenium IDE. I have problem with a testcase please help me!
In my screen has list of checkboxes. User can select more than one checkbox.
I record all steps of this testcase but when playback it I want to select random checkbox.
So What's command to select random checkbox?
Currently I am learing about selenium IDE. I have problem with a testcase please help me!
In my screen has list of checkboxes. User can select more than one checkbox.
I record all steps of this testcase but when playback it I want to select random checkbox.
So What's command to select random checkbox?
Re: How to click random checkbox
Sat Aug 07, 2010 12:09 pm
hi,
There is no way to get select the random id in selenium IDE directly. You have to write javascript code for it which is a bi task for beginner level.
What you can do it to provide checkbox locator in you script according to your need every time you run script.
If you want to want to do it programatically:
1. store all checkbox locator into an array.
2. calculate the length of array.
3. pass that length into random function.
4. whatever random number you get , select that element.
Best of luck.
bye
There is no way to get select the random id in selenium IDE directly. You have to write javascript code for it which is a bi task for beginner level.
What you can do it to provide checkbox locator in you script according to your need every time you run script.
If you want to want to do it programatically:
1. store all checkbox locator into an array.
2. calculate the length of array.
3. pass that length into random function.
4. whatever random number you get , select that element.
Best of luck.
bye
- Not able to click on "checkbox"
- IDE not recording click on table row (with jquery click handler attached)
- Select the “back” button of the Firefox browser to right click and Select the Option from the right click Menu in Selenium Web Driver - Java
- How do I get checkbox element identifier generated dynamically?
- How to mark checkbox in WebDriver
Permissions in this forum:
You cannot reply to topics in this forum