We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61bc2e4 commit e5fd5d3Copy full SHA for e5fd5d3
docs/Features.md
@@ -84,10 +84,12 @@ Specific HTML elements have specific behaviour.
84
85
#### User interaction
86
87
-The list of supported user interaction is yet quite limited
+The list of supported user interaction is quite limited.
88
89
-- `HTMLElemet.click()` - implemented on `dom.Element`, due to some weirdness in
90
- the specs.
+- `HTMLElemet.click()`
+
91
+However, you can set `value` content attributes on input fields until proper
92
+keyboard typing is simulated.
93
94
### URL API
95
0 commit comments