work: watir
Sep. 21st, 2006 05:15 pmI found a ruby library for testing in IE & I'm working through the tutorial. So I've got IE and the irb window up, and I'm typing
instead of clicking the Login button.
So yeah, it's for scripting. But it's also an oddly verbose way to rest my mouse hand....
ie.button(:value, 'Login').click
instead of clicking the Login button.
So yeah, it's for scripting. But it's also an oddly verbose way to rest my mouse hand....