watir-webdriver-performance
watir-webdriver-performance copied to clipboard
This gem collects and summarises metrics speficied in the W3C Navigation web performance specifications at http://w3c-test.org/webperf/specs/NavigationTiming/ when using watir-webdriver and a compatib...
Fixes #14 But it got a bit messy, mostly due to my lack of experience crafting gems. Specifically I'll call out: - jeweler – I don't know it, and so...
When you install this gem, you get the following warning: With the release of Watir 6.0, the watir-webdriver gem has changed its name to watir. Update your dependencies to use...
When I run browser.performance (browser being my Watir::Browser object) I get the following error: ``` c:/Ruby200/lib/ruby/gems/2.0.0/gems/watir-webdriver-performance-0.2.2/lib/watir-webdriver-performance.rb:91: warning: toplevel constant JSON referenced by Watir ::Object::JSON ``` Running: IE9 9.0.8112.16421 on Windows...