Input text doesn't work

Hello

I’m trying to automate salesforce lightning via robotframwork, I’m stuck on a "inputmode=“decimal” field.
I tried this keyword “SeleniumLibrary.Input Text” but it doesn’t work.
Thank you in advance.

The type of field for Input Text should be an <input>, and be accepting input.
You can try to use Press Keys to achieve the same goal.

Note: When asking for help (or reporting a Bug), you should provide a minimal set of information, so people can rule out errors and identify the root cause. Saying “doesn’t work” give us no clue of what is going on.

1 Like

Thank you very much for your answer
I start with robot framwork.
that’s what I use;
Press Keys “xpath” NUMPAD1
but I have a value that is filled in double “11” instead of 1.