
克隆浏览器
克隆浏览器相关图文教程

克隆浏览器相关图文教程

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...

API 获取所有Cookie: Request URL: http://127.0.0.1:30725/api/v1/profile/getCookies?profileId=xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxx...

API Screenshot (截图 ) : Request URL: http://127.0.0.1:30725/api/v1/profile/ScreenShot?profileId=xxxxxxxx-xxxx-xxxx-xxxx-x...

API Execute Script: Request URL: http://127.0.0.1:30725/api/v1/profile/ExecuteScript?profileId=xxxxxxxx-xxxx-xxxx-xxxx-x...

API测试代理: Request URL: http://127.0.0.1:30725/api/v1/proxy/test?proxytype=http&proxyserver=xxx.xx.xx.xxx&proxypor...

API重启客户端: Request URL: http://127.0.0.1:30725/api/v1/client/restart Request status: get

API导入cookie至配置文件浏览器: Request URL: http://127.0.0.1:30725/api/v1/profile/cookies/import/webext?profileId=xxxxxxxx-xxxx-xx...