Skip to content

Instantly share code, notes, and snippets.

@ivaravko
Forked from jarib/file.rb
Created July 21, 2011 19:10
Show Gist options
  • Save ivaravko/1097949 to your computer and use it in GitHub Desktop.
Save ivaravko/1097949 to your computer and use it in GitHub Desktop.
e = @driver.find_element(:xpath, "//span[text()='IL-4']")
@driver.action.click_and_hold(e).
move_to(e, 0, 10).
release(e).
perform
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment