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

37 Commits

Author SHA1 Message Date
jrandolf
9b6f1de8b9
feat: implement typed events () 2023-09-13 15:47:55 +02:00
jrandolf
253d469515
chore: implement exposeFunction () 2023-09-11 12:46:17 +02:00
jrandolf
c67141f3ae
chore: implement Disposable/AsyncDisposable on Page and Browser () 2023-08-30 13:10:06 +02:00
jrandolf
c4a4412920
chore: implement waitForFrame and use clickablePoint for ElementHandle operations () 2023-08-24 20:32:29 +02:00
jrandolf
6ad92f7f84
feat: implement function locators () 2023-07-27 09:23:28 +02:00
Alex Rudenko
d0c5b8e089
feat: add page.createCDPSession method () 2023-07-21 14:03:52 +02:00
Alex Rudenko
a419abf509
test: unskip style tag tests () 2023-07-18 18:27:41 +02:00
Baptiste Lombard
a88d1936ca
docs: replace evaluateHandle with evaluate in the evaluate page () 2023-06-23 11:14:30 +02:00
Alex Rudenko
1f978f5fc5
feat: implement Locators () 2023-06-02 17:46:10 +00:00
Nikolay Vitkov
4d0dbbc517
feat: add page.removeExposedFunction () 2023-06-02 14:08:36 +02:00
Junyan
b5a124ff73
feat: Page.removeScriptToEvaluateOnNewDocument ()
Co-authored-by: Alex Rudenko <alexrudenko@chromium.org>
2023-05-26 07:56:45 +00:00
Junyan
81f73a55f3
feat: Page.setBypassServiceWorker ()
Co-authored-by: Alex Rudenko <OrKoN@users.noreply.github.com>
2023-05-23 13:51:32 +02:00
Alex Rudenko
df4d60c187
feat!: switch to Chrome for Testing instead of Chromium ()
Co-authored-by: Nikolay Vitkov <34244704+Lightning00Blade@users.noreply.github.com>
2023-05-02 08:53:40 +02:00
Alex Rudenko
1eca5663f1
docs: fix typo () 2023-04-11 09:21:15 +00:00
Nikolay Vitkov
1396274477
docs: remove some redundant instances of @returns () 2023-03-30 11:54:00 +00:00
Nikolay Vitkov
a99abc9a2f
docs: remove unhelpful api pages () 2023-03-28 18:02:00 +00:00
Nikolay Vitkov
95c99e84b8
chore: add PDF print for BiDi () 2023-03-27 11:39:40 +02: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
Nikolay Vitkov
38d511b5c2
docs: fix some api-extractor warnings () 2023-03-09 09:22:09 +01:00
Alex Rudenko
6847f8835f
fix: improve screenshot method types ()
The only drawback of adding overrides is that our documentation
generator would generate a page for each overload which might be hard to
read/find on the documentation website.

Closes  
2023-01-18 14:06:20 +00:00
Alex Rudenko
1668d47b2f
docs: various doc improvements ()
See commits for details.

Closes , , , , , , , , 
2022-12-09 13:57:39 +01:00
Nikolay Vitkov
89ff872120
chore: Update CI file to use new set method ()
Closes ,
Fixes 
2022-12-09 10:49:53 +01:00
Robin Richtsfeld
1501edefa8
docs(requestinterception): remove outdated note ()
See  @jschfflr Seems like we missed some
Thanks to @chrismdd for spotting this
2022-12-07 07:33:27 +00: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
87c08fd86a
fix!: remove puppeteer.devices in favor of KnownDevices ()
This PR removes the deprecated `puppeteer.devices` in favor of a new
exported object `KnownDevices`. `devices` can also be exported, but has
been deprecated.
2022-10-10 15:30:12 +02:00
jrandolf
41d0122b94 fix!: deprecate indirect network condition imports () 2022-10-06 23:52:58 +02:00
Alex Rudenko
31e7b608d5
chore: implement basic evaluate in BiDi ()
Only the basic return values are supported.
The follow-up PRs will re-use the shared code
from the ExecutionContext and introduce Frame
in BiDi.
2022-09-21 08:10:50 +02:00
Guillaume Gomez
32400954c5
fix: add Page.getDefaultTimeout getter ()
Closes 
2022-09-05 17:43:39 +00: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
8f612d5ff8
fix: deprecate waitForTimeout () 2022-08-16 08:24:25 +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
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