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 e5351f9 commit d5fbb4aCopy full SHA for d5fbb4a
src/main/java/driver/IDriverType.java
@@ -2,7 +2,7 @@
2
3
import org.openqa.selenium.MutableCapabilities;
4
5
-public interface IDriverType {
+interface IDriverType {
6
7
MutableCapabilities returnDriver();
8
}
0 commit comments