Re: [Selenium-users] help with optional actions

2005-11-03 Thread Alexandre Garel
Ken Mizell a écrit : Hi All I can't be the only one trying to solve this problem... is there anyway to create optional actions? I'm having trouble when i run a script and then re-run it and the cookies on my machine make certain checkboxes "checked" the second time through. There is an inpu

Re: [Selenium-users] help with optional actions

2005-11-03 Thread Mike Williams
Ken Mizell wrote: I can't be the only one trying to solve this problem... is there anyway to create optional actions? There's no support for conditional commands (or looping, or branching, or anything else you'd expect from a "real" language) in Selenium's table-driven mode. In RPC-driven

[Selenium-users] help with optional actions

2005-11-02 Thread Ken Mizell
Hi All I can't be the only one trying to solve this problem...  is there anyway to create optional actions? I'm having trouble when i run a script and then re-run it and the cookies on my machine make certain checkboxes "checked" the second time through. There is an input field ( a checkbox) that h