We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9510730 commit 2252beaCopy full SHA for 2252bea
playwright/src/main/java/com/microsoft/playwright/impl/BrowserImpl.java
@@ -179,10 +179,6 @@ private BrowserContextImpl newContextImpl(NewContextOptions options) {
179
context.setBaseUrl(options.baseURL);
180
}
181
context.initializeHarFromOptions(options);
182
- if (launchOptions != null) {
183
- context.tracing().setTracesDir(launchOptions.tracesDir);
184
- }
185
- contexts.add(context);
186
return context;
187
188
0 commit comments