Skip to content

Commit

Permalink
Support setting client window state (#752)
Browse files Browse the repository at this point in the history
* Support setting client window state

Client windows here are the desktop environment windows containing the
browser viewport.

This adds two commands:

* browser.getClientWindows that returns a list of all client windows
* browser.setClientWindowState that sets the
state (fullscreen/normal/minimized/maximized) of a specific client
window, and also supports resizing of a specific client window.

---------

Co-authored-by: Henrik Skupin <[email protected]>
Co-authored-by: Maksim Sadym <[email protected]>
  • Loading branch information
3 people authored Sep 19, 2024
1 parent cffdb79 commit d620065
Showing 1 changed file with 395 additions and 8 deletions.
Loading

0 comments on commit d620065

Please sign in to comment.