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: rb/lib/selenium/webdriver/ie.rb
+12-7Lines changed: 12 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -17,23 +17,28 @@
17
17
# specific language governing permissions and limitations
18
18
# under the License.
19
19
20
+
require'selenium/webdriver/ie/server'
21
+
require'selenium/webdriver/ie/bridge'
22
+
20
23
moduleSelenium
21
24
moduleWebDriver
22
-
23
-
# @api private
24
25
moduleIE
26
+
MISSING_TEXT="Unable to find standalone executable. Please download the IEDriverServer from http://selenium-release.storage.googleapis.com/index.html and place the executable on your PATH."
Copy file name to clipboardExpand all lines: rb/lib/selenium/webdriver/ie/server.rb
+1-8Lines changed: 1 addition & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -29,16 +29,9 @@ class Server
29
29
30
30
STOP_TIMEOUT=5
31
31
SOCKET_LOCK_TIMEOUT=45
32
-
MISSING_TEXT="Unable to find standalone executable. Please download the IEDriverServer from http://selenium-release.storage.googleapis.com/index.html and place the executable on your PATH."
0 commit comments