The following code will never quit:
```ruby
require 'watir-webdriver'
require 'timecop'
begin
Timecop.freeze
browser = Watir::Browser.new
browser.goto 'google.com'
browser.a(text: 'blah').when_present.click
ensure
browser.quit
end
```
@jarib I've written a fix and will push it shortly, but not sure if we should
spec this and, if yes, how.
---
Reply to this email directly or view it on GitHub:
https://github.com/watir/watir-webdriver/issues/228
_______________________________________________
Wtr-development mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/wtr-development