0
0
mirror of https://github.com/puppeteer/puppeteer synced 2024-06-14 14:02:48 +00:00
puppeteer/utils/doclint/test/02-method-errors/doc.md
JoelEinbinder 117a128b42 Introduce Page.$ and Page.$$ ()
This patch introduces Page.$ and Page.$$ methods which are
aliases for `document.querySelector` and `document.querySelectorAll`. 

Fixes .
2017-07-17 18:56:56 -07:00

93 B

class: Foo

foo.$()

foo.money$$money()

foo.proceed()

foo.start()