feat(webview): support setUserAgent#41390
Conversation
|
|
||
| const contextOptions = this._browserContext._options; | ||
| if (contextOptions.userAgent) | ||
| promises.push(this.updateUserAgent()); |
There was a problem hiding this comment.
this is a correctness/optimization fix
updateUserAgent iterates all sessions/targets, whereas this method is intended to only modify a specific session/target
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
Test results for "tests 2"2 fatal errors, not part of any test 32 flaky104503 passed, 4403 skipped Merge workflow run. |
b96a2f6 to
cd0cf81
Compare
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
cd0cf81 to
f5e611c
Compare
Test results for "MCP"7354 passed, 1122 skipped Merge workflow run. |
Test results for "tests 1"2 failed 2 flaky48914 passed, 1142 skipped Merge workflow run. |
|
@yury-s this doesn't seem to cause any previously failing tests to now pass :( |
No description provided.