MacCracken/watir-performance

View on GitHub
examples/basic.rb

Summary

Maintainability
A
0 mins
Test Coverage
require 'watir'
require 'watir-performance'
b = Watir::Browser.new :chrome
b.goto "altentee.com"
p b.performance
b.close