--
You received this message because you are subscribed to the Google Groups "webdriver" group.
To post to this group, send email to webd...@googlegroups.com.
To unsubscribe from this group, send email to webdriver+...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/webdriver?hl=en.
We haven't implemented any support classes (like WebDriverWait) for Ruby yet.
Here's one way to do it:
Or perhaps something like
Waiter.new(driver).when_present(:id => "hello") do |element|
...use element...
end
If anyone have opinions on what would be a neat API for this in ruby,
I'd love to hear about it.