![]() |
T-Plan Robot Enterprise 4.4.7 Doc
Collection |
29/01/19 |
_SERVER_CLIPBOARD_CONTENT
variable:// Save the clip contents as text to the CLIP variable
Var CLIP="{_SERVER_CLIPBOARD_CONTENT}"
_SERVER_CLIPBOARD_CONTENT
variable:// Set the clipboard content to "Hello world"
Var _SERVER_CLIPBOARD_CONTENT="Hello world!"
+auto-reconnect
option to reconnect
automatically when the connection crashes due to intermittent
network issues./drive:<sharename>,<path>
option.
This is useful to enable transfer of files between the local and
remote systems. For example, the option below will make the
remote system see the local directory of "C:\MyData"
as the Z
drive:Drive redirection is subject to the support from the remote system and it doesn't have to work on all environments. It is recommended to use a file path with maximum permissions./drive:Z,C:\MyData
_RDP_OPTIONS
variable prior to establishing the RDP connection. The variable
content will be appended to the option specified in the
preferences without any efforts to eliminate the conflicting
ones. For example, the following code will apply the redirected
drive to the RDP connection:Var _RDP_OPTIONS="/drive:Z,C:\MyData"
Connect rdp://myserver
Connect rdp://<address>?user=<user>&password=<passwd>
Java test
scripts: connect("
rdp://<address>
?user=<user>&password=<passwd>
");
IMPORTANT: The RDP system must use the US English keyboard layout. Other layouts are currently not supported and test scripts employing the Type and Press command will type wrong characters. This limitation will be addressed in a future Robot release. |