Commit 4fa0af9
fix: use inputValue() for getProperty('value') in WebElement
For Playwright Locator objects, getProperty('value') should use
inputValue() method instead of evaluate() to get the current value
of input elements after fill() is called.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent b05d90d commit 4fa0af9
1 file changed
Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
82 | 82 | | |
83 | 83 | | |
84 | 84 | | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
85 | 89 | | |
86 | 90 | | |
87 | 91 | | |
| |||
0 commit comments