File tree Expand file tree Collapse file tree 6 files changed +6
-0
lines changed Expand file tree Collapse file tree 6 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -18,6 +18,7 @@ goog.require('bot.response');
18
18
goog . require ( 'goog.json' ) ;
19
19
goog . require ( 'goog.userAgent.product' ) ;
20
20
goog . require ( 'webdriver.Command' ) ;
21
+ goog . require ( 'webdriver.CommandExecutor' ) ;
21
22
goog . require ( 'webdriver.CommandName' ) ;
22
23
23
24
Original file line number Diff line number Diff line change 15
15
goog . provide ( 'webdriver.http.CorsClient' ) ;
16
16
17
17
goog . require ( 'goog.json' ) ;
18
+ goog . require ( 'webdriver.http.Client' ) ;
18
19
goog . require ( 'webdriver.http.Response' ) ;
19
20
20
21
Original file line number Diff line number Diff line change @@ -25,6 +25,7 @@ goog.provide('webdriver.http.Response');
25
25
goog . require ( 'bot.ErrorCode' ) ;
26
26
goog . require ( 'goog.array' ) ;
27
27
goog . require ( 'goog.json' ) ;
28
+ goog . require ( 'webdriver.CommandExecutor' ) ;
28
29
goog . require ( 'webdriver.CommandName' ) ;
29
30
goog . require ( 'webdriver.promise.Deferred' ) ;
30
31
Original file line number Diff line number Diff line change @@ -18,6 +18,7 @@ goog.provide('webdriver.http.XhrClient');
18
18
19
19
goog . require ( 'goog.json' ) ;
20
20
goog . require ( 'goog.net.XmlHttp' ) ;
21
+ goog . require ( 'webdriver.http.Client' ) ;
21
22
goog . require ( 'webdriver.http.Response' ) ;
22
23
23
24
Original file line number Diff line number Diff line change @@ -38,6 +38,7 @@ goog.require('webdriver.Session');
38
38
goog . require ( 'webdriver.logging' ) ;
39
39
goog . require ( 'webdriver.promise' ) ;
40
40
goog . require ( 'webdriver.until' ) ;
41
+ goog . require ( 'webdriver.promise.Thenable' ) ;
41
42
42
43
43
44
//////////////////////////////////////////////////////////////////////////////
Original file line number Diff line number Diff line change 7
7
goog . provide ( 'wgxpath.NameTest' ) ;
8
8
9
9
goog . require ( 'goog.dom.NodeType' ) ;
10
+ goog . require ( 'wgxpath.NodeTest' ) ;
10
11
11
12
12
13
You can’t perform that action at this time.
0 commit comments