Sha256: 35b397da727a66f9a484adad976eb4486c980a31366f979ea58ad51a2eb00226

Contents?: true

Size: 159 Bytes

Versions: 3

Compression:

Stored size: 159 Bytes

Contents

def confirm_js
  page.evaluate_script('window.confirm = function() { return true; }')
  page.evaluate_script('window.alert = function() { return true; }')
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
cuke-pack-0.0.3 lib/cuke-pack/support/confirm_js.rb
cuke-pack-0.0.2 lib/cuke-pack/support/confirm_js.rb
cuke-pack-0.0.1 lib/cuke-pack/support/confirm_js.rb