Created
July 31, 2009 19:44
-
-
Save admc/159397 to your computer and use it in GitHub Desktop.
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
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