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

38 Commits

Author SHA1 Message Date
Alex Rudenko
3c8f0e8dd7
docs: document the browser mode () 2024-05-16 07:04:19 +02:00
Steven Follis
c229fc8f97
docs: fix typo () 2024-05-09 09:03:33 +02:00
Alex Rudenko
533f83af5a
docs: document dbus in the docker guide () 2024-05-02 10:02:12 +02:00
Alex Rudenko
3b70667a47
docs: update the extensions guide () 2024-04-18 10:33:30 +00:00
Nikolay Vitkov
efc74a7366
docs: add plugin to format package manager scripts () 2024-04-11 15:47:14 +00:00
Alex Rudenko
964d99efb9
docs: restructure documentation guides () 2024-04-11 11:08:28 +02:00
Ahsan Moin
4ba7c9e093
chore: fix typos () 2024-04-09 12:36:02 +02:00
Alex Rudenko
bcd806aa10
docs: document more debugging tips () 2024-04-04 07:20:32 +00:00
Alex Rudenko
c96c7623bc
fix: deprecate configuration via package.json () 2024-04-02 08:35:18 +00:00
Alex Rudenko
308bc8d05a
docs: mention the init process () 2024-04-02 10:26:02 +02:00
dependabot[bot]
93e9acc410
chore(deps-dev): Bump the dev-dependencies group with 3 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-03-20 15:03:14 +00:00
Nikolay Vitkov
514e2d5241
refactor!: remove duplicate type names () 2024-02-02 13:22:47 +01:00
David Beitey
0ac68b4776
docs: add debug example for logging all but filtering just protocol messages () 2024-01-15 07:58:08 +00:00
Nikolay Vitkov
e8b501de6f
docs: update website deps and fix some broken links () 2024-01-05 08:28:39 +00:00
Alex Rudenko
54b0bcbc46
docs: update faq () 2023-11-24 10:01:53 +00:00
Nikolay Vitkov
a9e959e8fe
docs: prefer ts code block () 2023-11-14 13:39:58 +01:00
Rico
9eeb796885
docs: fix typo in guides evaluate-javascript () 2023-11-03 10:26:31 +01:00
Nikolay Vitkov
532c0eb40c
docs: update custom query handler () 2023-08-17 13:24:25 +02:00
Lino Le Van
6d1b861895
docs: fix typo () 2023-08-08 08:09:34 +02:00
jrandolf
6ad92f7f84
feat: implement function locators () 2023-07-27 09:23:28 +02:00
Nikolay Vitkov
0371beebba
chore: $ and $$ BiDi support () 2023-06-06 12:39:54 +00:00
Alex Rudenko
514ad107d7
docs: add a few examples for ARIA queries ()
Co-authored-by: Nikolay Vitkov <34244704+Lightning00Blade@users.noreply.github.com>
2023-06-06 09:46:26 +02:00
Alex Rudenko
1f978f5fc5
feat: implement Locators () 2023-06-02 17:46:10 +00: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
Nikolay Vitkov
c356e8f8f5
docs: use bash tag to get better formatting () 2023-04-26 11:32:33 +02:00
jrandolf
502458979d
feat: P selectors () 2023-04-18 21:14:45 +02:00
Nikolay Vitkov
dcd8818399
docs: fix website () 2023-03-29 11:37:35 +02:00
Nikolay Vitkov
37eb0f2a19
chore: Bump website dependencies () 2023-02-23 13:31:23 +01:00
Nikolay Vitkov
6ada628f39
chore(docs): Fix extensions guide () 2023-02-13 10:40:17 +00:00
Zeke Lu
0b717000ac
docs: prevent truncating of long messages with DEBUG_MAX_STRING_LENGTH=null ()
<!-- Thanks for submitting a pull request! Please provide enough
information so that others can review your pull request. -->

**What kind of change does this PR introduce?**

It changes the docs.

**Did you add tests for your changes?**

No.

**If relevant, did you update the documentation?**

Yes.

**Summary**

When logging the DevTools protocol traffic, the default value of
`maxStringLength` is 10000. Messages longer than that will be truncated.
This change adds an example to show how to remove the limitation with
`DEBUG_MAX_STRING_LENGTH=null`.

See https://nodejs.org/api/util.html#util_util_inspect_object_options.

**Does this PR introduce a breaking change?**

No.

**Other information**

None.
2023-01-26 06:39:22 +00:00
Alex Rudenko
1668d47b2f
docs: various doc improvements ()
See commits for details.

Closes , , , , , , , , 
2022-12-09 13:57:39 +01:00
jrandolf
982a324a88
docs: add guide on query selectors () 2022-11-25 08:58:21 +01:00
jrandolf
8c9308d3dc
docs: remove unsupported debugging method ()
`ndb` is no longer maintained.
2022-10-28 11:04:05 +02:00
jrandolf
2d2120cea1
docs: improve docs ()
This PR drastically improves the documentation by improving the sidebars
and adding a GitHub icon.

Fixed: https://github.com/puppeteer/puppeteer/pull/9176
Fixed: https://github.com/puppeteer/puppeteer/issues/9173


![image](https://user-images.githubusercontent.com/101637635/198374826-399219f6-e04f-4613-9613-f7e3281d332f.png)
2022-10-28 08:49:28 +02: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
535309feff
chore: update troubleshooting guide ()
This PR updates the troubleshooting guide with some information
regarding the new `exports` resolution and cache directory.

This PR also reformats some of the other MD documents.
2022-10-17 13:07:41 +02:00
jrandolf
1fbc3c643f
chore: improve docs ()
This PR makes some improvements to the documentation. It migrates
docker, debugging, and chrome extension documentation to the `guides`
folder and also updates some of the terminology.
2022-10-13 08:46:53 +00:00
Alex Rudenko
6934b94f23
docs: introduce the Guides section + restore req interception docs ()
Closes 
2022-08-09 12:01:23 +00:00