vitorgalvao / alfred-workflows

Collection of Alfred workflows
BSD 3-Clause "New" or "Revised" License
2.44k stars 167 forks source link

IncognitoClone - Not Working Properly #172

Closed orkhan10 closed 1 year ago

orkhan10 commented 1 year ago

Setup info

Description of issue

It opens a new incognito window but does not open the link in it. An empty new incognito windows is where it stops. It used to work properly.

Debugger output

[14:30:42.582] IncognitoClone[Keyword] Processing complete
[14:30:42.585] IncognitoClone[Keyword] Passing output '' to Arg and Vars
[14:30:42.587] IncognitoClone[Arg and Vars] Processing complete
[14:30:42.588] IncognitoClone[Arg and Vars] Passing output '' to Run Script
[14:30:42.951] IncognitoClone[Run Script] Processing complete
[14:30:42.958] IncognitoClone[Run Script] Passing output 'https://www.alfredapp.com/help/workflows/utilities/debug/
' to Run Script
[14:30:42.960] IncognitoClone[Run Script] Passing output 'https://www.alfredapp.com/help/workflows/utilities/debug/
' to Debug
[14:30:42.962] IncognitoClone[Debug] 'https://www.alfredapp.com/help/workflows/utilities/debug/
', {
  close_tab = "false"
  webkit_menu_path = "File, New Private Window"
}
vitorgalvao commented 1 year ago

You have modified the workflow, there’s no debug object in it. Please make sure you’re using the correct version from this repo.

Which browser are you seeing the behaviour in? And how are you calling IncognitoClone? Are you using any key modifier (e.g. ↩︎)?

vitorgalvao commented 1 year ago

Closing for lack of reply.