How to input '@' in sikuli .

Asked by kavitha

Hi,

   I want to give "<email address hidden>" as an input . I have tried giving

type("<email address hidden>")

But I am getting error and system does not enter "@".
So can someone please help me how to input '@' in sikuli. under which combination I should give?

Thanks,
Kavi

Question information

Language:
English Edit question
Status:
Solved
For:
SikuliX Edit question
Assignee:
No assignee Edit question
Solved by:
RaiMan
Solved:
Last query:
Last reply:
Revision history for this message
Best RaiMan (raimund-hocke) said :
#1
Revision history for this message
kavitha (tkavi03) said :
#2

Thanks RaiMan, that solved my question.

Revision history for this message
kavitha (tkavi03) said :
#3

I have used the following code and then it worked as expected.

paste("<email address hidden>")

Use Paste instead of type.