Skip to content

Instantly share code, notes, and snippets.

@mariuz
Created April 13, 2009 15:01
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 mariuz/94482 to your computer and use it in GitHub Desktop.
Save mariuz/94482 to your computer and use it in GitHub Desktop.
# Generated by the windmill services transformer
from windmill.authoring import WindmillTestClient
def test_recordingSuite0():
client = WindmillTestClient(__name__)
client.click(name=u'q')
client.type(text=u'firebird', name=u'q')
client.click(name=u'btnG')
client.waits.forPageLoad(timeout=u'20000')
client.waits.forElement(link=u"Firebird - The RDBMS that's going where you're going", timeout=u'8000')
client.click(link=u"Firebird - The RDBMS that's going where you're going")
client.waits.forPageLoad(timeout=u'20000')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment