Search

Switch or Launch Web App

Articles

Use this function to switch the focus of the web application to another, if already launched. Otherwise, this function can launch a new web application using the input URL.

Syntax

Switch or Launch Web App( app_url, title)

Parameters

Input Parameter Name Description
app_url URL of the web application to be launched
title Title of the page

To launch a new webpage, provide the complete URL as app_url and NA as title.

Sample

  1. Switch or Launch Web App (https://docs.jiffy.ai/, About JIFFY.ai)
    • Switches the control to the already opened web application with tiltle “About JIFFY.ai”
  2. Switch or Launch Web App (https://docs.jiffy.ai/getting_started/about-jiffy/ , NA)

To view all the UI functions, click here.

Did you find what you were looking for?