Commit Graph

120 Commits

Author SHA1 Message Date
jrandolf
1155c8eac8
fix!: remove root from WaitForSelectorOptions () 2022-08-26 12:55:30 +02:00
jrandolf
2f33237d04
fix!: internalize execution context () 2022-08-25 17:02:44 +02:00
jrandolf
b9b24cf963
chore: use deferred promises in web worker () 2022-08-22 14:03:45 +02:00
jrandolf
65a5ce8464
fix: deprecate root in WaitForSelectorOptions () 2022-08-16 10:09:07 +02:00
jrandolf
8f612d5ff8
fix: deprecate waitForTimeout () 2022-08-16 08:24:25 +02:00
jrandolf
b5da718e2e
fix: deprecate ExecutionContext () 2022-08-16 08:22:45 +02:00
jrandolf
ddbe88b887
chore: add custom rule for formatting comments () 2022-08-12 14:15:26 +02:00
jrandolf
a238f5758d
chore: refactor JSHandle and ExecutionContext () 2022-08-11 11:45:35 +02:00
jrandolf
b4176029d9
chore: update dependencies ()
* chore: update dependencies
2022-08-11 07:55:02 +02:00
jrandolf
d6a88a9768
chore: refactor FrameManager and fix docs () 2022-08-10 23:34:29 +02:00
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