0
0
mirror of https://github.com/puppeteer/puppeteer synced 2024-06-14 14:02:48 +00:00
Commit Graph

110 Commits

Author SHA1 Message Date
Alex Rudenko
6934b94f23
docs: introduce the Guides section + restore req interception docs ()
Closes 
2022-08-09 12:01:23 +00:00
jrandolf
5cf9b4de8d
feat: use an xpath query handler () 2022-08-04 15:45:21 +02:00
Alex Rudenko
2abd772c9c feat: detect Firefox in connect() automatically ()
This PR implements automatic detection of the Firefox product when the `.connect()` method is used. This partially undoes the breaking change in https://github.com/puppeteer/puppeteer/pull/8520 but it's also a breaking change on its own since we don't accept an explicit product name anymore (it does not look like it was used anyway).
2022-08-02 13:18:51 +00:00
Alex Rudenko
f52b37a3aa docs: fix a typo in waitForSelector () 2022-08-02 13:18:48 +00:00
Alex Rudenko
af08c5c903
feat: expose the page getter on Frame ()
* feat: expose the page getter on Frame

Closes 

* test: add a test
2022-07-11 21:06:35 +02:00
Alex Rudenko
d0c4291995
fix: expose a RemoteObject getter ()
Closes 
2022-07-07 13:04:28 +00:00
jrandolf
5ff205dc8b
fix: extends ElementHandle to Nodes ()
* fix: extends `ElementHandle` to `Node`s ()
2022-07-06 09:05:37 +02:00
jrandolf
b5a345b06b
chore: format docs () 2022-07-05 15:41:43 +02:00
jrandolf
45eb2c607f
chore: remove docusaurus metadata from README.md () 2022-07-05 14:42:31 +02:00
jrandolf
066f440ba7
feat: add documentation () 2022-07-01 11:52:39 +00:00