Liquid UI Forum

Using Your Liquid UI Products => WS aka Web Scripts (Attended RPA for SAP) => Topic started by: Ashfaq Ahmed on December 04, 2019, 04:22:19 AM

Title: Start Option
Post by: Ashfaq Ahmed on December 04, 2019, 04:22:19 AM
Purpose:


The Possible Syntaxes is as Follows:

For Launching Website:

{"Start:"https://www.guixt.com/"};

For Launching an Application :

{"Start:"C://Directory_Name//Filename"};

Example I:

Following are the Steps that Illustrate the use of Start option to Launch a website.


       image( [1,12], "C:\\LiquidUI\\scripts\\Image.png",{"start":"https://www.guixt.com"});

Example II :

Following are the Steps that Illustrate the use of Start option to Launch an Application.


      image("[TOOLBAR]", "C:\\LiquidUI\\scripts\\Designer.png",{ "start":"C:\\LiquidUI\\scripts\\Designer.exe"});


Refer to the attachments for Clarity...