har-export-trigger icon indicating copy to clipboard operation
har-export-trigger copied to clipboard

Trigger HAR export any time directly from within a page.

Results 25 har-export-trigger issues
Sort by recently updated
recently updated
newest added

Hi! I am just wondering whether this addon can be used together with Selenium 3? I just wrote a demo, trying to get HAR with python selenium 3. But it...

Hi I have a requirement to collect har logs from chrome browser. Can i use this har-export-trigger to capture the same. If yes , please guide the steps on how...

Hi, yesterday I started to test one of our biggest coronavirus pages of Wikipedia (https://en.wikipedia.org/wiki/2019–20_coronavirus_pandemic). We use Firefox 74. If I use 74 and just export the HAR from devtools...

Hi @janodvarko since a while ago Firefox can be used through Geckodriver on a Android phone. Installing HAR-export-trigger works fine but getting the HAR doesn't work. I guess the problem...

Browsertime uses `har-export-trigger` to export HAR. I could export the HAR file when visiting some common sites: `google.com`, `facebook.com`, etc. But, I currently encounter `Object.throwDecodedError` when crawling some specific sites,...

Hi there, i use the Version 0.6.1 of the HET-extension with Firefox 68.0.2 and the following Code (with Selenium 3.14.0) `[create geckoservice] FirefoxOptions options = new FirefoxOptions(); options.addPreference("devtools.netmonitor.har.enableAutoExportToFile", true); options.addPreference("devtools.netmonitor.har.defaultLogDir",...

I am using .net(c#) with Selenium for capturing the network log I have **Firefox Developer Edition** **69** FirefoxProfile profile = new FirefoxProfile(); var allProfiles = new FirefoxProfileManager(); profile = allProfiles.GetProfile("Selenium");...

The HAR returned by v0.6.1 of the plugin on FF v68 does not conform to [v1.2 of the HAR spec](http://www.softwareishard.com/blog/har-12-spec/). I've noticed two issues that cause the return value of...

Steps to reproduce: 1) Install HARExportTrigger add-on for firefox 2) Open devtools network pane 3) Download https://www.google.com/ You will see that the https://www.google.com/ document shows an empty response (but it...