Skip to content

Commit dc6cc0d

Browse files
minoli-vfrancisf
authored andcommitted
Changes to the example response
1 parent 842bac7 commit dc6cc0d

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

README.md

+7-6
Original file line numberDiff line numberDiff line change
@@ -342,12 +342,13 @@ Example response:
342342
"sessionId": "<sessionId>"
343343
},
344344
{
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>"
345+
"id": "<workerId>",
346+
"status": "queue",
347+
"device": "Samsung Galaxy Tab 8.9",
348+
"os": "android",
349+
"os_version": "2.2",
350+
"browser_url": "<dashboard_url_of_the_session>",
351+
"sessionId": "<sessionId>"
351352
} ...]
352353
```
353354

0 commit comments

Comments
 (0)