copyleft / cl-webdriver-client

cl-webdriver-client is a client library for WebDriver (W3C specification).
https://copyleft.github.io/cl-webdriver-client/
MIT License
19 stars 3 forks source link

Added a window-resize #2

Closed tdrhq closed 2 years ago

tdrhq commented 2 years ago

I did not export set-window-rect to be consistent with the Java selenium API.

I've tested this on my own project (which uses screenshots to check if anything has changes, so if there were any issues with the resize, it should've showed up as a screenshot change)

Feel free to squash and merge