Skip to content

Commit d523eb5

Browse files
committed
refs AUT-71 adding sessionId endpoint
1 parent 39fc1fc commit d523eb5

1 file changed

Lines changed: 9 additions & 3 deletions

File tree

README.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -372,13 +372,17 @@ This method will return the list of workers whose status is either `queue` or `r
372372
browser: 'ie',
373373
version: '6.0',
374374
os: 'Windows',
375-
os_version: 'XP'
375+
os_version: 'XP',
376+
sessionId: "<sessionId>",
377+
browser_url: "<dashboard url for the session>"
376378
},
377379
{
378380
status: 'queue',
379381
device: 'Samsung Galaxy Tab 8.9',
380382
os: 'android',
381-
os_version: '2.2'
383+
os_version: '2.2',
384+
sessionId: "<sessionId>",
385+
browser_url: "<dashboard url for the session>"
382386
} ...
383387
]
384388
```
@@ -396,7 +400,9 @@ This will return the current status of API, like how much API time has been used
396400
used_time: 4235.4,
397401
total_available_time: 6000,
398402
running_sessions: 1,
399-
sessions_limit: 1
403+
sessions_limit: 1,
404+
sessionId: "<sessionId>",
405+
browser_url: "<dashboard url for the session>"
400406
}
401407
```
402408
The time returned is in seconds.

0 commit comments

Comments
 (0)