File tree Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Original file line number Diff line number Diff line change @@ -243,6 +243,25 @@ using ``stop`` argument on the command line or by using the
243243``stop_remote_server `` function programmatically. Testing and stopping should
244244work also with other Robot Framework remote server implementations.
245245
246+ Listing keywords and viewing documentation
247+ ------------------------------------------
248+
249+ Using the built-in Libdoc __ tool you can list the keywords available on the server::
250+
251+ $ python -m robot.libdoc Remote::http://127.0.0.1:8270 list
252+ Count Items In Directory
253+ Stop Remote Server
254+ Strings Should Be Equal
255+
256+ It is also possible to show the documentation on the command line by using
257+ argument ``show ``. HTML documentation can be created by providing name of
258+ an output file::
259+
260+ $ python -m robot.libdoc Remote::http://127.0.0.1:8270 MyLibrary.html
261+ /path/to/MyLibrary.html
262+
263+ __ http://robotframework.org/robotframework/#built-in-tools
264+
246265Example
247266-------
248267
You can’t perform that action at this time.
0 commit comments