← Back to team overview

sikuli-driver team mailing list archive

[Bug 1813493] [NEW] [1.1.4] Linux: unable to find window with App created with process path

 

Public bug reported:

When doing

App app = new App("/path/to/process");
app.setPid(15081);
app.focus();

Produces the following:

[AppLog] App.focus: no window for [15081:process ()] /path/to/process

And the window cannot be acted on.

** Affects: sikuli
     Importance: Undecided
         Status: New

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

Title:
  [1.1.4] Linux: unable to find window with App created with process
  path

Status in Sikuli:
  New

Bug description:
  When doing

  App app = new App("/path/to/process");
  app.setPid(15081);
  app.focus();

  Produces the following:

  [AppLog] App.focus: no window for [15081:process ()] /path/to/process

  And the window cannot be acted on.

To manage notifications about this bug go to:
https://bugs.launchpad.net/sikuli/+bug/1813493/+subscriptions


Follow ups