Closed whimboo closed 1 month ago
This is similar to WebDriver BiDi, which was covered in https://github.com/w3c/webdriver-bidi/issues/473. If the height or width of the page is smaller than 2.54/72 = 0.0352 a invalid argument error should be returned.
height
width
invalid argument
Fixed by #1843
This is similar to WebDriver BiDi, which was covered in https://github.com/w3c/webdriver-bidi/issues/473. If the
height
orwidth
of the page is smaller than 2.54/72 = 0.0352 ainvalid argument
error should be returned.