[Sikuli-driver] [Bug 1606719] Re: Mac OS 10.11.6 App.open(sysprefs) eventually cannot find app

2016-07-28 Thread Joe White
** Changed in: sikuli
   Status: New => Invalid

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

Title:
  Mac OS 10.11.6 App.open(sysprefs) eventually cannot find app

Status in Sikuli:
  Invalid

Bug description:
  Sikulix 1.1.0 running on MAC OS 10.11.6
  600+ line script is run in command line mode.  The same function fails the 
second time
  with the following message:

  [error] App.open failed: /Applications/System Preferences.app not
  found

  This is a MAC OS System Preferences app.  It is closed each time it is
  open.  If it is already open, it gets focus.

  The script is trying to install and activate a wireless WPA2
  Enterprise profile and verify it.  Please let me know if there is any
  additional documentation I can provide.

  thanks

To manage notifications about this bug go to:
https://bugs.launchpad.net/sikuli/+bug/1606719/+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] [Bug 1606719] Re: Mac OS 10.11.6 App.open(sysprefs) eventually cannot find app

2016-07-28 Thread Joe White
This resolves the inconsistency I had with my approach in a large script (600+ 
lines)
and solves my problem.

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

Title:
  Mac OS 10.11.6 App.open(sysprefs) eventually cannot find app

Status in Sikuli:
  New

Bug description:
  Sikulix 1.1.0 running on MAC OS 10.11.6
  600+ line script is run in command line mode.  The same function fails the 
second time
  with the following message:

  [error] App.open failed: /Applications/System Preferences.app not
  found

  This is a MAC OS System Preferences app.  It is closed each time it is
  open.  If it is already open, it gets focus.

  The script is trying to install and activate a wireless WPA2
  Enterprise profile and verify it.  Please let me know if there is any
  additional documentation I can provide.

  thanks

To manage notifications about this bug go to:
https://bugs.launchpad.net/sikuli/+bug/1606719/+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] [Bug 1606719] Re: Mac OS 10.11.6 App.open(sysprefs) eventually cannot find app

2016-07-27 Thread RaiMan
sp = App("System Preferences")
sp.open()
print sp

this works for me in both cases (SikuliX 1.1.1, macOS 10.11):
- is focused, when already open
- is opened and focused, if closed

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

Title:
  Mac OS 10.11.6 App.open(sysprefs) eventually cannot find app

Status in Sikuli:
  New

Bug description:
  Sikulix 1.1.0 running on MAC OS 10.11.6
  600+ line script is run in command line mode.  The same function fails the 
second time
  with the following message:

  [error] App.open failed: /Applications/System Preferences.app not
  found

  This is a MAC OS System Preferences app.  It is closed each time it is
  open.  If it is already open, it gets focus.

  The script is trying to install and activate a wireless WPA2
  Enterprise profile and verify it.  Please let me know if there is any
  additional documentation I can provide.

  thanks

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