73rhodes / sideflow

Flow control extension for Selenium IDE
MIT License
136 stars 209 forks source link

`while` throws error if first command #1

Closed ma11hew28 closed 13 years ago

ma11hew28 commented 13 years ago

If while is the first command of a test case, Selenium throws an "Invalid row_num specified" error. I also reported this issue on a fork.

darrenderidder commented 13 years ago

Tested with Selenium1.0.10, Firefox 3.6.13 on Mac OS X. Unable to reproduce.

Matt can you provide your OS and browser version and confirm you are using the latest script from this repo?

darrenderidder commented 13 years ago

Also tested FF on Ubuntu

https://gist.github.com/862509

darrenderidder commented 13 years ago

No reply from Matt so closing as "could not reproduce".

ma11hew28 commented 13 years ago

Sorry. Yeah, I say close it. I think it was with a different version of this code.

housemaister commented 9 years ago

I can second this issue.

Win7, Firefox 30.0, Selenium IDE 2.5.0

XtinaSchelin commented 8 years ago

I can reproduce this now. Mac 10.10.5, Firefox 40.0.3, Selenium IDE 2.9.0. When a while command is the first command in a test case, I receive this error:

[error] Unexpected Exception: Error: Invalid row_num specified..

When I put a simple store command right above it, it works fine.