Skip to content

Commit

Permalink
removing TODO comment that appears to now be done :)
Browse files Browse the repository at this point in the history
  • Loading branch information
lukeis committed Aug 22, 2015
1 parent 4d94ba0 commit 5a0bfa6
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,6 @@ public WebDriver get() {
// ignore
}

//TODO: All driver classes to have two Capabilities arguments

This comment has been minimized.

Copy link
@asashour

asashour Aug 23, 2015

Contributor

This TODO replaces the old one, and still all drivers need to implement the two Capabilities arguments. Currently, Chrome and IE don't support it yet.

This comment has been minimized.

Copy link
@lukeis

lukeis Aug 23, 2015

Author Member

those TODOs should be moved to those classes then, since there's nothing 'todo' in this class anymore

return driverClass.getConstructor(Capabilities.class).newInstance(desiredCapsToUse);
} catch (InvocationTargetException e) {
throw Throwables.propagate(e.getTargetException());
Expand Down

0 comments on commit 5a0bfa6

Please sign in to comment.