Skip to content

Instantly share code, notes, and snippets.

@oinant
Created August 31, 2015 09:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save oinant/3fc3e94d6cb3f403fb61 to your computer and use it in GitHub Desktop.
Save oinant/3fc3e94d6cb3f403fb61 to your computer and use it in GitHub Desktop.
namespace PageObjects
module Google =
open canopy
let goToFirstResultFor (search:string) =
url "https://www.google.com"
"#lst-ib" << search
click "button[name=btnG]"
click (first "div.srg a")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment