Re: [Sikuli-driver] [Question #680666]: SIkuliXIDE; Mojave; Robot Framework: How to skip execution of some tests

2019-05-21 Thread Melvin Raymond
Question #680666 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/680666 Melvin Raymond posted a new comment: Thanks for the reply RaiMan. I solved it. The original problem was I did not understand how to skip tests in Robot Framework. But once I figured it out with Tags I posted

Re: [Sikuli-driver] [Question #680666]: SIkuliXIDE; Mojave; Robot Framework: How to skip execution of some tests

2019-05-20 Thread Melvin Raymond
Question #680666 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/680666 Melvin Raymond posted a new comment: So for the above Robot Framework, it will run everything but the decimalplaces Test Cases and it will filter the output by "regression", "smoke",

Re: [Sikuli-driver] [Question #680666]: SIkuliXIDE; Mojave; Robot Framework: How to skip execution of some tests

2019-05-20 Thread Melvin Raymond
Question #680666 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/680666 Melvin Raymond posted a new comment: OK, I've solved this one on my own. I found some videos by Raghav Pal out on Automation Step by Step that were very helpful. I was on the right track with Tags. So

Re: [Sikuli-driver] [Question #680666]: SIkuliXIDE; Mojave; Robot Framework: How to skip execution of some tests

2019-05-20 Thread Melvin Raymond
Question #680666 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/680666 Status: Open => Solved Melvin Raymond confirmed that the question is solved: OK, I've solved this one on my own. I found some videos by Raghav Pal out on Automation Step by Step that were very help

Re: [Sikuli-driver] [Question #680679]: SikuliXIDE; Mojave; Robot Framework: How does one get Region objects to work in Jython functions that are passed in from Robot Framework

2019-05-09 Thread Melvin Raymond
Question #680679 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/680679 Melvin Raymond posted a new comment: By the way, just for those who might need to know. I simply put region = eval(region) and app region = eval(app region) into the function below to covert the arguments

Re: [Sikuli-driver] [Question #680679]: SikuliXIDE; Mojave; Robot Framework: How does one get Region objects to work in Jython functions that are passed in from Robot Framework

2019-05-09 Thread Melvin Raymond
Question #680679 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/680679 Status: Answered => Solved Melvin Raymond confirmed that the question is solved: Raiman! Excellent! That worked. You make that look so easy and it was. This saved my bacon once again. Thank you Rai

Re: [Sikuli-driver] [Question #680679]: SikuliXIDE; Mojave; Robot Framework: How does one get Region objects to work in Jython functions that are passed in from Robot Framework

2019-05-09 Thread Melvin Raymond
Question #680679 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/680679 Melvin Raymond posted a new comment: I was doing a little thinking this morning while riding the bike to work. It doesn't solve the problem with passing the correct object from Robot Framework to Sikuli

Re: [Sikuli-driver] [Question #680679]: SikuliXIDE; Mojave; Robot Framework: How does one get Region objects to work in Jython functions that are passed in from Robot Framework

2019-05-07 Thread Melvin Raymond
Question #680679 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/680679 Status: Needs information => Open Melvin Raymond gave more information on the question: Oh, so I use this defined region constant: ${T_X_REGION}Region(820,467,120,50) I'm calling the ab

Re: [Sikuli-driver] [Question #680679]: SikuliXIDE; Mojave; Robot Framework: How does one get Region objects to work in Jython functions that are passed in from Robot Framework

2019-05-07 Thread Melvin Raymond
Question #680679 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/680679 Melvin Raymond gave more information on the question: For a larger perspective: Test Manual Decimal Place Values Test (Table View) [Documentation]Test verifies Decimal Place settings Log

[Sikuli-driver] [Question #680679]: SikuliXIDE; Mojave; Robot Framework: How does one get Region objects to work in Jython functions that are passed in from Robot Framework

2019-05-07 Thread Melvin Raymond
New question #680679 on Sikuli: https://answers.launchpad.net/sikuli/+question/680679 I am passing captured Region objects from RFW to some Jython functions within the SikuliX IDE, but RFW will convert the object to a string. In other words Region(820,467,120,50) is now a string that gets

[Sikuli-driver] [Question #680666]: SIkuliXIDE; Mojave; Robot Framework: How to skip execution of some tests

2019-05-06 Thread Melvin Raymond
New question #680666 on Sikuli: https://answers.launchpad.net/sikuli/+question/680666 I am currently running inline Test Cases from the SikuliX IDE with Robot Framework. I am working on a third test case and have created some new functions in Jython so I can create this third Test Case. What

Re: [Sikuli-driver] [Question #680320]: SikuliXIDE; Mojave; Robot Framework: TypeError: unsupported operand type(s) for -: 'unicode' and 'int'

2019-04-22 Thread Melvin Raymond
Question #680320 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/680320 Melvin Raymond posted a new comment: Did I type in "RailMan"? Or did that auto correct do that? Sorry RaiMan, RailMan = RaiMan -- You received this question notification because your team Siku

Re: [Sikuli-driver] [Question #680320]: SikuliXIDE; Mojave; Robot Framework: TypeError: unsupported operand type(s) for -: 'unicode' and 'int'

2019-04-22 Thread Melvin Raymond
Question #680320 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/680320 Status: Answered => Solved Melvin Raymond confirmed that the question is solved: Ugh! OK, that was an overlooked miss on my part. Didn't even think about the other variable getting converted since I

[Sikuli-driver] [Question #680320]: SikuliXIDE; Mojave; Robot Framework: TypeError: unsupported operand type(s) for -: 'unicode' and 'int'

2019-04-18 Thread Melvin Raymond
New question #680320 on Sikuli: https://answers.launchpad.net/sikuli/+question/680320 I seem to be getting hung up in something that I think ought to be easy, but I've been going round and round with this for a while. I a have function that worked fine in Jython (outside the Robot Framework),

Re: [Sikuli-driver] [Question #680146]: How do I get multiple arguments into a class object that I can use in dictionary functions

2019-04-10 Thread Melvin Raymond
Question #680146 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/680146 Melvin Raymond posted a new comment: Yep. That's much better. I hadn't made attempts to clean it up yet. I do want to keep some of the print statements in there for Robot Framework to make things easier

Re: [Sikuli-driver] [Question #680146]: How do I get multiple arguments into a class object that I can use in dictionary functions

2019-04-10 Thread Melvin Raymond
Question #680146 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/680146 Status: Answered => Solved Melvin Raymond confirmed that the question is solved: I figured it wouldn't be that easy to use the Dictionary way, and what you have shown here is pretty much what I ended

Re: [Sikuli-driver] [Question #680146]: How do I get multiple arguments into a class object that I can use in dictionary functions

2019-04-09 Thread Melvin Raymond
Question #680146 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/680146 Melvin Raymond gave more information on the question: I'm running this in SikuliX IDE by the way. -- You received this question notification because your team Sikuli Drivers is an answer contact for Sikuli

[Sikuli-driver] [Question #680146]: How do I get multiple arguments into a class object that I can use in dictionary functions

2019-04-09 Thread Melvin Raymond
New question #680146 on Sikuli: https://answers.launchpad.net/sikuli/+question/680146 I don't know if I can even do this or not. I'm experimenting with a class object that "I think" is using a dictionary to simulate a switch statement in Jython/Python. I'm aware that Python doesn't have a

Re: [Sikuli-driver] [Question #678788]: Mojave : SikuliXIDE : Simple example needed to integrate SikuliX script into RobotFramework

2019-03-19 Thread Melvin Raymond
Question #678788 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/678788 Melvin Raymond posted a new comment: I have now gotten a retrofit Framework that I can use to start automating any Desktop application I wanted to at this point. A lot of our stuff is already automated

Re: [Sikuli-driver] [Question #679122]: SikuliXIDE; Mojave; Robot Framework: ArrayIndexOutOfBoundsException: 1

2019-03-13 Thread Melvin Raymond
Question #679122 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/679122 Melvin Raymond posted a new comment: OK, I agree. We should close. -- You received this question notification because your team Sikuli Drivers is an answer contact for Sikuli

Re: [Sikuli-driver] [Question #679122]: SikuliXIDE; Mojave; Robot Framework: ArrayIndexOutOfBoundsException: 1

2019-03-13 Thread Melvin Raymond
Question #679122 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/679122 Melvin Raymond gave more information on the question: Interesting. Yes, I had renamed the application to shorten it and so I wouldn't have to worry about spaces in the name. I should probably name it back

Re: [Sikuli-driver] [Question #679122]: SikuliXIDE; Mojave; Robot Framework: ArrayIndexOutOfBoundsException: 1

2019-03-13 Thread Melvin Raymond
Question #679122 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/679122 Status: Answered => Open Melvin Raymond is still having a problem: Interesting. Yes, I had renamed the application to shorten it and so I wouldn't have to worry about spaces in the name. I sho

Re: [Sikuli-driver] [Question #679122]: SikuliXIDE; Mojave; Robot Framework: ArrayIndexOutOfBoundsException: 1

2019-03-12 Thread Melvin Raymond
Question #679122 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/679122 Status: Answered => Open Melvin Raymond is still having a problem: Thank you Raiman for the reply. I think there is some kind of bug in the App.close(myApp) class for Jython or Python. I checked

Re: [Sikuli-driver] [Question #679122]: SikuliXIDE; Mojave; Robot Framework: ArrayIndexOutOfBoundsException: 1

2019-03-11 Thread Melvin Raymond
Question #679122 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/679122 Status: Answered => Open Melvin Raymond is still having a problem: OK, that was interesting. Didn't know how to do that, but now I do. I ran the following script and it appears to have opened my

Re: [Sikuli-driver] [Question #679122]: SikuliXIDE; Mojave; Robot Framework: ArrayIndexOutOfBoundsException: 1

2019-03-11 Thread Melvin Raymond
Question #679122 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/679122 Melvin Raymond gave more information on the question: KEYWORD GA4 . Stop My Application ${TESTAPP} Start / End / Elapsed: 20190311 13:05:21.224 / 20190311 13:05:34.521 / 00:00:13.297 13:05:34.521FAIL

Re: [Sikuli-driver] [Question #679122]: SikuliXIDE; Mojave; Robot Framework: ArrayIndexOutOfBoundsException: 1

2019-03-11 Thread Melvin Raymond
Question #679122 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/679122 Status: Needs information => Open Melvin Raymond gave more information on the question: TEARDOWN Suite Teardown Actions It appears to have actually closed my app as expected even though it

[Sikuli-driver] [Question #679122]: SikuliXIDE; Mojave; Robot Framework: ArrayIndexOutOfBoundsException: 1

2019-03-11 Thread Melvin Raymond
New question #679122 on Sikuli: https://answers.launchpad.net/sikuli/+question/679122 Using the following Configuration: - SikulixIDE-1.1.4-SNAPSHOT (updated to latest today) - Robot Framework I had previously built a script that worked fine with another application which could do a Suite

Re: [Sikuli-driver] [Question #678976]: SukuliXIDE : Mojave : Robot Framework : Can't seem to activate a text entry field

2019-03-06 Thread Melvin Raymond
Question #678976 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/678976 Melvin Raymond posted a new comment: Thanks RaiMan, I now have a complete [setup] and [teardown] that starts the app, connects the hardware via WIFI, maximizes the image of the connected device

Re: [Sikuli-driver] [Question #678976]: SukuliXIDE : Mojave : Robot Framework : Can't seem to activate a text entry field

2019-03-05 Thread Melvin Raymond
Question #678976 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/678976 Status: Open => Solved Melvin Raymond confirmed that the question is solved: I think I fixed it. I was wondering if it had a timing problem and some wait state wasn't enough somewhere in the defau

Re: [Sikuli-driver] [Question #678976]: SukuliXIDE : Mojave : Robot Framework : Can't seem to activate a text entry field

2019-03-05 Thread Melvin Raymond
Question #678976 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/678976 Melvin Raymond gave more information on the question: OK, I managed to get a screenshot captured and emailed Railman. Thanks for quick turn around. -- You received this question notification because your

Re: [Sikuli-driver] [Question #678976]: SukuliXIDE : Mojave : Robot Framework : Can't seem to activate a text entry field

2019-03-05 Thread Melvin Raymond
Question #678976 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/678976 Status: Answered => Open Melvin Raymond is still having a problem: OK, that sounds like a great idea. I'll get one sent sometime today if they don't pull me off into a project. If they do, I

[Sikuli-driver] [Question #678976]: SukuliXIDE : Mojave : Robot Framework : Can't seem to activate a text entry field

2019-03-05 Thread Melvin Raymond
New question #678976 on Sikuli: https://answers.launchpad.net/sikuli/+question/678976 - Using SikuliX IDE with Robot Framework on Mac Mojave OS - Python 2.7.10 - Jython is being used - Java SE 8 installed Hi RaiMan. I've had a little time to pick at this again yesterday, and I had this goal to

Re: [Sikuli-driver] [Question #678788]: Mojave : SikuliXIDE : Simple example needed to integrate SikuliX script into RobotFramework

2019-02-26 Thread Melvin Raymond
Question #678788 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/678788 Melvin Raymond posted a new comment: Cool! Thanks RaiMan for the feedback again. Just that "Click()" a long way. Looks like SikuliX works a lot better than the older version I used a few year

Re: [Sikuli-driver] [Question #678788]: Mojave : SikuliXIDE : Simple example needed to integrate SikuliX script into RobotFramework

2019-02-25 Thread Melvin Raymond
Question #678788 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/678788 Melvin Raymond posted a new comment: OK, I think I answered this myself. I guess a simple click in a "def" statement does work when called from the Robot Framework. This is what I used from an

Re: [Sikuli-driver] [Question #678788]: Mojave : SikuliXIDE : Simple example needed to integrate SikuliX script into RobotFramework

2019-02-25 Thread Melvin Raymond
Question #678788 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/678788 Status: Open => Solved Melvin Raymond confirmed that the question is solved: OK, I think I answered this myself. I guess a simple click in a "def" statement does work when called f

Re: [Sikuli-driver] [Question #678788]: Mojave : SikuliXIDE : Simple example needed to integrate SikuliX script into RobotFramework

2019-02-25 Thread Melvin Raymond
Question #678788 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/678788 Description changed to: It feels like I'm going down a really big rabbit hole here that will take me hours and hours to figure out. I know how to create a SikuliX Script to click an image, as I've done this

Re: [Sikuli-driver] [Question #678788]: Mojave : SikuliXIDE : Simple example needed to integrate SikuliX script into RobotFramework

2019-02-25 Thread Melvin Raymond
Question #678788 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/678788 Description changed to: It feels like I'm going down a really big rabbit hole here that will take me hours and hours to figure out. I know how to create a SikuliX Script to click an image, as I've done this

[Sikuli-driver] [Question #678788]: Mojave : SikuliXIDE : Simple example needed to integrate SikuliX script into RobotFramework

2019-02-25 Thread Melvin Raymond
New question #678788 on Sikuli: https://answers.launchpad.net/sikuli/+question/678788 It feels like I'm going down a really big rabbit hole here that will take me hours and hours to figure out. I know how to create a SikuliX Script to click an image, as I've done this a couple years ago on

Re: [Sikuli-driver] [Question #678689]: Mojave : SikuliX IDE : Suite Setup works but Suite Teardown fails in this example

2019-02-22 Thread Melvin Raymond
Question #678689 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/678689 Melvin Raymond posted a new comment: Hi Raiman. Thank you for the feedback sir. Yes, that is why I was attempting to use the Suite setup to do steps 1 - 3 and Suite teardown to close the Viewer at the end

Re: [Sikuli-driver] [Question #678689]: Mojave : SikuliX IDE : Suite Setup works but Suite Teardown fails in this example

2019-02-21 Thread Melvin Raymond
Question #678689 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/678689 Melvin Raymond posted a new comment: NOTE: Our LabQuest Viewer is an application that will connect to a LabQuest via WIFI and control a piece of hardware called a LabQuest. The LabQuest Viewer app is used

Re: [Sikuli-driver] [Question #678689]: Mojave : SikuliX IDE : Suite Setup works but Suite Teardown fails in this example

2019-02-21 Thread Melvin Raymond
Question #678689 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/678689 Status: Open => Solved Melvin Raymond confirmed that the question is solved: I found something on "Test Setup" and "Test Teardown". I will go ahead and close this and see if I ca

Re: [Sikuli-driver] [Question #678689]: Mojave : SikuliX IDE : Suite Setup works but Suite Teardown fails in this example

2019-02-21 Thread Melvin Raymond
Question #678689 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/678689 Status: Answered => Open Melvin Raymond is still having a problem: OK, that does work. I guess I don't understand how the "Suite" setup and teardown works. My goal has been reached for: -

Re: [Sikuli-driver] [Question #678689]: Mojave : SikuliX IDE : Suite Setup works but Suite Teardown fails in this example

2019-02-20 Thread Melvin Raymond
Question #678689 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/678689 Melvin Raymond gave more information on the question: The Framework output shows it can't see the keyword for the Suite Teardown that's defined in my class definition. -- You received this question

[Sikuli-driver] [Question #678689]: Mojave : SikuliX IDE : Suite Setup works but Suite Teardown fails in this example

2019-02-20 Thread Melvin Raymond
New question #678689 on Sikuli: https://answers.launchpad.net/sikuli/+question/678689 - Running SikuliXIDE - 1.1.4-SNAPSHOT - Python 2.7.10 I don't seem to be able to make the Suite Teardown work in this script. I have gotten the individual class "def" to work for "start_my_application" and

Re: [Sikuli-driver] [Question #677975]: Can't launch mac desktop app from SikuliX

2019-02-19 Thread Melvin Raymond
Question #677975 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/677975 Melvin Raymond posted a new comment: Thanks Raiman. Good to stay on top of it. Our main projects will be starting soon so I'll probably end up backing off it once that starts. On Sat, Feb 16, 2019 at 1:42

Re: [Sikuli-driver] [Question #678427]: Mojave : SikuliX IDE : I need to create a Keyword for invoking my app with Robotramework (from the SikuliX IDE)

2019-02-12 Thread Melvin Raymond
Question #678427 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/678427 Melvin Raymond posted a new comment: RaiMan. -- You received this question notification because your team Sikuli Drivers is an answer contact for Sikuli

Re: [Sikuli-driver] [Question #678427]: Mojave : SikuliX IDE : I need to create a Keyword for invoking my app with Robotramework (from the SikuliX IDE)

2019-02-12 Thread Melvin Raymond
Question #678427 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/678427 Melvin Raymond posted a new comment: I meant to say RayMan so not sure how it ended up being Railman. -- You received this question notification because your team Sikuli Drivers is an answer contact

Re: [Sikuli-driver] [Question #678427]: Mojave : SikuliX IDE : I need to create a Keyword for invoking my app with Robotramework (from the SikuliX IDE)

2019-02-12 Thread Melvin Raymond
Question #678427 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/678427 Status: Open => Solved Melvin Raymond confirmed that the question is solved: OK, I got my app to launch, so looks like that works Railman. For those interested in being able to get a jump st

Re: [Sikuli-driver] [Question #678427]: Mojave : SikuliX IDE : I need to create a Keyword for invoking my app with Robotramework (from the SikuliX IDE)

2019-02-12 Thread Melvin Raymond
Question #678427 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/678427 Melvin Raymond gave more information on the question: OK. I finally got your script to run by putting tabs behind these lines of code in your script, so maybe I can do the same with mine and get it working

Re: [Sikuli-driver] [Question #678427]: Mojave : SikuliX IDE : I need to create a Keyword for invoking my app with Robotramework (from the SikuliX IDE)

2019-02-12 Thread Melvin Raymond
Question #678427 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/678427 Melvin Raymond gave more information on the question: I forgot to mention also that the error has changed. I'm getting "robot.run returned: 1" -- You received this question notification because

Re: [Sikuli-driver] [Question #678427]: Mojave : SikuliX IDE : I need to create a Keyword for invoking my app with Robotramework (from the SikuliX IDE)

2019-02-12 Thread Melvin Raymond
Question #678427 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/678427 Status: Answered => Open Melvin Raymond is still having a problem: I'm sorry Raiman but that didn't work for me. When I copy and paste this from Sikuli here or from here to Sikuli, it doesn't alw

Re: [Sikuli-driver] [Question #678427]: Mojave : SikuliX IDE : I need to create a Keyword for invoking my app with Robotramework (from the SikuliX IDE)

2019-02-11 Thread Melvin Raymond
Question #678427 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/678427 Melvin Raymond gave more information on the question: I forgot to add the link to the page where I'm trying to figure out how to use the Sikuli Class app https://sikulix-2014.readthedocs.io/en/latest

Re: [Sikuli-driver] [Question #678427]: Mojave : SikuliX IDE : I need to create a Keyword for invoking my app with Robotramework (from the SikuliX IDE)

2019-02-11 Thread Melvin Raymond
Question #678427 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/678427 Status: Answered => Open Melvin Raymond is still having a problem: I don't seem to have a grip on using the syntax for that class App. This is the last one I tried. It's one of many attempts that k

Re: [Sikuli-driver] [Question #678427]: Mojave : SikuliX IDE : I need to create a Keyword for invoking my app with Robotramework (from the SikuliX IDE)

2019-02-11 Thread Melvin Raymond
Question #678427 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/678427 Melvin Raymond gave more information on the question: I was able to invoke my app using this chunk of code which a developer gave me. I will attempt to see if I can get the Robot Framework to use

Re: [Sikuli-driver] [Question #678427]: Mojave : SikuliX IDE : I need to create a Keyword for invoking my app with Robotramework (from the SikuliX IDE)

2019-02-08 Thread Melvin Raymond
Question #678427 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/678427 Summary changed to: Mojave : SikuliX IDE : I need to create a Keyword for invoking my app with Robotramework (from the SikuliX IDE) -- You received this question notification because your team Sikuli

[Sikuli-driver] [Question #678427]: Mojave : SikuliX IDE : I need to create a Keyword for invoking my app Robotramework (from the SikuliX IDE)

2019-02-08 Thread Melvin Raymond
New question #678427 on Sikuli: https://answers.launchpad.net/sikuli/+question/678427 -- SikulixIDE-1.1.4--SNAPSHOT - Mac Mojave OS - Robotframework - Python 2.7.10 In a previous question I had learned I could invoke my application straight out of the SikuliX IDE (without Robot Framework) by

Re: [Sikuli-driver] [Question #678360]: [1.1.4] IDE : Robotframework: Keyword Settings::Resouce missing --- upgraded to RFW 3.1 (build #191)

2019-02-07 Thread Melvin Raymond
Question #678360 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/678360 Status: Answered => Solved Melvin Raymond confirmed that the question is solved: This seems to have solved the problem Raiman. I used the example out on the "Thomas Jaspers" robot-keyword-

Re: [Sikuli-driver] [Question #678360]: [1.1.4] IDE : Robotframework: Keyword Settings::Resouce missing --- only available with RFW 3.1

2019-02-06 Thread Melvin Raymond
Question #678360 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/678360 Melvin Raymond posted a new comment: OK, thanks RaiMan. It's a pretty complicated pile of stuff for me. I don't know how you do what you do. -- You received this question notification because your team

[Sikuli-driver] [Question #678360]: Mojave : SikuliX IDE : How do I get Keywords in Resource files to work with robot framework

2019-02-05 Thread Melvin Raymond
New question #678360 on Sikuli: https://answers.launchpad.net/sikuli/+question/678360 -- SikulixIDE-1.1.4-SNAPSHOT -- Python 2.7.10 I'm working with some Tutorial examples from this link: https://blog.codecentric.de/en/2016/01/robot-framework-tutorial-2016-keywords/ So far I have gotten the

Re: [Sikuli-driver] [Question #678282]: Mojave : SikuliX IDE : [error] FileManager: Not a valid Sikuli script project:

2019-02-01 Thread Melvin Raymond
Question #678282 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/678282 Status: Answered => Solved Melvin Raymond confirmed that the question is solved: Wow! Can't believe I missed that. That was the problem. Thank you so much masuo. -- You received this quest

[Sikuli-driver] [Question #678282]: Mojave : SikuliX IDE : [error] FileManager: Not a valid Sikuli script project:

2019-02-01 Thread Melvin Raymond
New question #678282 on Sikuli: https://answers.launchpad.net/sikuli/+question/678282 I'm running examples of using Robot Framework to learn how to use it, and getting an error on the output I don't understand - [error] FileManager: Not a valid Sikuli script project: - SikuliX IDE: version

Re: [Sikuli-driver] [Question #677975]: Can't launch mac desktop app from SikuliX

2019-01-22 Thread Melvin Raymond
Question #677975 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/677975 Status: Answered => Solved Melvin Raymond confirmed that the question is solved: Thank you Raiman for the quick turn around! OK, I got that up and running and it does appear to let me invoke my app

[Sikuli-driver] [Question #677975]: Can't launch mac desktop app from SikuliX

2019-01-21 Thread Melvin Raymond
New question #677975 on Sikuli: https://answers.launchpad.net/sikuli/+question/677975 I'm running SikuliX on Mojave. I can open apps like Text Editor, and other apps via the IDE, but I do not seem to be able to launch our application that I want to write tests for. This works: App.open