Hi All, I am using Ruby 1.9.3 with watir 5.0 & watir -classic 4.0.1 library.
In my test script while attaching browser window the download time which is calculated by wait method in browser.rb doesn't reflect properly. For E.g Tc1 -- Open new browser1 with goto method -- Download time -- 1.02 sec Tc2 -- Navigate to next page [browser1] -- Download time -- 2.03 sec Tc3 -- click on link which opens new browser & attached browser [browser2] -- Download time 2.05 sec Tc4 -- working on attached browser [browser2] & click on link to navigate next page -- Download time 2.05 sec Tc5 -- attach browser1 and navigate to next page -- Download Time -- 2.05 >From Tc3 to Tc5 download time remains same. while debugging i am getting different download time in wait method but its not returning properly. please suggest. Thanks Neeraj -- -- Before posting, please read http://watir.com/support. In short: search before you ask, be nice. [email protected] http://groups.google.com/group/watir-general [email protected] --- You received this message because you are subscribed to the Google Groups "Watir General" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
