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
CommandExecutor executor = new HttpCommandExecutor(Collections.emptyMap(), config, new TracedHttpClient.Factory(tracer, org.openqa.selenium.remote.http.HttpClient.Factory.createDefault()));
29
+
CommandExecutor executorTraced = new TracedCommandExecutor(executor, tracer);
30
+
WebDriver webDriver = new RemoteWebDriver(executorTraced, new ChromeOptions());
31
+
```
32
+
33
+
The reasoning is described in https://github.com/assertthat/selenium-shutterbug/issues/103
0 commit comments