Commit f07ab53
committed
feat(elements): add BidiFindElementsMixin and BiDiWebElement
Implement BiDi element finding using browsingContext.locateNodes with
typed Locator variants (CssLocator, XPathLocator). BiDiWebElement uses
sharedId for element references and script.callFunction for all
interactions (click, text, visibility, etc). BiDiTab now inherits
BidiFindElementsMixin for find()/query() support.1 parent bd22dde commit f07ab53
3 files changed
Lines changed: 528 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| 15 | + | |
15 | 16 | | |
16 | 17 | | |
17 | 18 | | |
| |||
22 | 23 | | |
23 | 24 | | |
24 | 25 | | |
25 | | - | |
| 26 | + | |
26 | 27 | | |
27 | 28 | | |
28 | 29 | | |
| |||
0 commit comments