Skip to content

Instantly share code, notes, and snippets.

@twalpole
Created February 1, 2017 22:30
Show Gist options
  • Save twalpole/144845468ec8090497f2496cae480bb3 to your computer and use it in GitHub Desktop.
Save twalpole/144845468ec8090497f2496cae480bb3 to your computer and use it in GitHub Desktop.
require "capybara/dsl"
require "selenium/webdriver"
sess = Capybara::Session.new(:selenium)
sess.visit("http://jsfiddle.net/AlexZeitler/fPWFd/")
sess.within_frame('result') do
byebug
sess.attach_file(File.absolute_path(__FILE__), make_visible: false)
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment