Can watirgrid and watir-webdriver-performance be used together? I've got
something like the below going, but I get a NoMethodError. All of the
providers have up to date chrome and the performance gem installed. Thanks
for your help in advance.
Watir::Grid.control(:controller_uri => 'druby://host') do |browser, id|
threads << Thread.new do
browser.goto @config["runSettings"]["url"]
puts "Load Time for #{id}:
#{browser.performance.summary[:response_time]/1000} seconds."
...
--
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]