Skip to main content
Base class for defining the type of actions that can be performed on BaseInteractiveElement Various types of Actions:
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 given urlurlNavigation
Custom ActionTo set custom action on front endcustomAction
Api Action
URL Navigation