webdriver - Required capabilities when running BrowserStack Automate with a mobile device -


description
browserstack documentation lists capabilities can set automate product not describe ones must present in order test on, example 'google nexus 5'.

their code generator suggests this:

{    "browsername" : "android",    "platform" : "android",    "device" : "google nexus 5" }  

but know experience set of capabilities works:

{"os":"android", "device": "google nexus 5"} 

because of i'm asking myself:

question
{"device": "google nexus 5"} work?
, if not, minimum , correct set of capabilities when using browserstack automate specific mobile device?

it recommended use code generator browserstack. ensures have correct environment test.


Comments

Popular posts from this blog

4x4 Matrix in Python -

python - String indices must be integers and while issue -

python - PyInstaller UAC not working in onefile mode -