Below is a combination of free tools that can save and open a browser session.
Capture browsers session
- To capture and save the the browser session can use Chrome extension called Chrome Developer Tools. After installation
- You can activate it in your active Chrome browser window with the shortcat: Ctrl+Shift+I. It will open a new panel at the bottom of your screen.
- Navigate to the Network tab
- Now you can browse your site(s) and you should see all the requests your browser does.
- Once you finish please click with the right mouse button on any of requests and select from the menu "Save as HAR with content" to save an HAR file on the disk.
- You can send a HAR file to any other person for offline analysis.
- An example application that can read and display it is Fiddler.
- From Fiddler menu open the HAR file by navigating to File->Import->HTTPArchive
http://fiddler2.com/Features/web-session-manipulation
http://neverblog.net/save-and-share-results-from-chromes-developer-tools-network-panel/
http://blog.chromium.org/2011/02/chrome-developer-tools-back-to-basics.html
No comments:
Post a Comment