You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: files/en-us/web/webdriver/reference/bidi/modules/browser/index.md
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,10 +15,11 @@ A client window is an OS-level browser window, which includes the viewport (the
15
15
16
16
Each client window has the following properties:
17
17
18
-
- A unique string identifier (`clientWindow`)
18
+
- A unique string identifier (`clientWindow`).
19
19
- A state (`state`) indicating whether the window is normal, maximized, minimized, or fullscreen.
20
-
- A position expressed as `x` and `y` coordinates in CSS pixels from the left and top edges of the screen, respectively
21
-
- A size expressed as `width` and `height` in CSS pixels
20
+
- An active state (`active`) indicating whether the window can receive keyboard input from the operating system.
21
+
- A position expressed as `x` and `y` coordinates in CSS pixels from the left and top edges of the screen, respectively.
22
+
- A size expressed as `width` and `height` in CSS pixels.
22
23
23
24
A list of client windows can be obtained using [`browser.getClientWindows`](/en-US/docs/Web/WebDriver/Reference/BiDi/Modules/browser/getClientWindows) and their state can be changed using [`browser.setClientWindowState`](/en-US/docs/Web/WebDriver/Reference/BiDi/Modules/browser/setClientWindowState).
0 commit comments