Which Selenium Commands does SUM Support?

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.

Note

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.

Supported Commands

Command TypeCommandRemark
Selection commandsaddSelection

Cannot work with SAPUI5 dropdown when list structure is used. (The command requires <option> and <select> tags to be used.)

 removeSelection 
 selectCannot work with SAPUI5 dropdown when list structure is used. (The command requires <option> and <select> tags to be used.)
 selectFrame 
 

selectWindow

 
Assert/verify/check commandsassert 
 assertAlertnew with SDA 1.63
 assertChecked 
 assertConfimationnew 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 
 assertPromtnew with SDA 1.63
 verify 
 verifyChecked 
 verifyEditable 
 verifyElementPresent 
 verifyElementNotPresent 
 verifyNotChecked 
 verifyNotEditable 
 verifyNotSelectedValue 
 verifyNotText 
 verifySelectedLabel 
 verifySelectedValue 
 verifyText 
 verifyTitle 
 verifyValue 
Click commandsclick 
 check 
 uncheck 
Storage commandsstore 
 storeText 
 storeWindowHandle 
 storeValue

Empty values are not stored.

 storeTitle 
 storeAttributeThe attribute must not be null (else the command returns an error).
 storeXpathCount 
Wait commandswaitForElementPresent 
 waitForElementEditable 
 waitForElementNotEditable 
 waitForElementNotPresent 
 waitForElementNotVisible 
 waitForElementVisible 
 waitForText 
 pause 
Action commandsopen 
 sendKeys 
 type 
 setWindowSize 
 run 
 executeScript 
 editContent 
 echo 
 webdriver answer on visible promptnew with SDA 1.63
 webdriver choose cancel on visible confirmationnew with SDA 1.63
 webdriver choose cancel on visible promptnew with SDA 1.63
 webdriver choose ok on visible confirmationnew with SDA 1.63