...
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 | waitForText | goto | runScript | storeXpathCount | insertPageBreak | |
clickAtAndWait | keyUp | assertLocation | waitForValue | label | getEval | storeCssCount | takeScreenshot | |
clickAndNotWait | keyUpAndWait | assertVisible | waitForAttribute | close | runScriptAndWait | storeValue | startRecording | |
click | keyPress | assertElementNotPresent | waitForNotText | pause | executeScript | storeText | clearRecording | |
clickAt | keyPressAndWait | assertNotVisible | waitForNotValue | setSpeed | storeLocation | stopRecording | ||
doubleClick | mouseOver | assertAttribute | waitForNotAttribute | setTimeout | storeExpression | getDictionary | ||
doubleClickAt | assertNotAttribute | waitForText | echo | storeEval | ||||
doubleClickAndWait | assertValue | waitForTextPresent | storeAttribute | |||||
doubleClickAtAndWait | assertNotValue | waitForTextNotPresent | storeElementPresent | |||||
clickInvisible | assertText | waitForElementPresent | store | |||||
clickInvisibleAndWait | assertTextNotPresent | waitForEditable | ||||||
type | assertTextPresent | waitForElementNotPresent | ||||||
sendKeys | assertExpression | waitForNotVisible | ||||||
typeKeys | assertNextConfirmation | waitForTitle | ||||||
select | assertNextAlert | waitForLocation | ||||||
selectAndWait | assertAlert | waitForAlert | ||||||
selectFrame | assertConfirmation | waitForConfirmation | ||||||
selectWindow | assertEval | waitForPageToLoad | ||||||
submit | verifyTitle | |||||||
createCookie | verifyLocation | |||||||
deleteCookie | verifyElementPresent | |||||||
quit | verifyVisible_chromeDebugExec | |||||||
verifyElementNotPresent | ||||||||
verifyNotVisible | ||||||||
verifyAttribute | ||||||||
verifyNotAttribute | ||||||||
verifyValue | ||||||||
verifyNotValue | ||||||||
verifyText | ||||||||
verifyTextNotPresent | ||||||||
verifyTextPresent | ||||||||
verifyExpression | ||||||||
...