Sha256: d5154f6bd8836788c8b720640e4e881c68f2cf93c703c4a5450c79d7bff5d3e2
Contents?: true
Size: 357 Bytes
Versions: 5
Compression:
Stored size: 357 Bytes
Contents
class OperaWatir::Utils def initialize(browser) @utils = browser.driver.utils end def core_version @utils.getCoreVersion end def os @utils.getOS end def product @utils.getProduct end def binary_path @utils.getBinaryPath end def user_agent @utils.getUserAgent end def pid @utils.getPID end end
Version data entries
5 entries across 5 versions & 1 rubygems