On Fri, Sep 21, 2012 at 7:06 PM, RJ <[email protected]> wrote:
> browser.div(:data-id => '32143').click

Watir has support for css selectors. Something like this:

browser.element(:css => "div[data-id='32143']).click

Željko
--
filipin.eu

-- 
Before posting, please read http://watir.com/support. In short: search before 
you ask, be nice.

[email protected]
http://groups.google.com/group/watir-general
[email protected]

Reply via email to