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.
toJson
Browser
1 parent fcab887 commit 77e99f6Copy full SHA for 77e99f6
java/src/org/openqa/selenium/remote/Browser.java
@@ -72,4 +72,8 @@ public boolean is(String browserName) {
72
return browserName().equals(browserName) || "Safari".equals(browserName);
73
}
74
};
75
+
76
+ default String toJson() {
77
+ return browserName();
78
+ }
79
0 commit comments