← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #210850]: Typing on to a text field in Android EMulator

 

Question #210850 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/210850

    Status: Answered => Open

Hasham is still having a problem:
No luck, it still behaves the same.

I tried adding offset, the syntax is as follows:

       Pattern patemail = new Pattern("D:\\Sikuli-Java\\imgs\\Email.png").targetOffset(25, 0);
	s.type(patemail,"shaikhasham@xxxxxxxxx", 0);

What it does it, it types shaikhasham@gmail or some times shaikhasham,
using offset I could not get the complete email typed.

Please guide me if the way am using offset is wrong.

This is on Android Emulator.

-- 
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.