-
Request for existing cases, user IDs, Portal navigation support and more
Request for existing cases, user IDs, Portal navigation support and more
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.
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 | new with SDA 1.63 | |
assertChecked | ||
assertConfimation | new with SDA 1.63 | |
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 | |
assertTitle | ||
assertValue | ||
assertPromt | new with SDA 1.63 | |
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 | ||
pause | ||
Action commands | open | |
sendKeys | ||
type | ||
setWindowSize | ||
run | ||
executeScript | ||
editContent | ||
echo | ||
webdriver answer on visible prompt | new with SDA 1.63 | |
webdriver choose cancel on visible confirmation | new with SDA 1.63 | |
webdriver choose cancel on visible prompt | new with SDA 1.63 | |
webdriver choose ok on visible confirmation | new with SDA 1.63 |