New issue
Advanced search Search tips

Issue 787630 link

Starred by 1 user

Issue metadata

Status: WontFix
Owner:
Closed: Nov 2017
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: Mac
Pri: 3
Type: Bug



Sign in to add a comment

DevTools UA emulation doesn't affect tracing metadata

Project Member Reported by lushnikov@chromium.org, Nov 21 2017

Issue description

Chrome Version       : 64

Downstream issue: https://github.com/GoogleChrome/puppeteer/issues/1440

DevTools Network.setUserAgentOverride doesn't affect tracing's metadata.
However, it probably should.


 

Comment 1 by caseq@chromium.org, Nov 21 2017

Status: WontFix (was: Assigned)
It shouldn't -- UA emulation is about things visible to page scripts or server. Tracing is not externally visible. It's also global (per-browser), while emulation is per-page.

Sign in to add a comment