Sha256: e896a7c4b26a348091dae98411e51ae60e42473a53f8b7f9ce44b8d2f2bcbd17
Contents?: true
Size: 239 Bytes
Versions: 15
Compression:
Stored size: 239 Bytes
Contents
module WBench class SeleniumDriver < Capybara::Selenium::Driver private def at_exit # We have already quit the browser, so we do not want to try and close it # again here, so instead we do nothing. end end end
Version data entries
15 entries across 15 versions & 1 rubygems