Skip to content

Instantly share code, notes, and snippets.

@codeprimate
Created April 1, 2013 02:23
Show Gist options
  • Save codeprimate/5282889 to your computer and use it in GitHub Desktop.
Save codeprimate/5282889 to your computer and use it in GitHub Desktop.
Capybara Hover Method
module Capybara
module Node
class Element
def hover
@session.driver.browser.action.move_to(self.native).perform
end
end
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment