sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #42781
[Question #643115]: How to change width and location of text()?
New question #643115 on Sikuli:
https://answers.launchpad.net/sikuli/+question/643115
I have not known about "Sikuli Guide" before.
I tried it for the first time.
Annotation width is fixed, so I can not read long string.
How do I change width of text()?
Annotation is above the element, so I can not see element.
How do I change location of text()?
[reference information:]
Default color is changed.
Annotation color of text() is red on SikuliX1.1.0.
Annotation color of text() is white on SikuliX1.1.1(SikuliX1.1.2).
But it is no problem.
Because it is possible to change color by using "setColor".
[example codes:]
import java.awt.Color as COLOR
from guide import *
text("1497101715573.png","File").setColor(COLOR.yellow)
[environment:]
OS:Windows10
Java:1.8.0_131
SikuliX:1.1.0 or 1.1.1 or 1.1.2
--
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.