[wtr-general] Query: Books of Watir

2010-05-25 Thread anil menon
Hello All, I am developing watir automation script for web application. My web application is developed using .Net, Java jquery, could any one let me know where i can get book on Watir. Cheers, -- Anil Menon Victory is not the measure of the position where you are, rather than

[wtr-general] Re: How to check if a button is enabled or disabled

2009-06-25 Thread anil menon
hi, use this code ie.button(:id, id name).enabled? ie.button(:id, id name).disabled? Thanks, Anil Menon On Thu, Jun 25, 2009 at 5:27 PM, Maumita maumita.majum...@gmail.com wrote: Hi, Is this pissible in watir to check if a button is enabled or disabled? If yes..please guide me how