Re: [Sikuli-driver] [Question #667490]: Sikuli dealing with two interfaces

2018-04-03 Thread RaiMan
Question #667490 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/667490 RaiMan proposed the following answer: img1 = "someImage1.png" img2 = "someImage2.png" click(img1) wait(img2) click() -- You received this question notification because your team Sikuli Drivers is an answer

Re: [Sikuli-driver] [Question #667490]: Sikuli dealing with two interfaces

2018-04-03 Thread Rita Maia
Question #667490 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/667490 Rita Maia posted a new comment: But how can i prepare two images? The issue is this: have two images with the same button. But one has the button bigger. i want to do a sikuli script that creates a click

Re: [Sikuli-driver] [Question #667504]: Unable to run the Test on the build machine

2018-04-03 Thread Mehrunisa
Question #667504 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/667504 Mehrunisa posted a new comment: It gives me the error on the line where the browser is shifting to the parent frame. -- You received this question notification because your team Sikuli Drivers is an answer

Re: [Sikuli-driver] [Question #667504]: Unable to run the Test on the build machine

2018-04-03 Thread Mehrunisa
Question #667504 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/667504 Mehrunisa gave more information on the question: import org.openqa.selenium.chrome.ChromeDriver as CD import org.openqa.selenium.chrome.ChromeOptions as CO import

Re: [Sikuli-driver] [Question #667504]: Unable to run the Test on the build machine

2018-04-03 Thread RaiMan
Question #667504 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/667504 Status: Open => Answered RaiMan proposed the following answer: apparently a WebDriver problem: org.openqa.selenium.WebDriverException: org.openqa.selenium.WebDriverException: unknown error: call

[Sikuli-driver] [Question #667504]: Unable to run the Test on the build machine

2018-04-03 Thread Mehrunisa
New question #667504 on Sikuli: https://answers.launchpad.net/sikuli/+question/667504 I have been working with sikuli 1.1.2 + Selenium standalone-3.11.0.jar to create some scripts. They seem to run perfectly fine on my local machine. But when I push the code and it runs on the build machine it

[Sikuli-driver] [Bug 1756820] Re: [1.1.2] Offline setup: not working: no main manifest attribute in sikulix.jar

2018-04-03 Thread Greg
https://raiman.github.io/SikuliX1/nightly.html had the offline guide that worked for me during my 1.1.3 installation. :) -- You received this bug notification because you are a member of Sikuli Drivers, which is subscribed to Sikuli. https://bugs.launchpad.net/bugs/1756820 Title: [1.1.2]

[Sikuli-driver] [Question #667462]: Status of bug #1756820 changed to 'Fix Released' in Sikuli

2018-04-03 Thread RaiMan
Bug #1756820 status changed in Sikuli: Fix Committed => Fix Released https://bugs.launchpad.net/sikuli/+bug/1756820 "[1.1.2] Offline setup: not working: no main manifest attribute in sikulix.jar" This bug is linked to #667462. [1.1.2] Unable to load Sikuli IDE even after successful upload

Re: [Sikuli-driver] [Question #665572]: Unable to load Selenium Jar file in Eclipse sikuli ide

2018-04-03 Thread Maria Haris
Question #665572 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/665572 Status: Answered => Solved Maria Haris confirmed that the question is solved: Thanks RaiMan, that solved my question. -- You received this question notification because your team Sikuli Drivers is an

Re: [Sikuli-driver] [Question #665575]: Unable to load the Selenium jar file in the common file

2018-04-03 Thread Maria Haris
Question #665575 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/665575 Status: Answered => Solved Maria Haris confirmed that the question is solved: worked like a charm! thankyou RaiMan -- You received this question notification because your team Sikuli Drivers is an

[Sikuli-driver] [Bug 1756820] Re: [1.1.2] Offline setup: not working: no main manifest attribute in sikulix.jar

2018-04-03 Thread RaiMan
I can confirm, that offline setup works with the latest 1.1.3 nightly (on Java 8, 9, and 10) ** Changed in: sikuli Status: Fix Committed => Fix Released ** Summary changed: - [1.1.2] Offline setup: not working: no main manifest attribute in sikulix.jar + [1.1.2] Offline setup: not

Re: [Sikuli-driver] [Question #667492]: popAsk return different values when run from command line --- workaround we have to live with

2018-04-03 Thread RaiMan
Question #667492 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/667492 Summary changed to: popAsk return different values when run from command line --- workaround we have to live with Description changed to: Confirmed: On Mac in all cases, On Windows as mentioned only when

[Sikuli-driver] [Bug 1756820] Re: [1.1.2] Offline setup: not working: no main manifest attribute in sikulix.jar

2018-04-03 Thread RaiMan
@Greg Thanks for the info. I will check myself again. -- You received this bug notification because you are a member of Sikuli Drivers, which is subscribed to Sikuli. https://bugs.launchpad.net/bugs/1756820 Title: [1.1.2] Offline setup: not working: no main manifest attribute in sikulix.jar

Re: [Sikuli-driver] [Question #667492]: popAsk return different values when run from command line

2018-04-03 Thread RaiMan
Question #667492 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/667492 Status: Open => Answered RaiMan proposed the following answer: Is this on Mac? If yes, I cannot find any difference in behaviour between IDE and command line. When using tab to switch focus to "No",

[Sikuli-driver] [Bug 1756820] Re: [1.1.2] Offline setup: not working: no main manifest attribute in sikulix.jar

2018-04-03 Thread RaiMan
@Devendra "offline" in comment #6 might be a typo, should be "online" ... since offline setup is not yet fixed in 1.1.3 -- You received this bug notification because you are a member of Sikuli Drivers, which is subscribed to Sikuli. https://bugs.launchpad.net/bugs/1756820 Title: [1.1.2]

Re: [Sikuli-driver] [Question #667296]: Java FX app: using SikuliX features in handlers freezes UI

2018-04-03 Thread Julian
Question #667296 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/667296 Status: Solved => Open Julian is still having a problem: I sadly run into a new problem: public class Controller{ //This Listview is used as log public ListView listView_log; public

Re: [Sikuli-driver] [Question #665646]: how to install ocr but already installed sikuli with options 1 and 2 missed 3

2018-04-03 Thread Prabhakaran
Question #665646 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/665646 Status: Answered => Solved Prabhakaran confirmed that the question is solved: Thanks RaiMan, that solved my question. -- You received this question notification because your team Sikuli Drivers is an

Re: [Sikuli-driver] [Question #667492]: popAsk return different values when run from command line --- workaround we have to live with

2018-04-03 Thread masuo
Question #667492 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/667492 Status: Answered => Solved masuo confirmed that the question is solved: Thanks RaiMan, that solved my question. -- You received this question notification because your team Sikuli Drivers is an answer

[Sikuli-driver] [Bug 1756820] Re: [1.1.2] Offline setup: not working: no main manifest attribute in sikulix.jar -- fixed 1.1.3 2018-04-03 build #16

2018-04-03 Thread Devendra
@RaiMan Thanks for update but I still have the problem (a different one) in installation as mentioned in comment#7. I am attaching one setup dialog also which looks strange and it may give some hint. It has some "null" strings. The environment is still same as mentioned in original bug

[Sikuli-driver] [Bug 1756820] Re: [1.1.2] Offline setup: not working: no main manifest attribute in sikulix.jar

2018-04-03 Thread Devendra
Thanks for the information RaiMan! :) -- You received this bug notification because you are a member of Sikuli Drivers, which is subscribed to Sikuli. https://bugs.launchpad.net/bugs/1756820 Title: [1.1.2] Offline setup: not working: no main manifest attribute in sikulix.jar Status in