Open
Description
Hello. In python you can clear a text field by calling .clear() on the element. Is there an equivalent cmdlet in the module or different way to accomplish this? I tried to achieve by running Send-SeKeys -Element $search_box -Keys ([OpenQA.Selenium.Keys]::Clear)
but it doesn't seem to work as expected.
Metadata
Metadata
Assignees
Labels
No labels