Материал из Module developer
Перейти к: навигация, поиск

IR.OpenBrowser

to open the browser

Syntax

IR.OpenBrowser(in_url)

input sample description
in_url "https://www.google.ru" type: String
the path to the page
output

-


Example:

IR.OpenBrowser("https://www.google.ru");