Skip to content

Commit ed4a89e

Browse files
committed
server: Deprecating an interface method that is used in tests only
1 parent 6418964 commit ed4a89e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

java/server/src/org/openqa/selenium/remote/server/DriverFactory.java

+4
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,9 @@ public interface DriverFactory {
2525

2626
WebDriver newInstance(Capabilities capabilities);
2727

28+
/**
29+
* @deprecated This method is used in tests only and subject to be removed from the interface
30+
*/
31+
@Deprecated
2832
boolean hasMappingFor(Capabilities capabilities);
2933
}

0 commit comments

Comments
 (0)