- NLPs
Retrieve Value in Text Element
Capture Dropdown Elements
Unable to Select Radiobutton
Unable to Click Checkbox
Clearing the Session or Cookies
UI Identifier NLP
Drag & Drop NLP
Uploading Files NLP
Use MySQL Addon in NLPs- setup
Server Docker Deployment Errors
Secured Business Application Support
Troubleshooting Restricted Access to Testsigma
Why mobile device not displayed in Testsigma Mobile Test Recorder?
Unable to Create New Test Session
Agent Startup Failure Due to Used Ports
Tests Permanently Queued in Local Executions
Fix Testsigma Agent Registration Failures
Testsigma Agent Cleanup
Need of Apache Tomcat for Testsigma Agent- web apps
URL not accessible
Test Queued for a Long Time
Issues with UI Identifiers
Missing Elements in Recorder
Collecting HAR File
Errors with Browser Session
Page Loading Issues- mobile apps
Failed to Start Mobile Test Recorder
Troubleshooting “Failed to perform action Mobile Test Recorder” error
Why Test Execution State is Queued for a Long Time?
Why Mobile App Keeps Stopping After Successful Launch?
More pre-requisite settings
Why am I not able to start WDA Process on iPhone?
What are the Most Common causes for Click/Tap NLP Failure?
How to Find App Package & Activity in Android?
Cross-environment Compatible ID Locators (Android)
Why Accessibility IDs Over other Locators?
What are Common Android Issues & Proposed Solutions?
How to Find the App Bundle ID for iOS?
Developer Mode (iOS 16 & Above)
How to Handle iOS App Compatibility Issues?
How to Disable Play Protect for SMS Forwarder Installation?
How to Capture Network Logs in an Android Application?
Collecting HAR File for Support Tickets
To capture a HAR (HTTP Archive) file, you can use the developer tools available in web browsers. These tools track the network activities and help export this data as a HAR file. A HAR file is important in identifying and diagnosing product performance or latency issues. It is advisable to procure this data before raising a bug. This article discusses collecting the HAR file for a web page.
Steps to Collect HAR File
1. Access Developer Tools
-
To Open Developer Tools in Google Chrome:
- Windows/Linux: Press F12 or Ctrl+Shift+I
- Mac: Cmd+Option+I Alternatively, right-click on the page and select Inspect.
- In Mozilla Firefox: Press F12 or Ctrl+Shift+I (Windows/Linux) or Cmd+Option+I (Mac) to open the Developer Tools. You can also right-click on the page and select Inspect Element.
- In Microsoft Edge: Press F12 or Ctrl+Shift+I (Windows/Linux) or Cmd+Option+I (Mac) to open the Developer Tools. Alternatively, right-click on the page and select Inspect.

2. Navigate to the Network Tab
- On the Developer Tools, click on Network to access network monitoring tools.

- On the Network tab, reload the web page for which you want to capture network activity. This will start recording all network requests and responses.

3. Export HAR File
- Google Chrome: Right-click anywhere within the Network tab and select Save all as HAR with content. You can also click the Export HAR icon in the Network panel toolbar.
- Mozilla Firefox: Right-click anywhere within the Network tab and select Save All as HAR.
- Microsoft Edge: Right-click anywhere within the Network tab and select Save as HAR with Content. You can also click the Export HAR icon in the Network panel toolbar.

Save the HAR file to the desired location on your computer.
Required Files to Raise Support Ticket
Now that you're familiar with the process of procuring the HAR file, you can follow the steps below while collecting the HAR file to address the specific issue you're facing. This file is required to raise a support ticket in Testsigma.
In Case of Execution Failures:
- Sign out of the application.
- Navigate to Developers Tools > Network tab to record all requests.
- Sign in to the application.
- Navigate to the execution that has encountered the error.
- Return to the Network tab, which will still be recording, and export the HAR file as mentioned in the above section.
- If you're using a Local Agent, collect the logs from the local agent.
In Case of UI Functionality Issues:
- Sign out of the application.
- Navigate to Developers Tools > Network tab to record all requests.
- Sign in to the application.
- Go to the page where the error or functionality glitch is present.
- Return to the Network tab, which will still be recording, and export the HAR file as mentioned in the above section.