File tree 1 file changed +19
-0
lines changed
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
243
243
``stop_remote_server `` function programmatically. Testing and stopping should
244
244
work also with other Robot Framework remote server implementations.
245
245
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
+
246
265
Example
247
266
-------
248
267
You can’t perform that action at this time.
0 commit comments