← Back to team overview

sikuli-driver team mailing list archive

[Bug 809801] Re: X-1.0rc2: Mac: switchApp() launches app 2nd time --- use new App class

 

** Summary changed:

- switchApp() try to launch the application ( as openApp() ) 
+ X-1.0rc2: Mac: switchApp() launches app 2nd time --- use new App class

** Changed in: sikuli
       Status: New => Won't Fix

** Description changed:

+ **** switchApp, openApp, closeApp deprecated
+ 
+ If these functions make problems, use the new APP class instead.
+ 
+ ------------------------------------------------------
+ 
  User Sikuli Version : X-1.0rc2
  OS: Mac OS 10.6.6 64-bit
  
  when i try to execute this :
  
  openApp("/Users/Poste8/Desktop/Widgets/testWidgets/wakanda/Wakanda Studio.app")
  wait(5)
  switchApp("Firefox")
  switchApp("Wakanda Studio")
  
  Sikuli open the "Wakanda Studio.app" and switch to "firefox" correctly,
  then it try the open "Wakanda Studio.app" again !   , which is weired
  because it is supposed to only display the "Wakanda Studio.app"
  frontmost

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

Title:
  X-1.0rc2: Mac: switchApp() launches app 2nd time --- use new App class

Status in Sikuli:
  Won't Fix

Bug description:
  **** switchApp, openApp, closeApp deprecated

  If these functions make problems, use the new APP class instead.

  ------------------------------------------------------

  User Sikuli Version : X-1.0rc2
  OS: Mac OS 10.6.6 64-bit

  when i try to execute this :

  openApp("/Users/Poste8/Desktop/Widgets/testWidgets/wakanda/Wakanda Studio.app")
  wait(5)
  switchApp("Firefox")
  switchApp("Wakanda Studio")

  Sikuli open the "Wakanda Studio.app" and switch to "firefox"
  correctly, then it try the open "Wakanda Studio.app" again !   , which
  is weired because it is supposed to only display the "Wakanda
  Studio.app" frontmost

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


References