sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #00897
[Bug 707383] [NEW] [Java] X 1.0rc1: WebDriver/Firefox: Hang in app.focus() if used before new Screen() - workaround
Public bug reported:
****** workaround
use "Screen scr = new Screen()" before touching any other Sikuli features
--------------------------------------------
in Java code: It seems, that the class App makes problems together with
class Screen, when used in the sequence App - Screen.
** Affects: sikuli
Importance: Undecided
Status: New
** Summary changed:
- [Java] Sikuli X: WebDriver/Firefox: Hang in app.focus() if used before new Screen() - workaround
+ [Java] X 1.0rc1: WebDriver/Firefox: Hang in app.focus() if used before new Screen() - workaround
--
You received this bug notification because you are a member of Sikuli
Drivers, which is subscribed to Sikuli.
https://bugs.launchpad.net/bugs/707383
Title:
[Java] X 1.0rc1: WebDriver/Firefox: Hang in app.focus() if used before
new Screen() - workaround
Status in Sikuli:
New
Bug description:
****** workaround
use "Screen scr = new Screen()" before touching any other Sikuli features
--------------------------------------------
in Java code: It seems, that the class App makes problems together
with class Screen, when used in the sequence App - Screen.
Follow ups
References