Re: [wtr-general] Re: Click succeeds but action as the result of that click is not triggered

2019-08-02 Thread rajagopalan madasami
Click is issued but action as a result of that click is not triggered. Okay, execute this code, you would see program succeeds but application doesn't get logged in. require 'watir' > b=Watir::Browser.new :firefox > b.goto 'https://uat.allianz-go.com' > b.text_field(name: 'username').set

Re: [wtr-general] Re: Click succeeds but action as the result of that click is not triggered

2019-08-02 Thread Titus Fortner
A single click not happening is not what you described in the ticket. Can you provide the code you used to generate this log and how it is different from what you expect? On Thu, Aug 1, 2019, 1:58 AM rajagopalan madasami < rajagopalanmadas...@gmail.com> wrote: > I have created a gist here, You