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

2014-06-18 Thread Raveendran P
Hi, Can you please share the screenshot , Ruby code and HTML code for the same to debug the issue. For now: 1. Can you please try to focus the approve button before click browser.button(:text,'Approve').when_present.focus browser.button(:text,'Approve').when_present.click

[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