How to click on the above Menu Layout Button? using the Appian Selenium
Discussion posts and replies are publicly visible
The Appian Selenium API has javadocs in the download. Have you tried the following?
public void clickOnRecordActionFieldMenuAction(java.lang.String indexOfField, java.lang.String action)
| click on record action field | [INDEX] | menu action | ACTION_NAME or [INDEX] |
indexOfField
action