API接口介绍与示例
配置文件浏览器 类型 描述 API POST 创建浏览器配置文件 /profile/create POST 创建随机的浏览器配置文件 /profile/random POST 更新浏览器配置文件设置 /profile/update POST...
配置文件浏览器 类型 描述 API POST 创建浏览器配置文件 /profile/create POST 创建随机的浏览器配置文件 /profile/random POST 更新浏览器配置文件设置 /profile/update POST...
手机浏览器如何设置横屏展示图文教程。
手机浏览器如何设置横屏展示的图文教程。
分享或转移配置文件给子账户或其他MuLogin帐号图文教程。
API自定义启动浏览器参数/插件: 在使用api接口创建或更新浏览器配置文件时,您可以设置自定义启动参数/插件。参数如下: \”browserParams\”: \”–load-extensi...
克隆浏览器相关图文教程
API关闭浏览器页签(Tab): 1. 先使用/profile/start接口打开浏览器; 2. 根据/profile/start返回的地址和接口拼接/json, 查看页签ID。例如:http://127.0.0.1:25800/json;...
API切换浏览器页签(Tab): 1. 先使用/profile/start接口打开浏览器; 2. 根据/profile/start返回的地址和接口拼接/json, 查看页签ID。例如:http://127.0.0.1:25800/json;...
API询问当前页面是否加载完成: Request URL: http://127.0.0.1:30725/api/v1/profile/readyState?profileId=xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxx...