You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: restore emulated geolocation data per user context after per context is removed (#1026)
Follow up after #1001
Align geolocation and screen orientation logic with other emulations.
Scenario:
1. Set some emulation per user context.
1. Set another emulation per browsing context.
1. Remove emulation per browsing context.
Current behavior:
1. All emulations are removed from some emulation per user context
New behavior, aligned with other emulation's methods:
1. Some emulation per user context is still applied.
0 commit comments