You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: