Commit e14ef4e
fix: use browser.keys for WebDriver typeText/selectAll
webdriverio keys() lives on browser, not element. Route typeText and
selectAllAndDelete through helper.browser.keys() for the WebDriver
path so rich-text scenarios (hidden-textarea + iframe editors) work.
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>1 parent fe5ce3e commit e14ef4e
1 file changed
Lines changed: 7 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
307 | 307 | | |
308 | 308 | | |
309 | 309 | | |
310 | | - | |
| 310 | + | |
311 | 311 | | |
312 | 312 | | |
313 | 313 | | |
| |||
335 | 335 | | |
336 | 336 | | |
337 | 337 | | |
338 | | - | |
339 | | - | |
340 | | - | |
341 | | - | |
| 338 | + | |
| 339 | + | |
| 340 | + | |
| 341 | + | |
| 342 | + | |
342 | 343 | | |
| 344 | + | |
343 | 345 | | |
344 | 346 | | |
345 | 347 | | |
| |||
0 commit comments