...
Actions | Keyboard & Mouse interaction | Verification and Assertion | Waits | Scenario Flow | JS Execution | Stored Variables | Custom (ASM Specific) Commands |
---|---|---|---|---|---|---|---|
open | keyDown | assertElementPresent | waitForVisible | gotoIf | fireEvent | storeTitle | setPageBreak |
clickAndWait | keyDownAndWait | assertTitle | waitForValue | goto | runScript | storeXpathCount | insertPageBreak |
clickAtAndWait | keyUp | assertLocation | waitForAttribute | label | getEvalrunScriptAndWait | storeCssCount | takeScreenshot |
clickAndNotWait | keyUpAndWait | assertVisible | waitForNotText | close | runScriptAndWaitexecuteScript | storeValue | startRecording |
click | keyPress | assertElementNotPresent | waitForNotValue | pause | executeScriptgetEval | storeText | clearRecording |
clickAt | keyPressAndWait | assertNotVisible | waitForNotAttribute | setSpeed | storeLocation | stopRecording | |
doubleClick | mouseOver | assertAttribute | waitForText | setTimeout | storeExpression | getDictionary | |
doubleClickAt | assertNotAttribute | waitForTextPresent | echo | storeEval | |||
doubleClickAndWait | assertValue | waitForTextNotPresent | storeAttribute | ||||
doubleClickAtAndWait | assertNotValue | waitForElementPresent | storeElementPresent | ||||
clickInvisible | assertText | waitForEditable | store | ||||
clickInvisibleAndWait | assertTextNotPresent | waitForElementNotPresent | |||||
type | assertTextPresent | waitForNotVisible | |||||
sendKeys | assertExpression | waitForTitle | |||||
typeKeys | assertNextConfirmation | waitForLocation | |||||
select | assertNextAlert | waitForAlert | |||||
selectAndWait | assertAlert | waitForConfirmation | |||||
selectFrame | assertConfirmation | waitForPageToLoad | |||||
selectWindow | assertEval | ||||||
submit | verifyTitle | ||||||
createCookie | verifyLocation | ||||||
deleteCookie | verifyElementPresent | ||||||
verifyVisible | |||||||
verifyElementNotPresent | |||||||
verifyNotVisible | |||||||
verifyAttribute | |||||||
verifyNotAttribute | |||||||
verifyValue | |||||||
verifyNotValue | |||||||
verifyText | |||||||
verifyTextNotPresent | |||||||
verifyTextPresent | |||||||
verifyExpression | |||||||
...