QA/TDAI/Gristmill/Gristmill API: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
Line 4: | Line 4: | ||
== Action APIs == | == Action APIs == | ||
'''controller.open(url, elementToWaitFor)''' | '''controller.open(url, elementToWaitFor)''' | ||
{| | {| class="standard-table" | ||
|- class="header"|Parameters | |||
|url | |||
|A URL to open | |||
|} | |||
test test test test | test test test test | ||
== Wait APIs == | == Wait APIs == | ||
== Assert APIs == | == Assert APIs == |
Revision as of 22:31, 8 August 2008
This explains the Gristmill APIs that you can use in your tests.
Action APIs
controller.open(url, elementToWaitFor)
url | A URL to open |
test test test test