1Password - open in non-default browser

Is there any way to launch a website in non-default browser for 1password to automatically put credentials? I go to a website which is very slow to load in my default browser (Firefox) but opens file in my non-default one (Safari). I’m using the 1password bookmark action at the moment.

Thanks.

Hey @skyblue,

No, you can’t use the 1Password action in anything but the default browser.

You’ll have to launch Safari – go to that website – and then use 1Password’s keyboard shortcuts to log-in.

(There might be room for a feature request there.)

You can use the Activate a Specific Application action to fire up Safari and then the Set Safari URL action.

Or you could use an Execute a Shell Script action like this:

open -a Safari "https://www.google.com"

Once Safari has opened the correct webpage you can employ your 1Password keyboard shortcut.

-Chris

Thanks @ccstone

I have used “Set Safari URL to action”; once launched I will use 1Password’s keyboard shortcuts to log-in.