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

feat(locators) Add map() function to element.all #395

Closed
wants to merge 4 commits into from
Closed

feat(locators) Add map() function to element.all #395

wants to merge 4 commits into from

Conversation

andresdominguez
Copy link
Contributor

Added a map function to element.all to apply a function to each element and return the result of the transformation.

Closes #392

Added a map function to element.all to apply a function to each element and return the result of the transformation.

Closes #392
@mary-poppins
Copy link

Thanks for the PR!

  • Contributor signed CLA now or in the past
    • If you just signed, leave a comment here with your real name
  • PR's commit messages follow the commit message format

If you need to make changes to your pull request, you can update the commit with git commit --amend.
Then, update the pull request with git push -f.

Thanks again for your help!

@juliemr
Copy link
Member

juliemr commented Jan 8, 2014

Automated CLA checker says: please sign CLA at http://code.google.com/legal/individual-cla-v1.0.html Please make sure that the email associated with your PR is the same as the email you use to sign.

Added a map function to element.all to apply a function to each element and return the result of the transformation.

Closes #392
Added a map function to element.all to apply a function to each element and return the result of the transformation.

Closes #392
@juliemr
Copy link
Member

juliemr commented Jan 10, 2014

Thanks! Merged as 092fe1f

@juliemr juliemr closed this Jan 10, 2014
@andresdominguez andresdominguez deleted the addMap branch January 15, 2014 03:26
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add map() function to element.all
3 participants