We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 842bac7 commit dc6cc0dCopy full SHA for dc6cc0d
1 file changed
README.md
@@ -342,12 +342,13 @@ Example response:
342
"sessionId": "<sessionId>"
343
},
344
{
345
- status: 'queue',
346
- device: 'Samsung Galaxy Tab 8.9',
347
- os: 'android',
348
- os_version: '2.2',
349
- sessionId: "<sessionId>",
350
- browser_url: "<dashboard_url_of_the_session>"
+ "id": "<workerId>",
+ "status": "queue",
+ "device": "Samsung Galaxy Tab 8.9",
+ "os": "android",
+ "os_version": "2.2",
+ "browser_url": "<dashboard_url_of_the_session>",
351
+ "sessionId": "<sessionId>"
352
} ...]
353
```
354
0 commit comments