File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed
rb/lib/selenium/webdriver Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change 23
23
module Selenium
24
24
module WebDriver
25
25
module Remote
26
- autoload :Bridge , 'selenium/webdriver/remote/bridge'
27
- autoload :Driver , 'selenium/webdriver/remote/driver'
28
- autoload :Response , 'selenium/webdriver/remote/response'
26
+ autoload :Bridge , 'selenium/webdriver/remote/bridge'
27
+ autoload :Driver , 'selenium/webdriver/remote/driver'
28
+ autoload :Response , 'selenium/webdriver/remote/response'
29
29
autoload :Capabilities , 'selenium/webdriver/remote/capabilities'
30
- autoload :COMMANDS , 'selenium/webdriver/remote/commands'
30
+ autoload :COMMANDS , 'selenium/webdriver/remote/commands'
31
+
31
32
module Http
32
- autoload :Common , 'selenium/webdriver/remote/http/common'
33
+ autoload :Common , 'selenium/webdriver/remote/http/common'
33
34
autoload :Default , 'selenium/webdriver/remote/http/default'
34
35
end
35
36
end
You can’t perform that action at this time.
0 commit comments