har Questions

2

Background I am working on a tool that would let users upload HAR files and keep replaying them over and over and gather analytics, like average speed over time, service availability etc. I...
Hoehne asked 6/2, 2015 at 4:8

3

In Chrome Dev tools/Network tab I have filtered the requests using filter like "-.json -.png -.woff2". I want to export the remaining requests (those which are visible on the screen). How...
Kami asked 26/10, 2020 at 14:13

2

I want to serialize a requests Response object as json, preferably in HAR format. import requests resp = requests.get('http://httpbin.org/get') har = to_har(resp) # <--- magic but couldnt fi...
Foltz asked 4/6, 2019 at 11:16

2

Solved

Is there a way to create a har file with xhr request only in chrome dev tools? Even though I can filter the requests in dev tools, when I save it as a har file, it contains all the requests. If t...
Donte asked 10/10, 2019 at 14:53

3

Solved

Basically what I need is a way to automate the result of the following operations: Open a new tab Open the Network tab in the developer tools Load a URL Select "Save All as HAR" Oft...
Abdominal asked 24/11, 2012 at 1:38

5

Solved

I have to know some informations about documents loaded by a browser (e.g. chrome ) for that inspect element is good choise. Now I have to import data to an excel. Inspect element allow to save dat...
Shinleaf asked 27/7, 2015 at 8:16

2

I saved my network data in a har file. Now I want to extract the whole dictionary of content that contains specific word as an indicator to save that dictionary to an array. There are multiple simi...
Portwine asked 10/6, 2020 at 17:54

12

Solved

I love the network debugger, that being said, what programs are out there that let me step forward and backward through multiple 'hars' so I can replay them? if the 'hars' are saved with content, c...
Helenahelene asked 24/4, 2013 at 17:57

3

Solved

For some automated tests that I did, I had to record requests from Chrome, and then repeat them in curl commands. I start checking how to do it...
Kassandrakassaraba asked 17/9, 2015 at 7:40

3

Environment Windows 10 Chrome Version 66.0.3359.181 (Official Build) (64-bit) Problem at hand For debugging purpose, I log network traffic and save it as a HAR file. When the resulting HAR fil...
Credential asked 27/5, 2018 at 11:39

3

Solved

I am using Selenium2/WebDriver to test my web applications. All the tests are written in Java and run with Maven. While opening a page with webdriver I'd like to capture all the requests made by p...
Tickler asked 25/5, 2012 at 13:43

2

I would like to control a headless chrome instance using puppeteer, taking snapshots and clicking on various page elements, while capturing a har file. Is this possible? I have looked at the API bu...
Muco asked 21/11, 2017 at 16:59

1

Solved

I've put together a proxy server in Node that needs the ability to tunnel https requests over tls and that all works. Using the the following two packages this was extremely easy to setup: proxy, h...
Trimurti asked 26/7, 2017 at 13:43

3

Solved

Could anybody advise how to generate a har file from given a url via command line in linux? Detail tools used and guidelines are much appreciated. Thanks
har
Venessavenetia asked 16/5, 2012 at 5:4

6

Solved

I'm trying to automate page load time testing. I'm imagining running a cron job every couple hours that will load various pages from my website, retrieve the associated har files, and process...
Bristle asked 8/5, 2012 at 18:36

3

I am familiar with how to use the Google Chrome Web Inspector to manually save a webpage as a HAR file with the content. I would like to automate this. In my searches for tools to automate the gen...
Fabiolafabiolas asked 10/2, 2014 at 3:44
1

© 2022 - 2024 — McMap. All rights reserved.