Skip to main content
All docs
V25.1
  • .NET 8.0+

    IEasyTestAction Members

    Exposes the API that allows you to manipulate a specified Action in test code.

    Properties

    Name Description
    Enabled Checks whether the action is active.
    Hint Returns the Action’s hint text.
    Value Returns the Action’s value. Supported for parametrized and single choice actions.

    Methods

    Name Description
    Execute(String) Executes an Action.
    IsItemEnabled(String) Checks whether a specified item within a single choice action is enabled.
    IsItemVisible(String) Checks whether a specified item within a single choice action is visible.
    See Also