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

javascript - Clear button on addentry page doesn't work -

c# - Selenium Authentication Popup preventing driver close or quit -

tensorflow when input_data MNIST_data , zlib.error: Error -3 while decompressing: invalid block type -