playwright-core 1.57.0-alpha-2025-10-13 → 1.57.0-alpha-2025-10-14

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -676,7 +676,7 @@ class Page extends import_channelOwner.ChannelOwner {
676
676
  return result.pdf;
677
677
  }
678
678
  async _snapshotForAI(options = {}) {
679
- const result = await this._channel.snapshotForAI({ timeout: this._timeoutSettings.timeout(options) });
679
+ const result = await this._channel.snapshotForAI({ timeout: this._timeoutSettings.timeout(options), track: options.track, mode: options.mode });
680
680
  return result.snapshot;
681
681
  }
682
682
  }