
Product
Announcing Bun and vlt Support in Socket
Bringing supply chain security to the next generation of JavaScript package managers
watir-timecop
Advanced tools

Makes Timecop compatible with Watir.
The problem is that internally Watir uses Time.now when it waits for element presence/absence. Combined with Timecop, waiting gets broken because Time.now may always returns the same value. This gem implements custom timer for Watir, which uses simple counter instead.
Add this line to your application's Gemfile:
gem 'watir-timecop'
And then execute:
$ bundle
Or install it yourself as:
$ gem install watir-timecop
Just require gem after Watir. That's all!
require 'watir-webdriver'
require 'watir-timecop'
git checkout -b my-new-feature)git commit -am 'Add some feature')git push origin my-new-feature)Copyright (c) 2016 Alex Rodionov. See LICENSE.txt for details.
FAQs
Unknown package
We found that watir-timecop demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Product
Bringing supply chain security to the next generation of JavaScript package managers

Product
A safer, faster way to eliminate vulnerabilities without updating dependencies

Product
Reachability analysis for Ruby is now in beta, helping teams identify which vulnerabilities are truly exploitable in their applications.