lilyball Posted May 21, 2020 Share Posted May 21, 2020 The workflow Open URL action only has one custom option, which is whether to use the default application or pick a specific one. It would be great if it supported the other options available when opening URLs, most notably the ability to open a URL without bringing the application forward. gingerbeardman 1 Link to comment Share on other sites More sharing options...
gingerbeardman Posted May 21, 2020 Share Posted May 21, 2020 Current options: Link to comment Share on other sites More sharing options...
deanishe Posted May 21, 2020 Share Posted May 21, 2020 11 hours ago, lilyball said: the other options available when opening URLs Where are these other options available? Link to comment Share on other sites More sharing options...
vitor Posted May 21, 2020 Share Posted May 21, 2020 This can be accomplished with a Workflow. Use a Run Script Action with default options and code: open -ga 'Safari' 'https://example.com' Replace Safari with the browser you want and https://example.com with the relevant Workflow, but keep in mind Chrome doesn’t support being opened in the background due to a long-standing bug. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now