Robot Framework SeleniumLibrary
SeleniumLibrary.utils.events Namespace Reference

Namespaces

 event
 
 scope_event
 

Functions

def dispatch (event_name, *args, **kwargs)
 
def on (event_name, *args, **kwargs)
 
def register_event (event)
 

Variables

list __all__
 
list _events
 
list _registered_events
 

Function Documentation

◆ dispatch()

def SeleniumLibrary.utils.events.dispatch (   event_name,
args,
**  kwargs 
)

Definition at line 43 of file __init__.py.

◆ on()

def SeleniumLibrary.utils.events.on (   event_name,
args,
**  kwargs 
)

Definition at line 36 of file __init__.py.

◆ register_event()

def SeleniumLibrary.utils.events.register_event (   event)

Definition at line 49 of file __init__.py.

Variable Documentation

◆ __all__

list SeleniumLibrary.utils.events.__all__
private
Initial value:
1 = [
2  "on",
3  "dispatch",
4  "register_event"
5 ]

Definition at line 20 of file __init__.py.

◆ _events

SeleniumLibrary.utils.events._events
private

Definition at line 33 of file __init__.py.

◆ _registered_events

SeleniumLibrary.utils.events._registered_events
private

Definition at line 29 of file __init__.py.