You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 29, 2024. It is now read-only.
Documentation for element.all(locator).each(eachFunction) does not show what the return value of the each function is. Seems like it returns a webdriver.promise.Promise<void>, since each internally uses the map function.
The text was updated successfully, but these errors were encountered:
(Using Protractor 3.1.1)
Documentation for element.all(locator).each(eachFunction) does not show what the return value of the
each
function is. Seems like it returns awebdriver.promise.Promise<void>
, sinceeach
internally uses themap
function.The text was updated successfully, but these errors were encountered: