twalpole / apparition

Capybara driver for Chrome using CDP
MIT License
363 stars 46 forks source link

Document how to enable mobile emulation and narrow widths for testing #60

Closed geoffharcourt closed 4 years ago

geoffharcourt commented 4 years ago

This change adds documentation to illustrate how to test at narrow viewport widths such as when testing pages for mobile/tablet scenarios. CDP requires several parameters together (setting the width to 400px isn't enough).

Close #41

twalpole commented 4 years ago

Thanks