Open and Auto submit for entire folder

Nailz
Nailz
Community Member
edited March 2014 in Mac

It seems there was some talk about some different techniques including using All Bookmarks to open all the items in a folder and auto submit the login but I don't see much talk about that in 1Password 4.

I would like to keep a folder and 1Password or ideally a folder of bookmarks in Chrome or Firefox and be able to open all the tabs and I have 1Password submit all the logins to those tabs. Is there a good way to do this 1P4?

Comments

  • sjk
    sjk
    1Password Alumni

    Hi @Nailz,

    It is possible to create bookmark folders in Chrome and Firefox containing 1Click Bookmarks that will open multiple tabs for those pages. However, the filling part can have inconsistent results, basically because of how page loading has to finish before filling occurs. Running Item > Fill Login in Browser (Option-Command-Return shortcut) in the main 1Password application with multiple items selected will behave similarly.

    @JasperP created an example AppleScript that opens one 1Click Bookmark at a time, with delay between to handle the page loading issue: here. Something similar could also be done using a shell script along these lines:

    #!/bin/sh
    
    BROWSER=Firefox
    
    open -a $BROWSER
    sleep 5
    open -a  $BROWSER 'http://www.appshopper.com/login?url=/&onepasswdfill=2BEC7D9D7E3666F451DD93CC09E62F6D'
    sleep 5
    open -a  $BROWSER 'https://www.evernote.com/Login.action?targetUrl=%2FHome.action&onepasswdfill=3FABD08660B4CC21AD085EDA3CBF4882'
    

    I know that's not quite what you have in mind but hope it can help to accomplish the same end result. If we can help you more with this or anything else please let us know. Thanks!

  • Nailz
    Nailz
    Community Member

    I will work on trying to get the script to work when I have some time, thank you.

  • On behalf of Scott, you are very welcome. If there is anything else we can help with please let us know.

    Ben

This discussion has been closed.