← Back to team overview

sikuli-driver team mailing list archive

[Question #690543]: Sikuli not entering text properly mising some text while typing

 

New question #690543 on Sikuli:
https://answers.launchpad.net/sikuli/+question/690543

I'm new to Sikuli and I'm having a problem with entering text into a textfield. I'm using the sikuli using version sikulixapi 2.0.4 within java using  Eclipse IDE to write testNG-based tests.

My problem is as follows:

I want to enter a text in a textfield  using a previously taken screenshot as below

Screen scr = new Screen();
pattern text1 = path of image;
scr.type(text1"testing");

during execution it is always missing the first letter i.e entering "esting" in the test filed instead of "Testing". it happens for all the fields for most of the time. . 

i tried giving some time before using type command for entering test data even then also it is missing the first letter. 

Can you please help me 


-- 
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.