-
Technical Assistance
Request product support from SAP
-
Non-Technical Assistance
Request non-product support or provide feedback on SAP Support Portal site
Technical Assistance
Request product support from SAP
Non-Technical Assistance
Request non-product support or provide feedback on SAP Support Portal site
Synthetic User Monitoring (SUM) does not support all the commands that are possible in a Selenium IDE script.
The list of supported commands might evolve depending on the Simple Diagnostics Agent (SDA) version. With SDA 1.51, the supported commands are listed below.
If an imported Selenium IDE script contains unsupported commands, no error is displayed at the time of import.
However, at the time of execution, the SUM location will return a "command XXX not supported" error.
Command Type | Command | Remark |
---|---|---|
Selection commands | addSelection | Cannot work with SAPUI5 dropdown when list structure is used. (The command requires <option> and <select> tags to be used.) |
removeSelection | ||
select | Cannot work with SAPUI5 dropdown when list structure is used. (The command requires <option> and <select> tags to be used.) | |
selectFrame | ||
selectWindow | ||
Assert/verify/check commands | assert | |
assertAlert | ||
assertChecked | ||
assertConfirmation | ||
assertEditable | ||
assertElementPresent | ||
assertElementNotPresent | ||
assertNotChecked | ||
assertNotEditable | ||
assertNotSelectedValue | ||
assertNotText | ||
assertSelectedValue | Cannot work with SAPUI5 dropdown when list structure is used. (The command requires <option> and <select> tags to be used.) | |
assertSelectedLabel | Cannot work with SAPUI5 dropdown when list structure is used. (The command requires <option> and <select> tags to be used.) | |
| assertText | |
assertValue | ||
assertPrompt | ||
assertTitle | ||
verify | ||
verifyChecked | ||
verifyEditable | ||
verifyElementPresent | ||
verifyElementNotPresent | ||
verifyNotChecked | ||
verifyNotEditable | ||
verifyNotSelectedValue | ||
verifyNotText | ||
verifySelectedLabel | ||
verifySelectedValue | ||
verifyText | ||
verifyTitle | ||
verifyValue | ||
Click commands | click | |
check | ||
uncheck | ||
Storage commands | store | |
storeText | ||
storeWindowHandle | ||
storeValue | Empty values are not stored. | |
storeTitle | ||
storeAttribute | The attribute must not be null (else the command returns an error). | |
storeXpathCount | ||
Wait commands | waitForElementPresent | |
waitForElementEditable | ||
waitForElementNotEditable | ||
waitForElementNotPresent | ||
waitForElementNotVisible | ||
waitForElementVisible | ||
waitForText | new with SDA 1.56 | |
pause | ||
Action commands | open | |
sendKeys | ||
type | ||
setWindowSize | ||
run | ||
executeScript | ||
editContent | ||
echo | ||
chooseCancelOnNextConfirmation | ||
chooseCancelOnNextPrompt | ||
chooseOkOnNextConfirmation | ||
webdriver answer on visible prompt | ||
webdriver choose cancel on visible confirmation | ||
webdriver choose cancel on visible prompt | ||
webdriver choose ok on visible confirmation | ||
answerOnNextPrompt |