Answer the question
In order to leave comments, you need to log in
How to delete multiple characters in a textbox using selenium?
Greetings.
The problem is this: using selenium, you need to remove several characters from the text field.
I used the following code:
in chromdriver it worked correctly, but in geckodriver, instead of deleting it, it prints some kind of krakozyabry:
Is it somehow done differently in mazilla? inputTotalf.send_keys('\b\b\b')
Answer the question
In order to leave comments, you need to log in
inputTotalf.clear()
or
inputTotalf.click()
inputTotalf.clear()
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question