You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
//webview2 - support https://docs.microsoft.com/en-us/microsoft-edge/webview2/how-to/webdriver
* Manages the life and death of the EdgeDriver (MicrosoftWebDriver or MSEdgeDriver).
@@ -125,6 +125,11 @@ public int score(Capabilities capabilities) {
125
125
score++;
126
126
}
127
127
128
+
//webview2 - support https://docs.microsoft.com/en-us/microsoft-edge/webview2/how-to/webdriver
129
+
if ("webview2".equalsIgnoreCase(capabilities.getBrowserName())) {
130
+
score++;
131
+
}
132
+
128
133
if (capabilities.getCapability(EdgeOptions.CAPABILITY) != null) {
0 commit comments