Robuta

https://www.mulogin.com/doc/en/?p=1790 MuLogin API create a group | mulogin apicreategroup https://www.mulogin.com/doc/en/?p=1933 MuLogin API to get all cookies | API to get all cookies: Request URL: http://127.0.0.1:30725/api/v1/profile/getCookies Request status: post Note: 1) Please refer to the mulogin apigetcookies https://www.mulogin.com/doc/en/?p=1822 MuLogin API Stop/Close Profile Browser | mulogin apistopcloseprofilebrowser https://www.mulogin.com/doc/en/?p=1883 MuLogin API create the local profile and launch | API create the local profile and launch: Request URL: http://127.0.0.1:30725/api/v1/profile/create_start Request status: post Note: 1) Please refer to the mulogin apilocal profilecreatelaunch https://www.mulogin.com/doc/en/?p=1879 MuLogin API delete a profile’s local temporary file | API delete a profile's local temporary file: Request URL: http://127.0.0.1:30725/api/v1/profile/delete?profileId=xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx Request... mulogin apideletelocaltemporaryfile https://www.mulogin.com/doc/en/?p=1820 MuLogin API launch browser | API launch browser: Request URL: http://127.0.0.1:30725/api/v1/profile/start?profileId=xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx Request status: get Note: 1) Please... mulogin apilaunchbrowser https://www.mulogin.com/doc/en/?p=1738 MuLogin API creates a random browser profile | API creates a random browser profile: Request URL: https://a.mulogin.com/v1/profile/random Request status: post Note: 1) Please refer to the mulogin apicreatesrandombrowserprofile https://www.mulogin.com/doc/en/?p=1871 MuLogin API send the file to the webpage | API send the file to the webpage: Request URL:... mulogin apisendfilewebpage https://www.mulogin.com/doc/en/?p=1928 MuLogin API Screenshot | API Screenshot: Request URL: http://127.0.0.1:30725/api/v1/profile/ScreenShot Request status: post Note: 1) Please refer to the mulogin apiscreenshot https://www.mulogin.com/doc/en/?p=1828 MuLogin API opens a new tab | mulogin apiopensnewtab https://www.mulogin.com/doc/en/?p=1899 MuLogin API Test Proxy | mulogin apitestproxy https://www.mulogin.com/doc/en/?p=1800 MuLogin API to get the list of groups | API to get the list of groups: Request URL: https://a.mulogin.com/v1/tag/list?token=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx Request status: get Note: 1) Please refer... mulogin apigetlistgroups https://www.mulogin.com/doc/en/?p=1793 MuLogin API Remove a group | mulogin apiremovegroup https://www.mulogin.com/doc/en/?p=1741 MuLogin API update browser profile settings | API update browser profile settings: Request URL: https://a.mulogin.com/v1/profile/update Request status: post Note: 1) Please refer to the mulogin apiupdate browserprofilesettings https://www.mulogin.com/doc/en/?p=1895 MuLogin API restart client | API restart client: Request URL: http://127.0.0.1:30725/api/v1/client/restart Request status: get mulogin apirestartclient https://www.mulogin.com/doc/en/?p=1824 MuLogin API Refresh Profile Browser | API Refresh Profile Browser: Request URL: http://127.0.0.1:30725/api/v1/profile/refresh?profileId=xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx Request status: get... mulogin apirefreshprofilebrowser https://www.mulogin.com/doc/en/?p=1937 MuLogin API asks if the current page is loaded | API asks if the current page is loaded: Request URL: http://127.0.0.1:30725/api/v1/profile/readyState?profileId=xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx Request... mulogin apiaskscurrentloaded https://www.mulogin.com/doc/en/?p=1747 MuLogin API to obtain browser profile details | API to obtain browser profile details: Request URL:... mulogin apiobtainbrowserprofiledetails https://www.mulogin.com/doc/en/?p=1744 MuLogin API to get the list of browser profiles | API to get the list of browser profiles: Request URL: https://a.mulogin.com/v1/profile/list Request status: post Note: 1) Please refer to the mulogin apigetlistbrowserprofiles https://www.mulogin.com/doc/en/?p=1830 MuLogin API to get the source code of the web page | API to get the source code of the web page: Request URL: http://127.0.0.1:30725/api/v1/profile/source?profileId=xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx Request... mulogin apisource codegetweb https://www.mulogin.com/doc/en/?p=1978 MuLogin API customized startup browser parameters/plugins | API customized startup browser parameters/plugins: When creating or updating a browser profile using the API interface, you can set custom startup... mulogin apicustomizedstartupbrowserparameters https://www.mulogin.com/doc/en/?p=1756 MuLogin API transfer of browser profile ownership (batch transfer) | API transfer of browser profile ownership (batch transfer): Request URL:... mulogin apitransferbrowserprofileownership https://www.mulogin.com/doc/en/?p=740 JAVA use for MuLogin automation API interface to launch a browser code | package com.ruoyi.threed; import com.alibaba.fastjson2.JSONObject; import org.openqa.selenium.remote.DesiredCapabilities; import... automation apijavausemulogininterface