← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #282135]: Typing fraction Value

 

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

    Status: Open => Answered

RaiMan proposed the following answer:
Ok, then you seem not to be familiar with Python scripting yet.

So you either have to learn how to setup user functions and how to do
some more complex Python scripting,

... or you have to live with the above solution:
type("%.7f"%value)

and raise 7 to the maximum value possible and live with the trailing 0's
in case.

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