1
edit
Changes
→Project Problems and Solutions
==Solution: Firefox doesn't know how to open this address, because the protocol (c) isn't associated with any programs==
In paths.py, the paths for INIT_URL, TS_URL and TP_URL have to be in this format a local file url, not file path (file:///c:/):
<pre>
"""The path to the file url to load when initializing a new profile"""
* By default in paths.py: BASE_PROFILE_DIR = r'C:\extension_perf_testing\base_profile'
* The BASE_PROFILE_DIR could be a different path, it doesn't have to be like the one above.
==Problem: This page should close Firefox. If it does not, please make sure that the dom.allow_scripts_to_close_windows preference is set to true in about:config==
*You have to change the dom.allow_scripts_to_close_windows preference to true
==Solution: This page should close Firefox. If it does not, please make sure that the dom.allow_scripts_to_close_windows preference is set to true in about:config==
*Type in about:config in the address bar
*Scroll down and look for dom.allow_scripts_to_close_windows
*Double click on it to set it to true
= Project News =