Is there a way to make Sikuli type faster?

Asked by domocoma

I'm running a script that saves a file to a network path with a long name. Is there any way to make Sikuli type the path faster?

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

use paste() instead

Revision history for this message
domocoma (nofood) said :
#2

Thanks RaiMan, that solved my question.