https://github.com/131/udom
micro DOM helpers
https://github.com/131/udom
Last synced: about 1 year ago
JSON representation
micro DOM helpers
- Host: GitHub
- URL: https://github.com/131/udom
- Owner: 131
- Created: 2015-09-11T20:19:27.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2018-11-28T15:48:01.000Z (over 7 years ago)
- Last Synced: 2025-02-17T09:16:43.484Z (over 1 year ago)
- Language: JavaScript
- Size: 20.5 KB
- Stars: 1
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#udom
# Api
# Element
* require('udom/isVisible')(dom element)
return whether or not the targeted element is visible (as in , can be clicked upon)
## test
* require('udom/test/waitFor')(element, chain)
Wait for an element to exist, then continue chain
* require('udom/test/waitUntilVisible')(element, chain)
Wait for an element to exist and be visible (c.f. isVisible), then continue chain