Re: [Sikuli-driver] [Question #272083]: .

2015-10-05 Thread Sharon
Question #272083 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/272083

Status: Open => Solved

Sharon confirmed that the question is solved:
.

-- 
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 #272083]: .

2015-10-05 Thread Sharon
Question #272083 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/272083

Summary changed to:
.

Description changed to:
.

-- 
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] [Question #272083]: How to call methods from one Sikuli script in another

2015-10-05 Thread Sharon
New question #272083 on Sikuli:
https://answers.launchpad.net/sikuli/+question/272083

Hi everyone, I have a pretty simple question for you.
I'm running a Sikuli script in SikuliX IDE and want to call some methods from a 
different Sikuli script.
I know how to do that with a simple python script. How do I do that same with 
Sikuli?

Thanks!

-- 
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 #664839]: Issue with wait() and type()

2018-02-23 Thread sharon
Question #664839 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/664839

Status: Needs information => Open

sharon gave more information on the question:
OS - Windows 7 - 32 bit
Sikuli Version - 1.1.1

-- 
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] [Question #664839]: Issue with wait() and type()

2018-02-22 Thread sharon
New question #664839 on Sikuli:
https://answers.launchpad.net/sikuli/+question/664839

We are trying out some python code using sikuli. We have a target, a notepad 
and we are trying to enter something in notepad with the below code.

while(true)
wait(1)
type(key.DOWN)
wait(1)
type("type this string")
wait(1)
type(key.ENTER)

So basically we need to press DOWN ARROW then type some string and then press 
ENTER and repeat. We have sikuli logs enabled.

Problem Part- While running, the key down, ENTER and typing strings are all 
logged in sikuli logs but the operation is not performed in notepad.

Without wait() or less wait time, say wait(0.5), its working as expected. It 
seems there is a problem while using wait() and type() together.

Anyone else face the same problem? Can anyone suggest a workaround?

-- 
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 #664839]: Issue with wait() and type()

2018-02-26 Thread sharon
Question #664839 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/664839

Status: Answered => Open

sharon is still having a problem:
Our actual  application to be automated is NOT notepad.  
This is just for the sample as we can not share the actual application.

It is working for us too for almost half a day. After that the it is hanging 
and not coming back to notepad for further actions.
In the debug log Type is displayed but actually text is not typed in notepad.  

We tried after replacing Type with write method also.  That too hung.
Also we noticed that it is hanging with wait(.5) too when tried again.

Our actual intention is to select a menu option from a drop down.  Image
comparison is failing here so we went for Key down and Enter using Type
method.

-- 
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 #664839]: Issue with wait() and type()

2018-03-01 Thread sharon
Question #664839 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/664839

sharon posted a new comment:
Any updates from anyone?

-- 
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 #693982]: Live Comparison Of 2 websites

2023-06-14 Thread sharon brown
Question #693982 on SikuliX changed:
https://answers.launchpad.net/sikuli/+question/693982

sharon brown proposed the following answer:
i want to compare  https://chatgptdownloads.net/ with Chat GPt plus. can
you help me ?

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

___
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 2048941] [NEW] Issue Executing java -jar sikulixide-2.0.5-win.jar

2024-01-10 Thread Sharon Milner
Public bug reported:

I've been using sikulixide-2.0.5-win.jar all week without issue and now
when I try to launch the IDE, it brings up a dialog box that says,
"SikuliX-IDE 2.0.5 is starting on Java 17" but the IDE never comes back
up.  I tried deleting the jar and re-downloading it but the issue
remains.  Apparently something changed in my user profile because I had
someone use the exact same jar file on their machine and it works just
fine.  I've checked Task Manager and "ps -ef" with no luck.

This is being run on Windows 64-bit OS.

I start the jar as follows:

java -jar sikulixide-2.0.5-win.jar

Prior to the issue I was trying to delete some log files that my Sikuli
script created.  Apparently, I must have exited my script before closing
a file because when I tried to delete, I got a "resource busy" error.  I
was finally able to fix the issue but then the Sikuli application went
down never to return again :(.

** Affects: sikuli
 Importance: Undecided
 Status: New

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

Title:
  Issue Executing java -jar sikulixide-2.0.5-win.jar

Status in SikuliX:
  New

Bug description:
  I've been using sikulixide-2.0.5-win.jar all week without issue and
  now when I try to launch the IDE, it brings up a dialog box that says,
  "SikuliX-IDE 2.0.5 is starting on Java 17" but the IDE never comes
  back up.  I tried deleting the jar and re-downloading it but the issue
  remains.  Apparently something changed in my user profile because I
  had someone use the exact same jar file on their machine and it works
  just fine.  I've checked Task Manager and "ps -ef" with no luck.

  This is being run on Windows 64-bit OS.

  I start the jar as follows:

  java -jar sikulixide-2.0.5-win.jar

  Prior to the issue I was trying to delete some log files that my
  Sikuli script created.  Apparently, I must have exited my script
  before closing a file because when I tried to delete, I got a
  "resource busy" error.  I was finally able to fix the issue but then
  the Sikuli application went down never to return again :(.

To manage notifications about this bug go to:
https://bugs.launchpad.net/sikuli/+bug/2048941/+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