Skip to content

Instantly share code, notes, and snippets.

@santiycr
Created March 11, 2011 22:53
Show Gist options
  • Save santiycr/866738 to your computer and use it in GitHub Desktop.
Save santiycr/866738 to your computer and use it in GitHub Desktop.
driver.get("http://twitter.com");
driver.findElement(By.xpath("//textarea")).sendKeys("#seleniumconf is awesome");
driver.findElement(By.linkText("Tweet")).click();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment