We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c67c52c commit 84b84d8Copy full SHA for 84b84d8
1 file changed
README.md
@@ -142,7 +142,7 @@ click()|element_identifier (or x, y using visual automation)| left-click on elem
142
rclick()|element_identifier (or x, y using visual automation)|right-click on element
143
dclick()|element_identifier (or x, y using visual automation)|double-click on element
144
hover()|element_identifier (or x, y using visual automation)|move mouse to element
145
-type()|element_identifier (or x, y), text_to_type ('[enter]', '[clear]')|enter text at element
+type()|element_identifier (or x, y), text_to_type / '[enter]' / '[clear]'|enter text at element
146
select()|element_identifier (or x, y), option_value / text (or x, y)|choose dropdown option
147
read()|element_identifier (page = web page) (or x1, y1, x2, y2)|fetch & return element text
148
snap()|element_identifier (page = web page), filename_to_save|save screenshot to file
0 commit comments