This commit is contained in:
Nikolay Iliev 2021-08-10 12:03:21 +03:00
Родитель 5291e48492
Коммит c7edb0f72b
1 изменённых файлов: 23 добавлений и 15 удалений

Просмотреть файл

@ -16,40 +16,49 @@ Fiddler Jam provides several advanced capture options. These options allow you t
- [Mask cookies](#mask-cookies)
- [Mask all post data](#mask-all-post-data)
- [Disable Cache](#disable-cache)
- [Capture storage info](#capture-storage-info)
- [Capture video](#capture-video)
![Fiddler Jam Advanced Options](../images/ext/ext-images/extension-start-capturing-extended-003.png)
## Take screenshots while capturing
This option will take a screenshot of each user action during the capturing process. Each screenshot will be added to the ongoing recording as a PNG file. The activities that trigger a screenshot are clickable actions (buttons, links), interactions with forms, etc. By default, **Take screenshots while capturing** is **enabled**.
### Take screenshots while capturing
This option will take a screenshot of each user's activities during the capturing process. Each screenshot will be added to the ongoing recording as a PNG file. The activities that trigger a screenshot are clickable actions (buttons, links), interactions with forms, etc. By default, **Take screenshots while capturing** is **enabled**.
>important The screenshots are available only when accessing the recorded log through [the Fiddler Jam portal]({%slug fj-portal%}). A recorded log exported as HAR or opened directly in [Fiddler Everywhere](https://www.telerik.com/download/fiddler-everywhere) won't contain screenshots.
## Capture console
This option will capture everything outputted in the developer console, including the log and available stack traces. By default, **Capture console** is **enabled**.
### Capture console
When enabled, the capturing includes everything outputted in the developer console, including the log and available stack traces. The option is **enabled** by default.
>important The console logs are available only when accessing the recorded log through [the Fiddler Jam portal]({%slug fj-portal%}). A recorded log exported as HAR or opened directly in [Fiddler Everywhere](https://www.telerik.com/download/fiddler-everywhere) won't contain console logs.
## Mask cookies
This option will mask any cookies that are part of the captured requests and responses. Masking hides all cookie values while the cookie key names remain visible. By default, **Mask cookies** is **enabled**.
### Mask cookies
## Mask all post data
When enabled, the Jam extension masks any cookies that are part of the captured requests and responses. Masking hides all cookie values while the cookie key names remain visible. The option is **enabled** by default.
This option will mask any post data (for example, data from forms, input text fields, etc.). Post data is also the request body sent via POST/PUT/PATCH methods. By default, **Mask post data** is **enabled**.
## Disable cache
### Mask all post data
This option will set the value of the `Cache-Control` and `Prasgma` headers to `no-cache` on each network request. By default, **Disable cache** is **enabled**.
When enabled, the Jam extension masks any post data (for example, data from forms, input text fields, etc.). Post data is also the request body sent via POST/PUT/PATCH methods. By default, **Mask post data** is **enabled**. The option is **disabled** by default.
## Capture storage info
This option will capture local or session storage data from each inspected Chrome tab.
### Disable cache
## Capture video
When enabled, the Jam extension sets the value of the `Cache-Control` and `Prasgma` headers to `no-cache` on each network request. The option is **enabled** by default.
This option will capture video recording from the inspected Chrome tab.
### Capture storage info
When enabled, the Jam extension captures local or session storage data from each inspected Chrome tab. The storage info is then accessible through the **Storage Details** tab from the submitted log screen in the Jam portal. The option is **disabled** by default.
### Capture video
When enabled, the Jam extension captures video recording from the inspected Google Chrome tab. The video is then accessible through the **Screen recording** tab from the submitted log screen in the Jam portal. The option is **disabled** by default.
## Security concerns
@ -64,4 +73,3 @@ Learn more about:
- How to [work with submitted logs in the Fiddler Jam portal]({%slug fj-portal-logs%}).
- How to [organize received logs into portal workspaces]({%slug fj-workspaces%})
- How to [use the Fiddler Everywhere desktop application for deep-dive investigation of Jam logs]({%slug fj-advanced-analysis%}).