last_selected property

last_selected property

Indicates which scenario was last selected by the user to be run/shown.

Definition:

@property
def last_selected(self):
    ...
@last_selected.setter
def last_selected(self, value):
    ...

See Also