Skip to content

chrome/chromedriver version 81 compatibilityΒ #7

@ChrisVereb

Description

@ChrisVereb

we've had a few environments where the recent update to chrome v81 has broken tests using the watir-performance gem. The timing info being returned by Watir::PerformanceHelper::PERFORMS script is empty. This is causing Waitr::PerformanceHelper.summarized_hash to throw errors when the hash values are missing (eg NoMethodError for ">") when hitting

hash[:timing][:domain_lookup_start] if hash[:timing][:domain_lookup_start] > 0

this is with the following versions
ruby: 2.5.5p157
watir-performance 0.6.4
watir 6.16.5
selenium-webdriver 3.142.5
chromedriver 81.0.4404.69
chrome: 81.0.4404.122

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions