|
| def | __init__ (self, uri='http://127.0.0.1:8270', timeout=None) |
| | Connects to a remote server at uri. More...
|
| |
| def | get_keyword_arguments (self, name) |
| |
| def | get_keyword_documentation (self, name) |
| |
| def | get_keyword_names (self, attempts=2) |
| |
| def | get_keyword_tags (self, name) |
| |
| def | get_keyword_types (self, name) |
| |
| def | run_keyword (self, name, args, kwargs) |
| |
Definition at line 41 of file Remote.py.
◆ __init__()
| def robotide.lib.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.
Timeouts do not work with IronPython.
Definition at line 58 of file Remote.py.
◆ get_keyword_arguments()
| def robotide.lib.robot.libraries.Remote.Remote.get_keyword_arguments |
( |
|
self, |
|
|
|
name |
|
) |
| |
◆ get_keyword_documentation()
| def robotide.lib.robot.libraries.Remote.Remote.get_keyword_documentation |
( |
|
self, |
|
|
|
name |
|
) |
| |
◆ get_keyword_names()
| def robotide.lib.robot.libraries.Remote.Remote.get_keyword_names |
( |
|
self, |
|
|
|
attempts = 2 |
|
) |
| |
◆ get_keyword_tags()
| def robotide.lib.robot.libraries.Remote.Remote.get_keyword_tags |
( |
|
self, |
|
|
|
name |
|
) |
| |
◆ get_keyword_types()
| def robotide.lib.robot.libraries.Remote.Remote.get_keyword_types |
( |
|
self, |
|
|
|
name |
|
) |
| |
◆ run_keyword()
| def robotide.lib.robot.libraries.Remote.Remote.run_keyword |
( |
|
self, |
|
|
|
name, |
|
|
|
args, |
|
|
|
kwargs |
|
) |
| |
◆ _client
| robotide.lib.robot.libraries.Remote.Remote._client |
|
private |
◆ _uri
| robotide.lib.robot.libraries.Remote.Remote._uri |
|
private |
◆ ROBOT_LIBRARY_SCOPE
| string robotide.lib.robot.libraries.Remote.Remote.ROBOT_LIBRARY_SCOPE = 'TEST SUITE' |
|
static |
The documentation for this class was generated from the following file: