Child pages
  • headlessclient
Skip to end of metadata
Go to start of metadata


Return Types
JSClient

Method Summery
JSClient #createClient(solutionName, username, password, solutionOpenMethodArgs)
creates a headless client that will open the given solution
JSClient #getClient(clientID)
gets an existing headless client for the given client uuid

Method Details
createClient

JSClient createClient (solutionName, username, password, solutionOpenMethodArgs)

creates a headless client that will open the given solution
Parameters
solutionName
username
password
solutionOpenMethodArgs
Returns
JSClient
Sample
 
getClient

JSClient getClient (clientID)

gets an existing headless client for the given client uuid
Parameters
clientID
Returns
JSClient
Sample
 
  • No labels