You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I need to specify the type of mobile phone when performing a test. In documentation I see that device type option is used but in the newest version (0.7.3) only emulateMobile parameter is available.
example from documentation:
let options = {
location: "ec2-us-east-1:Chrome",
label: "emulate mobile device",
firstViewOnly: true,
emulateMobile: true, device: "Nexus5", // optional (default: MotoG4)
};
interface TestOptions
What do I need: add mobile device type
The text was updated successfully, but these errors were encountered:
I need to specify the type of mobile phone when performing a test. In documentation I see that device type option is used but in the newest version (0.7.3) only emulateMobile parameter is available.
example from documentation:
let options = {
location: "ec2-us-east-1:Chrome",
label: "emulate mobile device",
firstViewOnly: true,
emulateMobile: true,
device: "Nexus5", // optional (default: MotoG4)
};
interface TestOptions
What do I need: add mobile device type
The text was updated successfully, but these errors were encountered: