I am setting up Selenium testing for Safari 5 on Mac. I need to install our Safari extension before, and this should happen silently and without any user prompts. From previous posts, I found that this works in that it loads a browser with the extension:
open -a safari okta.safariextz
But it leaves the browser open with a prompt to the user: "Do you really want to install the extension?"
Selenium does not have access to this hint and cannot click install. I need to configure Safari so that it does not prompt for user installation, but simply allows you to install the extension.
Is there any way to do this?
Any pointers appreciated.
-Denali
source
share