Selenium: How do you delete a character from a textbox -
I am trying to simulate a user removing a character from the text box. This text box sets many JS incidents, I have a lot of trouble typing (or type-ing) in ITT due to this.
My latest attempt was: sel.key_press (locator, 127) <
What is the safest way
Use funnel with '\ 008'
Comments
Post a Comment