Skip to content
This repository has been archived by the owner on Jul 29, 2024. It is now read-only.

Commit

Permalink
chore(docs): document inheritance from webdriver
Browse files Browse the repository at this point in the history
  • Loading branch information
sjelin committed Jun 30, 2015
1 parent 3442314 commit a8bfc4b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions lib/element.js
Original file line number Diff line number Diff line change
Expand Up @@ -666,6 +666,7 @@ ElementArrayFinder.prototype.allowAnimations = function(value) {
* expect(input.getAttribute('value')).toBe('Foo123');
*
* @constructor
* @extends {webdriver.WebElement}
* @param {Protractor} ptor
* @param {ElementArrayFinder} elementArrayFinder The ElementArrayFinder
* that this is branched from.
Expand Down
2 changes: 1 addition & 1 deletion lib/locators.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ var clientSideScripts = require('./clientsidescripts.js');
* Angular applications by binding, model, etc.
*
* @alias by
* @augments webdriver.Locator.Strategy
* @extends {webdriver.By}
*/
var ProtractorBy = function() {};
var WebdriverBy = function() {};
Expand Down

0 comments on commit a8bfc4b

Please sign in to comment.