Skip to content

Instantly share code, notes, and snippets.

@jimevans
Created May 19, 2011 19:48
Show Gist options
  • Save jimevans/981573 to your computer and use it in GitHub Desktop.
Save jimevans/981573 to your computer and use it in GitHub Desktop.
// Assume driver is a WebDriver instance,
// and element is a WebElement instance.
Actions actionsProvider = new Actions(driver);
actionsProvider.moveToElement(element).perform();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment