Linux - SoftwareThis forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
This is not so much a Linux question as it is a Firefox one. I posted this question in the Mozilla forum but, after I did, I couldn't find it.
Does anyone know a way to disable all of Firefox's security checks? I am doing automated website testing at work using Selenium Remote Control and I don't want Firefox to prompt the user for anything related to ssl certificates, scripts, javascript, etc. I have tried changing the values related to security in about:config but this doesn't help (I still get prompted about invalid ssl certificates).
Note: Please no responses about how insecure disabling ssl checks is. I am well aware of the security risks but I don't care as we are testing sites that we built.
Will your testing be valid if you don't test all the events that an actual user will encounter? Rather than disabling the security features, change you test scripts to deal with them. If your current tool makes that difficult, consider getting a better tool.
The major point in an automated test is to test the whole application after every change in the app, not just the parts that the developers think they changed.
Last edited by PTrenholme; 12-19-2008 at 10:19 AM.
Thanks, but I don't need advice on the proper way to test our websites. We know what we are trying to test. I just want to know if there's a way to disable security checks in Firefox. If I knew how to change my scripts so that they wouldn't do this then I would do that; however I don't know that this is possible. The problem seems to be inherent with using Selenium Remote Control. If you know of any better tool than this than I'd love to know.
Sorry, I retired several years ago, and I'm no longer familiar with whats available out there.
When I ran a QC group in the '90s, the automated test tools we used were all Windows specific since we were developing on that OS. But all the tools we used then were capable of dealing with random pop-up windows when they were displayed, so I'm surprised that you can't do that with the tool you're using.
In fact, I just glanced at the documentation on the SRC web site and it seemed to me that the verify directive could be used to periodically see if you'd got an unexpected pop-up and take appropriate action if it's found.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.