File tree Expand file tree Collapse file tree 1 file changed +10
-8
lines changed Expand file tree Collapse file tree 1 file changed +10
-8
lines changed Original file line number Diff line number Diff line change @@ -32,17 +32,19 @@ IronPython_ (.NET) and PyPy_. Remote server 1.1 and newer support Python 2.6,
3232Supported library APIs
3333----------------------
3434
35- Starting from Remote server 1.1, Robot Frameworks normal static, hybrid and
36- dynamic library APIs are all supported. Earlier versions support only the
37- static and hybrid APIs.
35+ Starting from Remote server 1.1, Robot Framework's normal `static, hybrid and
36+ dynamic library APIs `__ are all supported. This includes setting custom name
37+ and tags for keywords using the `robot.api.deco.keyword `__ decorator.
38+ Earlier versions support only the static and hybrid APIs and do not support
39+ the keyword decorator.
3840
3941For most parts these APIs work exactly like when using with Robot Framework
40- normally. There are, however, some features that are not currently supported:
42+ normally. There main limitation is that logging using ``robot.api.logger `` or
43+ Python's ``logging `` module `is not supported `__.
4144
42- - Logging using ``robot.api.logger `` or Python's ``logging `` module is not
43- supported.
44- - It is not possible to give a custom name to static or hybrid keywords using
45- the ``@keyword `` decorator.
45+ __ http://robotframework.org/robotframework/latest/RobotFrameworkUserGuide.html#creating-test-libraries
46+ __ http://robot-framework.readthedocs.io/en/latest/autodoc/robot.api.html#robot.api.deco.keyword
47+ __ https://github.com/robotframework/PythonRemoteServer/issues/26
4648
4749Installation
4850------------
You can’t perform that action at this time.
0 commit comments