Skip to content

Commit 11926bf

Browse files
committed
feat: add element.styles and select commands
element.styles: Get computed CSS styles from elements (font, color, background, border, padding, bounding box). Accepts refs or CSS selectors. select: Select options in dropdown menus. Supports single/multi-select, matching by value (default), label, or index.
1 parent b701b23 commit 11926bf

File tree

7 files changed

+775
-0
lines changed

7 files changed

+775
-0
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## [Unreleased]
4+
5+
### Added
6+
- **Element styles inspection** - New `element.styles` command to get computed CSS styles from elements. Returns font, color, background, border, padding, and bounding box. Accepts refs or CSS selectors.
7+
- **Dropdown select command** - New `select` command to select options in `<select>` dropdowns. Supports single/multi-select, matching by value (default), label, or index.
8+
39
## [2.1.0] - 2025-01-17
410

511
### Added

0 commit comments

Comments
 (0)