How can i get value of custom attribute ('173136' from data-id and 'NORMAL' from data-status for example) inside of div using Selenium Webdriver in ruby?
<div class="trow " data-id="173136" data-status="NORMAL" data-running="false">
I found that watir-webdriver can afford that https://jkotests.wordpress.com/2012/11/23/get-attribute-values-of-the-html-element/, but as I mentioned we are using selemium-webdriver. Any suggestions?