I have done the below steps:
- I have entered promoCode
test
- Clear the promo Code
- Enter another promoCode
abc
I have problems with Step 2, I tried to use SendKeys
with Backpace \u0008
or Keys.BACKSPACE
but did not work.
description: Type "backspace" in the search box action: org.getopentest.selenium.SendKeys args: locator: { id: promoCode } text: "\u0008" sendEnter: true
Thank you.