Skip to content

Instantly share code, notes, and snippets.

@stdray
Created January 9, 2015 14:31
Show Gist options
  • Select an option

  • Save stdray/fb648df243f1deec006d to your computer and use it in GitHub Desktop.

Select an option

Save stdray/fb648df243f1deec006d to your computer and use it in GitHub Desktop.
open canopy
open runner
start firefox
"test search by image" &&& fun _ ->
url "https://www.google.ru/imghp"
click "#qbi"
"#qbui" << "http://facemash.polotsk-portal.ru/images/1154571263.jpg"
click "#qbbtc .gbqfb"
elements ".rc ._Rm"
|> Seq.map(read)
|> Seq.iter(printfn "%s")
run()
System.Console.ReadLine() |> ignore
quit()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment