Is it possible to open a specific browser type i.e. Google chrome, Firefox, Chromium using the window.open() method? For instance, I have Google chrome, Firefox and chromium installed on my system and would like to specify which one to open depending on the circumstances. Occasionally , I would also like to open all the browsers simultaneously and compare between browser performance.
Tell me more
×
Super User is a question and answer site for
computer enthusiasts and power users. It's 100% free, no registration required.
closed as off topic by Diogo, techie007, Nifle, Sathya♦ Mar 5 '12 at 8:45
Questions on Super User are expected to relate to computer software or computer hardware within the scope defined in the FAQ. Consider editing the question or leaving comments for improvement if you believe the question can be reworded to fit within the scope. Read more about closed questions here.
|
No that is not possible. If you are looking to automate browsers for javascript testing, there are tools like js-test-driver. |
|||
|
|