w3c / webdriver-bidi

Bidirectional WebDriver protocol for browser automation
https://w3c.github.io/webdriver-bidi/
351 stars 38 forks source link

Enforce minimum page size dimensions #534

Closed jrandolf closed 11 months ago

jrandolf commented 11 months ago

This original PR (https://github.com/w3c/webdriver-bidi/pull/522) used invalid syntax for the minimum size.


Preview | Diff

thiagowfx commented 11 months ago

We should actually round it down, not up. See https://github.com/w3c/webdriver-bidi/pull/536.