We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b2d5fd commit ca86aabCopy full SHA for ca86aab
javascript/atoms/locators/classname.js
@@ -19,9 +19,7 @@ goog.provide('bot.locators.className');
19
20
goog.require('bot.Error');
21
goog.require('bot.ErrorCode');
22
-goog.require('goog.array');
23
goog.require('goog.dom');
24
-goog.require('goog.dom.DomHelper');
25
goog.require('goog.string');
26
27
javascript/atoms/locators/locators.js
@@ -31,7 +31,6 @@ goog.require('bot.locators.name');
31
goog.require('bot.locators.partialLinkText');
32
goog.require('bot.locators.tagName');
33
goog.require('bot.locators.xpath');
34
-goog.require('goog.array'); // for the IArrayLike typedef
35
goog.require('goog.object');
36
37
0 commit comments