← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #646802]: Numbers converted to String type into another application backwards

 

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

    Status: Open => Answered

RaiMan proposed the following answer:
type(someLocation, text)

first clicks at someLocation (which defines the position, where the text
is inserted) and then issues the typing of the given text.

Since in your case every single character is inserted at the same click
position, you get this effect.

I do not understand your complexity here:

click(someCell)
type(str(sum))

should do what you want.

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