Skip to content

Commit 76f5281

Browse files
committed
--amend
1 parent 212f6e1 commit 76f5281

File tree

1 file changed

+4
-3
lines changed
  • files/en-us/web/webdriver/reference/bidi/modules/browser

1 file changed

+4
-3
lines changed

files/en-us/web/webdriver/reference/bidi/modules/browser/index.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,11 @@ A client window is an OS-level browser window, which includes the viewport (the
1515

1616
Each client window has the following properties:
1717

18-
- A unique string identifier (`clientWindow`)
18+
- A unique string identifier (`clientWindow`).
1919
- 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.
2223

2324
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).
2425

0 commit comments

Comments
 (0)