get_property_access_log
Retrieve and optionally clear property access records collected during JavaScript debugging to analyze object interactions in anti-detection browser environments.
Instructions
Retrieve property access records collected by trace_property_access.
Args: property_filter: Optional substring filter for property names. clear: If True, clear the log after retrieval.
Returns: dict with access records and count.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| property_filter | No | ||
| clear | No |