API リファレンス
/- ブラウザ
- ローカル API
/
ブラウザプロファイルの実行ステータスを取得します
POST
curl -i -X POST \
http://127.0.0.1:40000/api/env/status \
-H 'Content-Type: application/json' \
-d '{
"envId": "1957985601221750784"
}'Response
{ "code": "string", "msg": "string", "data": { "envId": "string", "status": "string", "localStatus": "string", "debugPort": "string", "webdriver": "string" } }