Skip to content

Instantly share code, notes, and snippets.

@jarib
Created May 9, 2011 21:12
Show Gist options
  • Save jarib/963429 to your computer and use it in GitHub Desktop.
Save jarib/963429 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