[Sikuli-driver] [Question #688515]: Running sikuli script in other machine which does not have sikuli

2020-02-04 Thread Sneha
New question #688515 on Sikuli:
https://answers.launchpad.net/sikuli/+question/688515

I'm very new to Sikuli. I coded a simple python script in SikuliIDE. I need to 
run this script in other machine which do not have Sikulix setup...Can u please 
tell me the procedure?

Thanks in advance!

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

___
Mailing list: https://launchpad.net/~sikuli-driver
Post to : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp


Re: [Sikuli-driver] [Question #271749]: String Manipulation

2020-02-04 Thread berkninan
Question #271749 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/271749

berkninan posted a new comment:
More examples of Python substring

http://net-informations.com/python/basics/substring.htm

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

___
Mailing list: https://launchpad.net/~sikuli-driver
Post to : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp


[Sikuli-driver] [Bug 1861962] [NEW] click("1580817213280.png") click("1580817247445.png") click("1580817729602.png") click("1580817767852.png")

2020-02-04 Thread Sneha
Public bug reported:

I wanted to convert my python
I wanted to convert following psduo python code into stand alone Python code 
with correct imports:

print getNumberScreens() 
print getBounds()
click("1449256116692.png")
doubleClick("1449256144784.png")
doubleClick("1449256178824.png")
doubleClick("1449256193974.png")
wait(1)
click(Pattern("1449257220351.png").exact().targetOffset(0,1))
click(Pattern("1449257220351.png").exact().targetOffset(0,1))
wait(1)
click(Pattern("1449256244357.png").exact().targetOffset(0,6))
type('textpatter*')
click("1449256977173.png")
myregion_primscreen = selectRegion()
print myregion_primscreen.text()

How would I do this?

** Affects: sikuli
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Sikuli
Drivers, which is subscribed to Sikuli.
https://bugs.launchpad.net/bugs/1861962

Title:
  click("1580817213280.png") click("1580817247445.png")
  click("1580817729602.png") click("1580817767852.png")

Status in Sikuli:
  New

Bug description:
  I wanted to convert my python
  I wanted to convert following psduo python code into stand alone Python code 
with correct imports:

  print getNumberScreens() 
  print getBounds()
  click("1449256116692.png")
  doubleClick("1449256144784.png")
  doubleClick("1449256178824.png")
  doubleClick("1449256193974.png")
  wait(1)
  click(Pattern("1449257220351.png").exact().targetOffset(0,1))
  click(Pattern("1449257220351.png").exact().targetOffset(0,1))
  wait(1)
  click(Pattern("1449256244357.png").exact().targetOffset(0,6))
  type('textpatter*')
  click("1449256977173.png")
  myregion_primscreen = selectRegion()
  print myregion_primscreen.text()

  How would I do this?

To manage notifications about this bug go to:
https://bugs.launchpad.net/sikuli/+bug/1861962/+subscriptions

___
Mailing list: https://launchpad.net/~sikuli-driver
Post to : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp


Re: [Sikuli-driver] [Question #660197]: JAR or EXE file from Sikuli python script

2020-02-04 Thread Sneha
Question #660197 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/660197

Sneha posted a new comment:
I'm just a beginner to SikuliX. I have coded the below simple python
script in sikulix IDE. Can someone tell me how can I make this script
run in other machine which do not have sikulix set up.

click("1580817213280.png")
click("1580817247445.png")
click("1580817729602.png")
click("1580817767852.png")

Thanks in advance!

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

___
Mailing list: https://launchpad.net/~sikuli-driver
Post to : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp


Re: [Sikuli-driver] [Question #276722]: How to Convert Sikuli Script to Standalone Python Script

2020-02-04 Thread Sneha
Question #276722 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/276722

Linked to bug: #1861962
https://bugs.launchpad.net/bugs/1861962
"click("1580817213280.png") click("1580817247445.png") 
click("1580817729602.png") click("1580817767852.png")"

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

___
Mailing list: https://launchpad.net/~sikuli-driver
Post to : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp


Re: [Sikuli-driver] [Question #688334]: Is the last version of Sikulix able to run in headless mode?

2020-02-04 Thread George Varghese
Question #688334 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/688334

George Varghese posted a new comment:
Since, I am interested in this topic - please excuse me on a similar
question - will this without a real  monitor. I am not connecting to
remote desktop. All my scripting should happen on a single desktop
without monitor

Will CompuLab 4K Display Emulator (fit-Headless 4K). According to the
customer feedback : It plugs into display port connector on a computer
and makes the computer think it is connected to a display (primarily
used for headless operation of a computer.)

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

___
Mailing list: https://launchpad.net/~sikuli-driver
Post to : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp


Re: [Sikuli-driver] [Question #688372]: how to use sikulix's ocr in eclipse

2020-02-04 Thread RaiMan
Question #688372 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/688372

Status: Open => Answered

RaiMan proposed the following answer:
use
OCR.globalOptions().dataPath() 
OCR.globalOptions().language()

or the respective Settings attributes.

see the docs:
https://sikulix-2014.readthedocs.io/en/latest/textandocr.html#have-your-own-tesseract-datapath
https://sikulix-2014.readthedocs.io/en/latest/textandocr.html#switch-to-another-language

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

___
Mailing list: https://launchpad.net/~sikuli-driver
Post to : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp


Re: [Sikuli-driver] [Question #187104]: Trying to sense when the screen stops changing

2020-02-04 Thread Nick Ben
Question #187104 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/187104

Nick Ben posted a new comment:
Hey mate, I'm even getting error on using
r.onChange(self.changed) as well. Any solution?

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

___
Mailing list: https://launchpad.net/~sikuli-driver
Post to : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp


Re: [Sikuli-driver] [Question #688118]: Do.popAsk returns False when dialog is autoclosed

2020-02-04 Thread Launchpad Janitor
Question #688118 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/688118

Status: Open => Expired

Launchpad Janitor expired the question:
This question was expired because it remained in the 'Open' state
without activity for the last 15 days.

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

___
Mailing list: https://launchpad.net/~sikuli-driver
Post to : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp


Re: [Sikuli-driver] [Question #688106]: Reload error when no reload calls present

2020-02-04 Thread Launchpad Janitor
Question #688106 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/688106

Status: Open => Expired

Launchpad Janitor expired the question:
This question was expired because it remained in the 'Open' state
without activity for the last 15 days.

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

___
Mailing list: https://launchpad.net/~sikuli-driver
Post to : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp