Right now we don't build the Remote Agent for mobile, and as such the basic implementation as done on bug 1588432 will not support mobile. Behavior to implement will be for: * mobile * screenOrientation * touch emulation When working on this bug make sure to run the emulation.spec.js test from Puppeteer.
Bug 1608468 Comment 0 Edit History
Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.
Right now we don't build the Remote Agent for mobile, and as such the basic implementation as done on bug 1588432 will not support mobile. Behavior to implement will be for: * mobile (docShell.deviceSizeIsPageSize) * screenOrientation (Marionette uses window.screen.mozOrientation) * touch emulation (maybe related to bug 1605784) When working on this bug make sure to run the emulation.spec.js test from Puppeteer.