|
8 | 8 |
|
9 | 9 | Documentation |
10 | 10 | Doc Should Start With |
11 | | - ... A test library providing communication over Telnet connections.\n\n |
12 | | - ... ``Telnet`` is Robot Framework's standard library that makes it possible to\n |
| 11 | + ... A test library providing communication over Telnet connections. |
| 12 | + ... |
| 13 | + ... ``Telnet`` is Robot Framework's standard library that makes it possible to |
13 | 14 |
|
14 | 15 | Version |
15 | 16 | Version Should Match 3.* |
@@ -49,14 +50,19 @@ Keyword Arguments |
49 | 50 | Keyword Documentation |
50 | 51 | Keyword Doc Should Start With 0 Closes all open connections |
51 | 52 | Keyword Doc Should Start With 2 |
52 | | - ... Executes the given ``command`` and reads, logs, and returns everything until the prompt.\n\n |
53 | | - ... This keyword requires the prompt to be [#Configuration|configured]\n |
54 | | - ... either in `importing` or with `Open Connection` or `Set Prompt` keyword.\n\n |
55 | | - ... This is a convenience keyword that uses `Write` and `Read Until Prompt`\n |
56 | | - ... internally. Following two examples are thus functionally identical:\n\n |
57 | | - ... | \${out} = | `Execute Command`${SPACE*3}| pwd |\n\n |
58 | | - ... | `Write`${SPACE*2}| pwd${SPACE*17}|\n |
59 | | - ... | \${out} = | `Read Until Prompt` |\n\n |
| 53 | + ... Executes the given ``command`` and reads, logs, and returns everything until the prompt. |
| 54 | + ... |
| 55 | + ... This keyword requires the prompt to be [#Configuration|configured] |
| 56 | + ... either in `importing` or with `Open Connection` or `Set Prompt` keyword. |
| 57 | + ... |
| 58 | + ... This is a convenience keyword that uses `Write` and `Read Until Prompt` |
| 59 | + ... internally. Following two examples are thus functionally identical:\ |
| 60 | + ... |
| 61 | + ... | \${out} = | `Execute Command`${SPACE*3}| pwd | |
| 62 | + ... |
| 63 | + ... | `Write`${SPACE*2}| pwd${SPACE*17}| |
| 64 | + ... | \${out} = | `Read Until Prompt` | |
| 65 | + ... |
60 | 66 |
|
61 | 67 | KwArgs and VarArgs |
62 | 68 | Run Libdoc And Parse Output Process |
|
0 commit comments