Go to the source code of this file.
Namespaces | |
robot.libraries.Dialogs | |
Functions | |
def | robot.libraries.Dialogs._validate_user_input (dialog) |
def | robot.libraries.Dialogs.execute_manual_step (message, default_error='') |
Pauses execution until user sets the keyword status. More... | |
def | robot.libraries.Dialogs.get_selection_from_user (message, *values) |
Pauses execution and asks user to select a value. More... | |
def | robot.libraries.Dialogs.get_selections_from_user (message, *values) |
Pauses execution and asks user to select multiple values. More... | |
def | robot.libraries.Dialogs.get_value_from_user (message, default_value='', hidden=False) |
Pauses execution and asks user to input a value. More... | |
def | robot.libraries.Dialogs.pause_execution (message='Execution paused. Press OK to continue.') |
Pauses execution until user clicks Ok button. More... | |
Variables | |
list | robot.libraries.Dialogs.__all__ |
robot.libraries.Dialogs.__version__ = get_version() | |