From 806f38113c675a26171776a559a20bf3899aa2cc Mon Sep 17 00:00:00 2001 From: Julie Date: Tue, 10 Sep 2013 10:23:15 -0700 Subject: [PATCH] Fix: findElements() and isElementPresent() now work for protractor.By.input. Closes #79. --- lib/protractor.js | 25 +++++++++++++++++++++++++ spec/findelements_spec.js | 6 ++++++ 2 files changed, 31 insertions(+) diff --git a/lib/protractor.js b/lib/protractor.js index 0473f8f4d..b4c935c72 100644 --- a/lib/protractor.js +++ b/lib/protractor.js @@ -212,6 +212,27 @@ clientSideScripts.findRepeaterColumn = function() { * arguments[0] {Element} The scope of the search. * arguments[1] {string} The model name. * + * @return {Array.