Željko Filipin
Željko Filipin

Reputation: 57262

How can I get value of element custom attribute with Watir

I have HTML that looks like this:

<input custom_attribute="so cool" type="text" />

I would like to get value of custom_attribute using Watir.

Upvotes: 11

Views: 13859

Answers (1)

Related Questions