Opens a new tab.
It is part of the RemoteSkin Web API.
{ "id": "59a20942-af1b-43c1-ade6-e8a2f60e69aa", "name": "WEB_OPEN_NEW_TAB", "description": "Opens a new tab in the browser with this URL.", "slots": [ { "key": "1", "name": "SAME_URL ", "direction": "REQUEST", "mandatory": "true", "type": "BOOLEAN", "description": "True: Uses the URL of the running application." }, { "key": "2", "name": "URL ", "direction": "REQUEST", "mandatory": "false", "type": "STRING", "description": "Optional: The URL to open." }, { "key": "3", "name": "PARAMETER ", "direction": "REQUEST", "mandatory": "true", "type": "STRING_PROPERTIES", "description": "Optional: Parameters." } ] }