[wtr-general] Need Help!! Buttons in same frame 1 can be clicked and 1 cannot

2014-06-12 Thread MinYi
Hi there, I have 2 buttons in same frame and same div(Approve and Deny). When using the watir script to test on the page, Deny button can be clicked without any issues. However, the Accept button cannot be clicked and there is no any error exists as well. I use the same code for both the

[wtr-general] 2 buttons in same frame having different behavior

2014-06-12 Thread MinYi
Hi, I'm developing watir script using watir-webdriver and browser is firefox In the same frame I have 2 buttons which are 'Deny' and 'Approve', when developing the script, when my action require the 'Deny' button to be clicked, the sript run correctly without any problem. However, when the

[wtr-general] Re: how to select rows under grid for EXTJS code using watir.

2014-06-12 Thread weekydeeky
It took me a while to get it but this is what I did to select an EXTJS grid row in watir. @browser.div(:id, myGrid-body).table(:id, /gridview/)[1][1].click Hope that helps. Cat On Tuesday, May 26, 2009 1:14:26 AM UTC-6, Bhavesh Sharma wrote: Hi, I have to select the row under Grid

[wtr-general] Unable to handle dialog box in IE

2014-06-12 Thread MinYi
Hi, I'm developing the watir script and facing some difficulties when comes to the dialog box handling in IE. I managed to do that in Firefox with the watir-webdriver library. However, I'm unable to handle/click the pop out dialog box in IE with the watir library. The dialog box is a