Public bug reported:

Error Log:

[debug] RunTimeAPI: loadLib: libMacUtil.dylib
[debug] Runner: AppleScript:
#!/usr/bin/osascript
tell app "Chrome" to activate
returned:
*****error*****
/var/folders/qc/n91t7_111l5580skmd5yp2j4xkn478/T/Sikulix_1902161459/sikuli-859522232112186901.script:21:29:
 execution error: Can’t get application "Chrome". (-1728)

[error] App.focus failed:  [-1:Chrome ()] Chrome
[debug] Region: ( ⌘ )  TYPE "l"
[debug] Region: ( ⌘ )  TYPE "l"
[debug] Region:  TYPE "#ENTER."


Code Used: 

App ff = new App("chrome");
        ff.focus();
        screen.type("l", Key.CMD);
        screen.wait((double) 3.0);
        screen.type("l", Key.CMD);
        screen.paste(link);
        screen.type(Key.ENTER);

** 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/1486918

Title:
  Launch Chrome in Mac : execution error: Can’t get application
  "Chrome".

Status in Sikuli:
  New

Bug description:
  Error Log:

  [debug] RunTimeAPI: loadLib: libMacUtil.dylib
  [debug] Runner: AppleScript:
  #!/usr/bin/osascript
  tell app "Chrome" to activate
  returned:
  *****error*****
  
/var/folders/qc/n91t7_111l5580skmd5yp2j4xkn478/T/Sikulix_1902161459/sikuli-859522232112186901.script:21:29:
 execution error: Can’t get application "Chrome". (-1728)

  [error] App.focus failed:  [-1:Chrome ()] Chrome
  [debug] Region: ( ⌘ )  TYPE "l"
  [debug] Region: ( ⌘ )  TYPE "l"
  [debug] Region:  TYPE "#ENTER."

  
  Code Used: 

  App ff = new App("chrome");
          ff.focus();
          screen.type("l", Key.CMD);
          screen.wait((double) 3.0);
          screen.type("l", Key.CMD);
          screen.paste(link);
          screen.type(Key.ENTER);

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

Reply via email to