Selenium IDE setSpeed

252 views
Skip to first unread message

Ross Maclean

unread,
Jan 26, 2010, 9:55:26 AM1/26/10
to Selenium Users
Hi

I am running the IDE version 1.0.2 and I need to set the playback
speed of my tests in them. I have called the setSpeed action and
given it a time of 2 seconds but this doesnt seem to be having any
effect. It adds the following value into the source:

<tr>
<td>setSpeed</td>
<td></td>
<td>200000</td>
</tr>

Does any one know if my understanding of the purpose of this function
wrong or if my implementation at fault?

Cheers
Ross

SiKing

unread,
Jan 26, 2010, 12:37:57 PM1/26/10
to Selenium Users
Ummmm, did you try:

<tr>
<td>setSpeed</td>
<td>200000</td>
<td></td>
</tr>

nellore krishna

unread,
Jan 27, 2010, 12:25:36 AM1/27/10
to seleniu...@googlegroups.com
Hi ,

    Ur understanding is correct.
    change value from 2000 from 200000
Thanks,
Nellore Krishna kumar


--
You received this message because you are subscribed to the Google Groups "Selenium Users" group.
To post to this group, send email to seleniu...@googlegroups.com.
To unsubscribe from this group, send email to selenium-user...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/selenium-users?hl=en.




--
            Nellore Krishna kumar

Ross Maclean

unread,
Jan 27, 2010, 4:56:38 AM1/27/10
to Selenium Users
Thanks, you are absolutely right I was putting the value in the wrong
field. It seems that the help documentation that appears when you
select a command is wrong for the setSpeed command. It tells you to
put the value you want in milliseconds into the value field and not
the target one like you have to.

Thanks for the help

Ross

Reply all
Reply to author
Forward
0 new messages