Skip to content

Commit 1413b97

Browse files
pulkitsharma07francisf
authored andcommitted
Adding 'resolution' capability
1 parent 31bf7e4 commit 1413b97

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -295,6 +295,19 @@ Optional name of the project the build is under.
295295
#### (browserstack.video)
296296
Optional flag to enable video recording in your test.
297297

298+
#### (resolution)
299+
Set the resolution of VM before beginning of your test.
300+
301+
Supported Values:
302+
303+
**Windows (XP,7)** : 800x600, 1024x768, 1280x800, 1280x1024, 1366x768, 1440x900, 1680x1050, 1600x1200, 1920x1200, 1920x1080, 2048x1536
304+
305+
**Windows (8,8.1,10)** : 1024x768, 1280x800, 1280x1024, 1366x768, 1440x900, 1680x1050, 1600x1200, 1920x1200, 1920x1080, 2048x1536
306+
307+
**OS X** : 1024x768, 1280x960, 1280x1024, 1600x1200, 1920x1080
308+
309+
**Default** : 1024x768
310+
298311
### Response
299312
The response will be returned when the worker has been setup and initialized. This involves loading the HTML data or navigating to the url given depending on the setup parameters. Use the id returned to perform any further communications etc.
300313

0 commit comments

Comments
 (0)