Lalicat API

Local API and automation documentation for Lalicat browser workflows.

Screen Shot

Screen Shot

request URL http://127.0.0.1:35000/api/v1/profile/ScreenShot request method POST parameter ParameterRequiredTypeDescriptionprofileIdYesstringBrowser Profile IDbodyYesstringThe native absolute path address of the image (requires...

Get ALL Cookie

Get ALL Cookie

request URL http://127.0.0.1:35000/api/v1/profile/getCookies request method POST parameter ParameterRequiredTypeDescriptionprofileIdYesstringBrowser Profile IDallYesnumberNo:0 Yes:1 back to example { "status": "OK", "value": {...

Ask Whether the Current Page has finished loading

Ask Whether the Current Page has finished loading

request URL http://127.0.0.1:35000/api/v1/profile/readyState request method POST parameter ParameterRequiredTypeDescriptionprofileIdYesstringBrowser Profile ID back to example { "status": "OK", "value": "loading"...

Toggle Frame

Toggle Frame

request URL http://127.0.0.1:35000/api/v1/profile/SwitchToFrame request method GET parameter ParameterRequiredTypeDescriptionprofileIdYesstringBrowser Profile IDargsYesstringFrameName (support base64 encoding)

Toggle Tab

Toggle Tab

request URL http://127.0.0.1:35000/api/v1/profile/bringToFront request method GET parameter Parameter RequiredTypeDescriptionprofileIdYesstringBrowser Profile IDidYesstring/profile/start The returned address and port (value) are...

Close Tab

Close Tab

request URL http://127.0.0.1:35000/api/v1/profile/page/close request method GET parameter Parameter RequiredTypeDescriptionprofileIdYesstringBrowser Profile IDidnostringFor optional parameters, if no id is passed,...

Restart the Client

Restart the Client

request URL http://127.0.0.1:35000/api/v1/client/restart

Test Proxy

Test Proxy

request URL http://127.0.0.1:35000/api/v1/proxy/test request method GET parameter Parameter RequiredTypeDescriptionproxy typeYesstringProxy type socks5 socks4 http httpsproxyserverYesstringProxy IPproxyportYesstringportproxyusernameYesstringuserproxypasswordYesstringpassword back to example { "status":...

API For Creating Browser Profiles

API For Creating Browser Profiles

Short Description No Get URL {{url}}/v1/profile/create Getting Way post Getting Parameters Example { "token": "8b10364c4624d515b5401dbaba2f7b2d", "tag": "test", "body":...

The current tab opens the specified URL

The current tab opens the specified URL

request URL http://127.0.0.1:35000/api/v1/profile/openurl request method GET parameter ParameterRequiredTypeDescriptionprofileIdYesstringBrowser Profile IDurlYesstringURL (url supports base64 encoding parameters) back to example...

Refresh Browser Profile

Refresh Browser Profile

request URL http://127.0.0.1:35000/api/v1/profile/refresh request method GET parameter ParameterRequiredTypeDescriptionprofileIdYesstringBrowser Profile ID back to example { "status": "OK", "value": "0ACF1556-6B72-4C90-ABD2-A70BE19153EC"...

Stop Browser Profile

Stop Browser Profile

request URL http://127.0.0.1:35000/api/v1/profile/stop request method GET parameter ParameterRequiredTypeDescriptionprofileIdYesstringBrowser Profile IDforcenobooleanForce close the browser [mobile emulation] is recommended to...