Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The device type not exists in TestOptions Interface in the newest vesrion. #46

Open
malgorzataxkowal opened this issue Apr 4, 2024 · 0 comments

Comments

@malgorzataxkowal
Copy link

malgorzataxkowal commented Apr 4, 2024

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
image

What do I need: add mobile device type

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant