java - Selenium IDE test try-catch -



java - Selenium IDE test try-catch -

i'm recording selenium test selenium ide.

if write test selenium in java native can insert try-catch statement.

is possibile insert try-catch statement in html-like test format record selenium ide?

thanks!

tommaso

no, cannot grab exceptions in selenium ide. need utilize selenium rc grab , handle exceptions.

java testing selenium

Comments

Popular posts from this blog

java - How to pass parameters between Request-Scoped Controllers? -

actionscript 3 - Flex: moving a point with rotation doesnt change the point XY? -

string - what is the difference between "some" == "some\0" and strcmp("some","some\0") in c++? -