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
Copy file name to clipboardExpand all lines: src/main/scala/org/scalatestplus/selenium/WebBrowser.scala
+7Lines changed: 7 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -4776,6 +4776,13 @@ trait Edge extends WebBrowser with Driver with ScreenshotCapturer {
4776
4776
}
4777
4777
}
4778
4778
4779
+
/**
4780
+
* Companion object that facilitates the importing of <code>Edge</code> members as
4781
+
* an alternative to mixing it in. One use case is to import <code>Edge</code> members so you can use
4782
+
* them in the Scala interpreter.
4783
+
*/
4784
+
objectEdgeextendsEdge
4785
+
4779
4786
/*
4780
4787
* <p>
4781
4788
* If you mix in <a href="../ScreenshotOnFailure.html"><code>ScreenshotOnFailure</code></a>, ScalaTest will capture a screenshot and store it to either the system temp directory
0 commit comments