We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d214f0c commit 810e67aCopy full SHA for 810e67a
javascript/webdriver/capabilities.js
@@ -21,6 +21,8 @@ goog.provide('webdriver.Capabilities');
21
goog.provide('webdriver.Capability');
22
goog.provide('webdriver.ProxyConfig');
23
24
+goog.require('webdriver.logging.Preferences');
25
+
26
27
28
/**
0 commit comments