-
-
Notifications
You must be signed in to change notification settings - Fork 747
Add grab*FromAll method #2098
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add grab*FromAll method #2098
Conversation
I have created a new document under webapi folder. But when I try to generate document It also makes changes which I did not change. Maybe it would have been missed in previous merges. (So I did not add any md files in the PR) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sounds good so far @koushikmohan1996
Please continue
- Add assertion to grabTextFrom Method - Remove assertion from grabTextFromAll Method
- Add grabAttributeFromAll - Add grabCssPropertyFromAll - Add grabValueFromAll - Add grabHTMLFromAll
Clones added
============
- lib/helper/Nightmare.js 2
- lib/helper/Protractor.js 6
- lib/helper/TestCafe.js 2
- lib/helper/WebDriver.js 7
- lib/helper/Puppeteer.js 6
See the complete overview on Codacy |
Should add GrabCss for nightmare helper too after ##2111 merges |
Motivation/Description of the PR
Applicable helpers:
Resolves #2093
Type of change
Checklist:
npm run docs
)npm run lint
)npm test
)