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 4d94ba0 commit 5a0bfa6Copy full SHA for 5a0bfa6
java/client/test/org/openqa/selenium/testing/drivers/ReflectionBackedDriverSupplier.java
@@ -82,7 +82,6 @@ public WebDriver get() {
82
// ignore
83
}
84
85
- //TODO: All driver classes to have two Capabilities arguments
86
return driverClass.getConstructor(Capabilities.class).newInstance(desiredCapsToUse);
87
} catch (InvocationTargetException e) {
88
throw Throwables.propagate(e.getTargetException());
0 commit comments