Module: Watir

Defined in:
lib/watir-performance.rb

Defined Under Namespace

Classes: Browser, PerformanceHelper

Constant Summary collapse

PERFORMS =
'return window.performance || window.webkitPerformance || '\
'window.mozPerformance || window.msPerformance;'.freeze
ERRORMESSAGE =
'Could not collect performance metrics from your current ' \
'browser. Please ensure the browser you are using supports ' \
'collecting performance metrics.'.freeze