Public Member Functions | |
| def | __init__ (self, scope, action, *args, **kwargs) |
| def | trigger (self, *args, **kwargs) |
Public Attributes | |
| action | |
| action_args | |
| action_kwargs | |
| scope | |
Definition at line 22 of file scope_event.py.
| def SeleniumLibrary.utils.events.scope_event.ScopeEvent.__init__ | ( | self, | |
| scope, | |||
| action, | |||
| * | args, | ||
| ** | kwargs | ||
| ) |
Definition at line 24 of file scope_event.py.
| def SeleniumLibrary.utils.events.scope_event.ScopeEvent.trigger | ( | self, | |
| * | args, | ||
| ** | kwargs | ||
| ) |
Reimplemented from SeleniumLibrary.utils.events.event.Event.
Definition at line 35 of file scope_event.py.
| SeleniumLibrary.utils.events.scope_event.ScopeEvent.action |
Definition at line 26 of file scope_event.py.
| SeleniumLibrary.utils.events.scope_event.ScopeEvent.action_args |
Definition at line 27 of file scope_event.py.
| SeleniumLibrary.utils.events.scope_event.ScopeEvent.action_kwargs |
Definition at line 28 of file scope_event.py.
| SeleniumLibrary.utils.events.scope_event.ScopeEvent.scope |
Definition at line 25 of file scope_event.py.