|
I need both Firefox 2 and Firefox 3 on my Mac OS X for testing purposes.
Is it possible?
Started by Eugene on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at superuser):
So
Open the firefox 2 dmg
Copy Firefox to Applications
Rename....
See if this approach could help solve your problem: OS X install firefox 2 firefox 3 same computer
You just need to change the application name once it is installed.
|
|
Is Firefox 3.x slower to startup than Firefox 2.x or is it just me?
Started by Supertux on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at superuser):
Which one is the newest install? Did you have 3.X for a while and it slowed down, leading you to test 2.X?
If so, 2.X will naturally be faster, since it's a fresh install, without any odd settings or addons slowing... .
All depends.
Seriously.
It's just you.
|
|
I think what I need here is to know which magic command-line or OSA script program to run to start up a URL in an existing Firefox browser, if one is running, or to also start up Firefox if it isn't. On Mac.
I'm testing a Python program (Crunchy Python...
Started by Andrew Dalke on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
A /Applications/Firefox.app %s")
Following Nicholas Riley 's comment
If Firefox is on the list.
|
Ask your Facebook Friends
|
Hi guys!
I have a question:
My program will search FireFox windows opened by user. When a user open Firefox and enter any site, I want to search for a keyword in that page's HTML content.
How can I access Firefox's Active Tab's DOM (or HTML content) from...
Started by Nuri Akman on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
You can write an extension-in to Firefox..
It can be done through addons
To copy htm contents of a page in Firefox, use the View > Page the DOM of a web page inside Firefox from an external program.
|
|
I keep setting the starting page manually to empty, but after each plugin install or firefox update it is again set to the firefox starting page.
Is this normal behaviour? Or could the be beause of a plugin? Or some setting, or hidden setting?
This is...
Answer Snippets (Read the full thread at superuser):
Tools Menu - Options - Main - When Firefox starts : show a blank page (instead of home page)
This should work as you are just deleting the home page url
EDIT:If you are not using Firefox 3.5.* you can.
|
|
Hi all, when I run my test in selenium, the newly opened firefox window is opened without my installed addons like xpathchecker.
Is it possible to setup selenium so that it will use firefox with installed addons?
Started by Peter_Tester on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
firefox/qa/'); // 'qa' is my profile folder name server_preferences.setFirefoxProfileTemplate(f.
|
|
I cannot start Firefox on my Mac. It just says "A copy of Firefox is already open. Only one copy of Firefox can be open at a time." I have tried restarting the computer. Any fixes?
You have suggested deleting the lock files in my profile, but, I don't...
Started by Isaac Waller on
, 6 posts
by 6 people.
Answer Snippets (Read the full thread at superuser):
First, right click on the Firefox icon and try clicking Force Quit....
If firefox sees an active instance of itself when it starts, it skips creating another instance the Firefox process is still running even after you close the program.
|
|
My website is working fine on IE, but when I open it on Firefox, Firefox asks to download the same page and opens the Download File dialog. This problem occurs sometimes in Safari also.
For example, if I type in the URL as:
http://www.example.com/news...
Started by RPK on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
Also, try sending an explicit HTTP header like this:
<?php header... .
If you are using PHP, check for any header() calls being sent before the page is echoed .
This appears to be a problem with the MIME type being sent by your server in the HTTP header .
|
|
Is there any possibily that I can have a html page with button, that when the user click it, it will run linux command on the local machine?
If it is not possible, then is it possible to have a firefox extension that monitor a url, and if the url appear...
Started by karikari on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Updating it to work under the latest version of Firefox is left.
You could build your own Firefox license, and here's a mirror .
On the user's machine, and they built it that way for a reason .
|
|
Firefox 3 now stores bookmarks in a Sqlite file called profiles.sqlite.
This file is locked while Firefox 3 is running.
I know that there are backup files, but they are old (only written when FF exits).
I do not want the user to have to install a plug...
Started by Peter on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
String path_to_db = @"C:\Documents and Settings\Jeff\Application Data\Mozilla\Firefox\Profiles.
|