@jarmo Yeah, it depends, but I will try to implement pure JavaScript version if 
it's approved.

As an example, I use it to test autocomplete.

```ruby
search_div = browser.div(id: 'search')
search_div.text_field(label: 'Search for').set 'Test'
search_div.when_dom_changes.a(text: 'Test User').click
```

The same can be achieved by using element-based waiting, but it proved to be 
useful since it's more high-level

---
Reply to this email directly or view it on GitHub:
https://github.com/watir/watir-webdriver/issues/193#issuecomment-17792009
_______________________________________________
Wtr-development mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/wtr-development

Reply via email to