This website requires JavaScript.
Explore
Help
Sign In
thunderstrike
/
puppeteer
Watch
2
Star
0
Fork
0
You've already forked puppeteer
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
6c9a99477b
puppeteer
/
utils
/
doclint
/
check_public_api
/
test
/
diff-methods
/
doc.md
11 lines
93 B
Markdown
Raw
Normal View
History
Unescape
Escape
[doclint] move doclint testing to golden This patch: - move doclint testing to golden - refactor doclint/lint.js to drop specs and everything
2017-07-13 08:25:32 +00:00
### class: Foo
Introduce Page.$ and Page.$$ (#75) This patch introduces Page.$ and Page.$$ methods which are aliases for `document.querySelector` and `document.querySelectorAll`. Fixes #78.
2017-07-18 01:56:56 +00:00
#### foo.$()
#### foo.money$$money()
[doclint] move doclint testing to golden This patch: - move doclint testing to golden - refactor doclint/lint.js to drop specs and everything
2017-07-13 08:25:32 +00:00
#### foo.proceed()
#### foo.start()
Reference in New Issue
Copy Permalink