Skip to main content
Base class for defining the type of actions that can be performed on BaseInteractiveElement
ActionDescriptionKey
Api ActionTo perform Post, PUT, DELETE, PATCH type of API actions on the user-defined APIs with given payloadapiAction
URL NavigationTo open any defined action on a given URLurlNavigation
Custom ActionTo set custom action on the front endcustomAction

Api Action

Url Navigation