NetExport not saving file on Mac

33 views
Skip to first unread message

Len

unread,
Sep 20, 2010, 7:13:56 PM9/20/10
to Firebug
Mac OS X v 10.6.4
Firefox 3.6.10
Firebug 1.5.4
NetExport 0.8b5


I'm unable to actually export the .HAR file. More specifically, it
appears the file gets exported (and preview opens and I see the
contents) and the file selection dialog opened by NetExport shows .har
files, but they are invisible to Finder (or the find command from
Command window prompt).

This worked as expected on a Windows machine.

Cheers,
Len

Honza (Jan Odvarko)

unread,
Sep 21, 2010, 8:57:51 AM9/21/10
to Firebug
I tested this and works just fine for me. I can see the *.har file in
Finder.
I am not regular Mac user, but if you store the file into non-system
folder
does it help?

Honza

ajay ramachandran

unread,
Nov 27, 2015, 5:45:53 AM11/27/15
to Firebug, lk...@comcast.net



This is my program , i am not able to do netexport in Mac, kindly help.

Preview also does not open.


public static void main(String[] args) throws IOException, InterruptedException {

        

FirefoxProfile profile = new FirefoxProfile();

        

        File firebug = new File("firebug-2.0.1.xpi");

        File netExport = new File("netExport-0.7b7.xpi");

        profile.addExtension(firebug);

        profile.addExtension(netExport);

        profile.setPreference("app.update.enabled", false);

        String domain = "extensions.firebug.";


        // Set default Firebug preferences

        profile.setPreference(domain + "currentVersion", "1.9.2");

        profile.setPreference(domain + "allPagesActivation", "on");

        profile.setPreference(domain + "defaultPanelName", "net");

        profile.setPreference(domain + "net.enableSites", true);


        // Set default NetExport preferences

        profile.setPreference(domain + "netexport.alwaysEnableAutoExport", true);

        profile.setPreference(domain + "netexport.showPreview", true);

        profile.setPreference(domain + "netexport.defaultLogDir", "/Users/aramachandran/Desktop/");

        

        


      WebDriver driver = new FirefoxDriver(profile);


      Thread.sleep(5000);

      driver.get("http://www.softwareishard.com");


     // Wait till HAR is exported

     Thread.sleep(5000);

        driver.quit();

Jan Honza Odvarko

unread,
Nov 27, 2015, 5:51:29 AM11/27/15
to Firebug, lk...@comcast.net
The NetExport extension has been replaced by NetExportTrigger + build in export features.

See:
http://www.softwareishard.com/blog/har-export-trigger/

If you are experiencing any issues, create a  report here:
https://github.com/firebug/har-export-trigger/issues

Honza
Reply all
Reply to author
Forward
0 new messages