Skip to content

Instantly share code, notes, and snippets.

@BrockFredin
Created May 20, 2013 16:14
Show Gist options
  • Save BrockFredin/5613313 to your computer and use it in GitHub Desktop.
Save BrockFredin/5613313 to your computer and use it in GitHub Desktop.
public void GetPageRefresh()
{
new Actions(_myApp.Driver)
.KeyDown(Keys.Control).SendKeys("r")
.Release();
.Perform();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment