Make URL Absolute
The Make URL Absolute data converter converts a relative URL to an absolute one using the current URL of the robot.
Properties
The Make URL Absolute data converter can be configured using the following properties:
- Description
-
Type in a description to be shown in the list of data converters. If there is no type in a description, one will be generated.
- Examples
-
In these examples, the current URL of the robot is http://www.tungstenautomation.com
- If the input text is "~hello", the output text becomes "http://www.tungstenautomation.com/~hello"
- If the input text is "hello", the output text becomes "http://www.tungstenautomation.com/hello"
- If the input text is "test1/test2/../test", the output text becomes "http://www.tungstenautomation.com/test1/test"