Re: [Sikuli-driver] [Question #308933]: How to display an info message that auto-vanishes after some time

2019-06-26 Thread Tom Hinds
Question #308933 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/308933

Tom Hinds posted a new comment:
https://sikulix-2014.readthedocs.io/en/latest/interaction.html#timedpopups

-- 
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 1834341] [NEW] findbyText for sikuli 1.1.4 is not unstable

2019-06-26 Thread anson-fang
Public bug reported:

could you help to fix the accuracy for method "findByText"?
when update sikuli from version 1.1.2 to the latest version. I found the method 
"findbyText" is not unstable, compared with older version.  We have many 
scripts by finding element by findByText and they work normally, but when I 
update sikuli to latest version 1.1.4.  It can't find element Frequently.

environment : java 8/ mac 10.14/
BTW is there any road map for sikuli 1.1.4?

** Affects: sikuli
 Importance: Undecided
 Status: New

** Description changed:

  could you help to fix the accuracy for method "findByText"?
  when update sikuli from version 1.1.2 to the latest version. I found the 
method "findbyText" is not unstable, compared with older version.  We have many 
scripts by finding element by findByText and they work normally, but when I 
update sikuli to latest version 1.1.4.  It can't find element Frequently.
  
+ environment : java 8/ mac 10.14/
  BTW is there any road map for sikuli 1.1.4?

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

Title:
  findbyText for sikuli 1.1.4 is not unstable

Status in Sikuli:
  New

Bug description:
  could you help to fix the accuracy for method "findByText"?
  when update sikuli from version 1.1.2 to the latest version. I found the 
method "findbyText" is not unstable, compared with older version.  We have many 
scripts by finding element by findByText and they work normally, but when I 
update sikuli to latest version 1.1.4.  It can't find element Frequently.

  environment : java 8/ mac 10.14/
  BTW is there any road map for sikuli 1.1.4?

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


[Sikuli-driver] [Question #681611]: Could not resolve all files for configuration [Gradle Build]

2019-06-26 Thread utkarsh
New question #681611 on Sikuli:
https://answers.launchpad.net/sikuli/+question/681611

> Could not find jxgrabkey:jxgrabkey:1.0.
  Searched in the following locations:
  https://repo1.maven.org/maven2/jxgrabkey/jxgrabkey/1.0/jxgrabkey-1.0.pom
  https://repo1.maven.org/maven2/jxgrabkey/jxgrabkey/1.0/jxgrabkey-1.0.jar

Getting this error while building project in gradle


Tried everything but not able to concur.

Used this repository -> maven {

url "https://labs.consol.de/maven/repository/;
}

but did not work 

-- 
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 1817046] Re: [1.1.4] VNC: synchronization of screen content for wait and capture not working properly

2019-06-26 Thread Tannalein
Hi,

I'm having the same problem on Ubuntu guest machine running TigerVNc
server. It would seem that Sikuli only sees the state of the screen as
it is at the moment of connection. If I set Sikuli to connect to the
guest machine, take a screenshot, set wait to 30 seconds, manually move
things around the screen, and after those thirty seconds Sikuli takes
another screenshot, I get the exact same image. The clock doesn't move.
If you check the screenshots Christoph posted, you can see that the file
was created at 11:11, but the Windows clock on the screenshot says
11:09. The screenshot was two minutes old at the time it was saved.

The issue seems to be connected to TigerVNC, because if I connect with
Vino VNC, which is the default VNC server on Ubuntu, I don't get this
issue. I do, however, get a garbled screenshot, which was the reason I
switched to TigerVNC.

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

Title:
  [1.1.4] VNC: synchronization of screen content for wait and capture
  not working properly

Status in Sikuli:
  In Progress

Bug description:
  Hi!

  I am currently developing some software tests using virtual Windows 7
  and 10 guests in VirtualBox. My VNC-Server on the guests is TigerVNC.

  What I am trying:

  client = vncStart(ip="192.168.56.100", port=5900, password="vnc"  ) 
  wait( 1 )

  client.keyDown( Key.WIN )
  client.type( "r" )
  client.keyUp()

  client.wait("Run.png",60)

  Run.png is a screenshot of the "run"-panel in Windows 7 or 10.
  This wait fails  on both Windows 7 and 10.
  The reason seems to be a failing synchronisation of the screen contents to 
the client-object.
  As a proof I made a capture of the client after 120s and attached the files 
for Windows 7 and 10.
  The code:
  client.keyDown( Key.WIN )
  client.type( "r" )
  client.keyUp()

  wait( 120 )
  client.capture().saveInBundle("Win10.png")
  Remark: on the virtual box window itself, I see the open run-panel, only the 
capture is empty.

  When I'm doing the wait and search-commands in my tests undotted on
  the virtual desktop window , everything works fine. I only avoid this
  with the goal starting the tests from a jenkins server testing virtual
  machines later.

  Best regards,
  Christoph

To manage notifications about this bug go to:
https://bugs.launchpad.net/sikuli/+bug/1817046/+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 #681595]: My Sikuli keeps zooming in

2019-06-26 Thread masuo
Question #681595 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/681595

Status: Open => Needs information

masuo requested more information:
Generally when we want to capture screen shot for parameter of click function, 
we may push keyboard ctrl + shift + 2.
Do you mean that screen zoom when you push keyboard ctrl + shift + 2 ?

What did you do just before the screen zoomed?

-- 
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