Re: [wtr-general] Re: Why Watir-Webdriver is unable to identify the Element based on custom attribute

2013-09-23 Thread Ekin Han
you can use css selector, for example browser.element(css: 'button[custom_attribute=value]').click 2013/9/23 Dan dfra...@gmail.com Post the relevant html and what you've tried please. On Friday, September 20, 2013 3:57:24 PM UTC-4, Mukul Bist wrote: Hi , I added custom attribute to a

[wtr-general] Re: Why Watir-Webdriver is unable to identify the Element based on custom attribute

2013-09-22 Thread Dan
Post the relevant html and what you've tried please. On Friday, September 20, 2013 3:57:24 PM UTC-4, Mukul Bist wrote: Hi , I added custom attribute to a button and i am not able to identify that element based on custom attribute. Do you guys have any idea. ~Mukul -- -- Before