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

How to test mobile devices in Firefox? #2787

Closed
Pooort opened this issue Jul 1, 2020 · 2 comments
Closed

How to test mobile devices in Firefox? #2787

Pooort opened this issue Jul 1, 2020 · 2 comments

Comments

@Pooort
Copy link

Pooort commented Jul 1, 2020

When I'm trying to use mobile device with Firefox I get:

Error: options.isMobile is not supported in Firefox

How can I test mobile devices in Firefox?

Thanks.

@pavelfeldman
Copy link
Member

Could you share more about your user story?

Playwright expects you to match the mobile device to the browser engine atm. You would pick WebKit for iOS devices and Chromium for Android devices most of the time.

Firefox + isMobile implies you'd like to test Firefox for Android that is less than 0.5% of the users, is that your intention?

@Pooort Pooort closed this as completed Jul 14, 2020
@Pooort
Copy link
Author

Pooort commented Jul 14, 2020

Thanks for info, @pavelfeldman.

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

2 participants