Definition at line 30 of file Remote.py.
◆ __init__()
| def robot.libraries.Remote.Remote.__init__ |
( |
|
self, |
|
|
|
uri = 'http://127.0.0.1:8270', |
|
|
|
timeout = None |
|
) |
| |
Connects to a remote server at uri.
Optional ``timeout`` can be used to specify a timeout to wait when
initially connecting to the server and if a connection accidentally
closes. Timeout can be given as seconds (e.g. ``60``) or using
Robot Framework time format (e.g. ``60s``, ``2 minutes 10 seconds``).
The default timeout is typically several minutes, but it depends on
the operating system and its configuration. Notice that setting
a timeout that is shorter than keyword execution time will interrupt
the keyword.
Definition at line 45 of file Remote.py.
◆ _get_kw_info()
| def robot.libraries.Remote.Remote._get_kw_info |
( |
|
self, |
|
|
|
kw, |
|
|
|
info, |
|
|
|
getter, |
|
|
|
default = None |
|
) |
| |
|
private |
◆ _is_lib_info_available()
| def robot.libraries.Remote.Remote._is_lib_info_available |
( |
|
self | ) |
|
|
private |
◆ get_keyword_arguments()
| def robot.libraries.Remote.Remote.get_keyword_arguments |
( |
|
self, |
|
|
|
name |
|
) |
| |
◆ get_keyword_documentation()
| def robot.libraries.Remote.Remote.get_keyword_documentation |
( |
|
self, |
|
|
|
name |
|
) |
| |
◆ get_keyword_names()
| def robot.libraries.Remote.Remote.get_keyword_names |
( |
|
self | ) |
|
◆ get_keyword_tags()
| def robot.libraries.Remote.Remote.get_keyword_tags |
( |
|
self, |
|
|
|
name |
|
) |
| |
◆ get_keyword_types()
| def robot.libraries.Remote.Remote.get_keyword_types |
( |
|
self, |
|
|
|
name |
|
) |
| |
◆ run_keyword()
| def robot.libraries.Remote.Remote.run_keyword |
( |
|
self, |
|
|
|
name, |
|
|
|
args, |
|
|
|
kwargs |
|
) |
| |
◆ _client
| robot.libraries.Remote.Remote._client |
|
private |
◆ _lib_info
| robot.libraries.Remote.Remote._lib_info |
|
private |
◆ _lib_info_initialized
| robot.libraries.Remote.Remote._lib_info_initialized |
|
private |
◆ _uri
| robot.libraries.Remote.Remote._uri |
|
private |
◆ ROBOT_LIBRARY_SCOPE
| string robot.libraries.Remote.Remote.ROBOT_LIBRARY_SCOPE = 'TEST SUITE' |
|
static |
The documentation for this class was generated from the following file: