I have a small issue.I am opening a firefox browser in a specific profile with selenium,and an flash app appear.In this app I need to click something,so I use sikuli.The problem is when clicking a button with sikuli,my app opens a browser in an anonymous profile so the "Untrusted SSL certificates" appears.
Is there any way to setAcceptUntrustedCertificates for anonymous profiles for firefox ?
I want to mention that I already have setAcceptUntrustedCertificates in my java code.
Thanks