Skip to content

Commit

Permalink
Update exported symbols for webdriverjs browser bundle.
Browse files Browse the repository at this point in the history
Fixes issue 6764.
  • Loading branch information
jleyba committed Dec 27, 2013
1 parent 71c5e23 commit 8d241f7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions javascript/webdriver/exports/exports.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ goog.require('bot.response');
goog.require('webdriver.ActionSequence');
goog.require('webdriver.Builder');
goog.require('webdriver.Button');
goog.require('webdriver.Capabilities');
goog.require('webdriver.Capability');
goog.require('webdriver.Command');
goog.require('webdriver.CommandName');
goog.require('webdriver.EventEmitter');
Expand All @@ -46,6 +48,8 @@ exports.ActionSequence = webdriver.ActionSequence;
exports.Builder = webdriver.Builder;
exports.Button = webdriver.Button;
exports.By = webdriver.Locator.Strategy;
exports.Capabilities = webdriver.Capabilities;
exports.Capability = webdriver.Capability;
exports.Command = webdriver.Command;
exports.CommandName = webdriver.CommandName;
exports.Error = bot.Error;
Expand Down

0 comments on commit 8d241f7

Please sign in to comment.