Browser Commands | |||
Command | Description | Parameter | Return |
OPENURL | Starts the given URL and returns web page load status directly. | string-integer n <load url=’n’ /> | #*status= … url=n |
OPENURLINBROWSER | |||
GETURL | Gets URL of the current page if the portal is active. | no parameter | #*URL : … |
SETSETTINGSURL | Sets the browser settings URL | string | #*Setting URL is set |
GETSETTINGSURL | Gets the browser settings URL | no parameter | #*Setting URL is … |
SETSTARTURL | Sets the start URL | string | #*Start URL is set |
GETSTARTURL | Gets the start URL | no parameter | #*Start URL is … |
GETUSERAGENT | Gets portal user agent. | no parameter | #*Current UA : … |
CLEARCACHE | Clear browser cache/cookies (Private datas like web form) | no parameter | #*Browser cookies are cleared |
CLEARBROWSERDATA | Clear browser data files like History, Bookmarks, Speed Dial and Configuration | no parameter | #*Browser data files are cleared |
GETCMSSTATUS | Gets the CMS status | no parameter | #*Do cms status assignment with SETCMSSTATUS command or Returns the value of cms status |
SETCMSSTATUS | Sets the CMS status | string parameter max. length of 255 characters | #*CMS status set to … or #*NACK |
GETCMSPARAMS | Gets the CMS parameters | no parameter | #*Do cms param assignment with SETCMSPARAMS command. or Returns the value of cms params |
SETCMSPARAMS | Sets the CMS parameters | string parameter max. length of 255 characters | #*CMS params set to … or #*NACK |
SETBROWSERDEBUG | Sets the browser debug mode | string n (n = ON, n = OFF) | Browser debug is enabled. Open the following url with any chromium-based desktop browser: chrome://inspect or Browser debug is disabled |
SETBROWSERCORS | Set browser cors status to enable disable web security flag | int n (n = 0,1) | #*Browser cors is enabled or #*Browser cors is disabled |
GETBROWSERCORS | Get browser cors status | no parameter | #*Browser cors is enabled or #*Browser cors is disabled |
No Comments