You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
``library`` Test library instance or module to host. Mandatory argument.
76
-
``host`` ``'127.0.0.1'`` Address to listen. Use ``'0.0.0.0'`` to listen to all available interfaces.
75
+
``host`` ``'127.0.0.1'`` Address to listen. Use ``'0.0.0.0'`` to listen to all available IPv4 interfaces.
77
76
``port`` ``8270`` Port to listen. Use ``0`` to select a free port automatically. Can be given as an integer or as a string. The default port ``8270`` is `registered by IANA`__ for remote server usage.
78
77
``port_file`` ``None`` File to write the port that is used. ``None`` (default) means no such file is written.
79
78
``allow_stop`` ``'DEPRECATED'`` Deprecated since version 1.1. Use ``allow_remote_stop`` instead.
@@ -248,7 +247,7 @@ Listing keywords and viewing documentation
248
247
249
248
Using the built-in Libdoc__ tool you can list the keywords available on the server::
250
249
251
-
$ python -m robot.libdoc Remote::http://127.0.0.1:8270 list
250
+
$ python -m robot.libdoc Remote::http://127.0.0.1:8270 list
0 commit comments