Skip to content

Instantly share code, notes, and snippets.

@admc
Created July 31, 2009 19:44
Show Gist options
  • Save admc/159397 to your computer and use it in GitHub Desktop.
Save admc/159397 to your computer and use it in GitHub Desktop.
windmill.varRegistry.items['{$storedIHTML}']
# Generated by the windmill services transformer
from windmill.authoring import WindmillTestClient
def test_recordingSuite0():
client = WindmillTestClient(__name__)
client.storeVarFromLocAttrib(xpath=u"//span[@id='footer']/center/p/font", options=u'storedIHTML|innerHTML')
client.execIDEJS(js=u"windmill.varRegistry.items['{$storedIHTML}']")['result']
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment