Menu Layout button on Appian Selenium

How to click on the above Menu Layout Button? using the Appian Selenium 

  Discussion posts and replies are publicly visible

Parents
  • The Appian Selenium API has javadocs in the download. Have you tried the following?

    • clickOnRecordActionFieldMenuAction

      public void clickOnRecordActionFieldMenuAction​(java.lang.String indexOfField, java.lang.String action)
      Click a specified action inside a record action field with styling of MENU or MENU_ICON
      FitNesse Example: | click on record action field | [INDEX] | menu action | ACTION_NAME or [INDEX] |
      Parameters:
      indexOfField - The index of the record action field out of all record action fields on the page
      action - The action from the dropdown that the user wants to click on
Reply
  • The Appian Selenium API has javadocs in the download. Have you tried the following?

    • clickOnRecordActionFieldMenuAction

      public void clickOnRecordActionFieldMenuAction​(java.lang.String indexOfField, java.lang.String action)
      Click a specified action inside a record action field with styling of MENU or MENU_ICON
      FitNesse Example: | click on record action field | [INDEX] | menu action | ACTION_NAME or [INDEX] |
      Parameters:
      indexOfField - The index of the record action field out of all record action fields on the page
      action - The action from the dropdown that the user wants to click on
Children
No Data