QA/TDAI/Gristmill/Gristmill API: Difference between revisions

From MozillaWiki
< QA‎ | TDAI‎ | Gristmill
Jump to navigation Jump to search
(New page: This explains the Gristmill APIs that you can use in your tests. == Action APIs == == Wait APIs == == Assert APIs ==)
 
No edit summary
Line 3: Line 3:


== Action APIs ==
== Action APIs ==
'''controller.open(url, elementToWaitFor)'''
{|url | Url to open
|-
|elementToWaitFor | elementToWaitFor|}
test test test test


== Wait APIs ==
== Wait APIs ==


== Assert APIs ==
== Assert APIs ==

Revision as of 22:22, 8 August 2008

This explains the Gristmill APIs that you can use in your tests.


Action APIs

controller.open(url, elementToWaitFor)

elementToWaitFor|}

test test test test


Wait APIs

Assert APIs