Guest User

Untitled

a guest
Jul 18th, 2018
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. Then /^I confirm dialog on the next stpe$/ do
  2. page.evaluate_script("window.alert = function(msg) {return true; }")
  3. page.evaluate_script("window.confirm = function(msg) {return true; }")
  4. end
Add Comment
Please, Sign In to add comment