This repository was archived by the owner on Jun 27, 2019. It is now read-only.

Description
Hi,
I have been trying to send KEY_BACKSPACE using xebium and am running into some issues with that:
The code given by selenium IDE is :
sendKeys
//input[
@id=blahblah']
${KEY_BACKSPACE}
which works.
The code given by the xebium formatter is:
| do | sendKeys | on | !-//input[@id='blahblah']-! | with | $KEY_BACKSPACE |
which doesn't seem to be working. I also tried entering $KEY_BACKSPACE between !- -! to avoid formatting by fitnesse and that didn't help either.
p.s. Using firefox driver
Thanks!