Skip to content

Commit

Permalink
Support setting client window state
Browse files Browse the repository at this point in the history
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.

It also adds the client window id when getting browsing context info.
  • Loading branch information
jgraham committed Jul 18, 2024
1 parent 712c17f commit 5346568
Showing 1 changed file with 382 additions and 8 deletions.
Loading

0 comments on commit 5346568

Please sign in to comment.