Kreutzer, Christian wrote:
> goto LoginPage do
>       username.set user
>       password.set pwd
>       login.click
>       on PleaseChangeYourPassword do
>               old_password.set pwd
>               new_password.set new_pwd
>               ok.click
>       end
> end
>
> Is it possible to implement such a kind of a eventhandling with ruby and 
> watir or do you guys have a better idea for handling such a kind of problem? 
>   
This is definitely possible and not a bad idea.

Bret
_______________________________________________
Wtr-general mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/wtr-general

Reply via email to