sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #29358
[Bug 1328817] Re: [1.1.0] Win 8.1: inconsistent click behaviour with fullscreenapp/desktopapp and compared to Win7/8.0
a possible solution is to use the context menu entry "run as
administrator" e.g. to start a command line window, that is then used to
start the IDE or run script.
** Summary changed:
- [1.0.1] Win 8.1: inconsistent click behaviour with fullscreenapp/desktopapp and compared to Win7/8.0
+ [1.1.0] Win 8.1: inconsistent click behaviour with fullscreenapp/desktopapp and compared to Win7/8.0
** Changed in: sikuli
Status: New => In Progress
** Changed in: sikuli
Importance: Undecided => High
** Changed in: sikuli
Assignee: (unassigned) => RaiMan (raimund-hocke)
** Changed in: sikuli
Milestone: None => 1.2.0
--
You received this bug notification because you are a member of Sikuli
Drivers, which is subscribed to Sikuli.
https://bugs.launchpad.net/bugs/1328817
Title:
[1.1.0] Win 8.1: inconsistent click behaviour with
fullscreenapp/desktopapp and compared to Win7/8.0
Status in Sikuli:
In Progress
Bug description:
I have a script that works on WinXP - Win 8. However, Win 8.1 seems to
have botched everything up.
I have a very simple code snippet:
if exists(image):
print "Found image")
click(image)
When I run the code, I get the print statement, but the image is not
clicked on. Once again, this is only failing on Win 8.1
To manage notifications about this bug go to:
https://bugs.launchpad.net/sikuli/+bug/1328817/+subscriptions
References