Re: [Sikuli-driver] [Question #708602]: how do i get a region based of image file?

2023-12-04 Thread RaiMan
Question #708602 on SikuliX changed: https://answers.launchpad.net/sikuli/+question/708602 RaiMan posted a new comment: Use SikuliX 2.0.5 and this should work (scripting): img = Image.create(".../someImg.png") # load the base image # optionally create sub images imgReg = img.getSub(Region(x,

Re: [Sikuli-driver] [Question #708602]: how do i get a region based of image file?

2023-12-03 Thread Manfred Hampl
Question #708602 on SikuliX changed: https://answers.launchpad.net/sikuli/+question/708602 Status: Open => Answered Manfred Hampl proposed the following answer: SikuliX performs actions on the visible screen. If that image is shown on the screen, then you can use Sikulix to act on its

[Sikuli-driver] [Question #708602]: how do i get a region based of image file?

2023-12-01 Thread fawwaziqbal
New question #708602 on SikuliX: https://answers.launchpad.net/sikuli/+question/708602 I couldnt find a way to get region from a image file, since i want to .findText on the image -- You received this question notification because your team Sikuli Drivers is an answer contact for SikuliX.