← Back to team overview

sikuli-driver team mailing list archive

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

 

*** This bug is a duplicate of bug 1813491 ***
    https://bugs.launchpad.net/bugs/1813491

Hi RaiMan, thanks for looking at this and the other issues I reported.

I appreciate your work with Sikuli.

Got a question regarding this one.

I am always looking at the java API for Sikulix. When I look at App's
class methods, setPid is a public and available method with no other
regards. How would I as a developer know I am not supposed to use it?

Cheers!

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


References