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

26 Commits

Author SHA1 Message Date
Nikolay Vitkov
53c9134809
refactor!: remove $x and waitForXpath () 2024-02-02 13:18:43 +01:00
Nikolay Vitkov
1900fa9418
refactor!: remove waitForTimeout () 2024-02-02 13:17:24 +01:00
dependabot[bot]
2d8acd2021
chore(deps): Bump the dependencies group with 6 updates ()
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Nikolay Vitkov <nvitkov@chromium.org>
2024-01-29 13:46:51 +01:00
Alex Rudenko
b5e50865a4
build: regen package-lock.json () 2024-01-24 11:38:21 +00:00
Nikolay Vitkov
0fe89b7da9
chore: add new UnsupportedOperation Error () 2023-11-09 13:57:33 +01:00
jrandolf
60582b7fbc
refactor: migrate browsingContext methods to frame () 2023-09-18 14:14:06 +02:00
jrandolf
9b6f1de8b9
feat: implement typed events () 2023-09-13 15:47:55 +02:00
jrandolf
538bb73ea7
fix: implement throwIfDetached () 2023-08-31 16:39:32 +02:00
jrandolf
4d3cb6ccf3
chore: refactor Frame () 2023-08-30 11:09:27 +00:00
Alex Rudenko
f70048c84f
refactor: turn Frame into EventEmitter () 2023-08-08 16:42:45 +02:00
jrandolf
6ad92f7f84
feat: implement function locators () 2023-07-27 09:23:28 +02:00
Alex Rudenko
1f978f5fc5
feat: implement Locators () 2023-06-02 17:46:10 +00:00
Nikolay Vitkov
1396274477
docs: remove some redundant instances of @returns () 2023-03-30 11:54:00 +00:00
Michael "Z" Goddard
a5149d52f5
feat: add Page.waitForDevicePrompt ()
Co-authored-by: Alex Rudenko <OrKoN@users.noreply.github.com>
Co-authored-by: Alex Rudenko <alexrudenko@chromium.org>
2023-03-21 10:21:10 +01:00
Alex Rudenko
1668d47b2f
docs: various doc improvements ()
See commits for details.

Closes , , , , , , , , 
2022-12-09 13:57:39 +01:00
jrandolf
f07ad2c661
fix: update documentation on configuring puppeteer ()
This PR updates the docs regarding configuring puppeteer. In addition,
some changes have been made to the documentation generator to show
default values on the documentation site.

Also fixes: https://github.com/puppeteer/puppeteer/pull/9144
2022-10-24 09:07:05 +02:00
jrandolf
6b4a99fcfa
chore: migrate addStyleTag ()
* chore: remove unnecessary type signature

* chore: fix tests

* chore: migrate `addStyleTag`

* chore: fix tests

* chore: fix tests
2022-09-01 17:52:08 +02:00
jrandolf
2f33237d04
fix!: internalize execution context () 2022-08-25 17:02:44 +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
d6a88a9768
chore: refactor FrameManager and fix docs () 2022-08-10 23:34:29 +02: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
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