This library provide a function which wait until an element is visible.
Installation
npm install wait-for-element.js
Dependency
- Promise API
if you use it with non promise support browser, should load Promise polyfill like ES6-Promise.
Usage
For details, please see Example.
/** * Wait until an element that is matched the selector is visible. * @param * @param * @returns */var waitForElement = ;;
Tests
npm test
Contributing
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -am 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request :D
License
MIT