Through selenium. how to delete contents from textbox.
I have to delete the last 2 characters from text box using selenium command.
Ex.ABCD to AB.
Read the current value and store it as a variable. Then 'Type' out the value that you want in the target field (using a substring of the stored value).