Last active
September 7, 2015 20:39
-
-
Save obi-a/6d7429de9bec7f387a79 to your computer and use it in GitHub Desktop.
maestro script
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 "[email protected]" | |
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