Skip to content

Instantly share code, notes, and snippets.

@obi-a
Last active September 7, 2015 20:39
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 obi-a/6d7429de9bec7f387a79 to your computer and use it in GitHub Desktop.
Save obi-a/6d7429de9bec7f387a79 to your computer and use it in GitHub Desktop.
maestro script
exists do
title.where("text": "obiora")
end
exists do
link.where("id": "aboutus").click
end
exists do
text_field.where("id": "name").set("john")
end
monitor do
title "My blog title"
url "http://obi-akubue.org"
every "5m"
contact "admin@obiora.com"
via "gmail_notifier"
plugin "uptime_monitor"
browser "firefox"
exists do
title.where("text": "obiora")
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment