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

sendKeys not working for key strokes (special keys) #125

Open
@ghost

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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions