Nicholas W. Heyer
61fc10adfa
docs: Example documentation for js arg usage now uses args. ( #12538 )
2024-06-05 19:12:06 +00:00
ggorlen
80e5077ffb
fix: typo 'maintin' ( #12523 )
2024-06-03 11:07:40 +02:00
Alex Rudenko
3c6f01a31d
feat: support running Puppeteer in extensions ( #12459 )
2024-05-21 12:41:15 +02:00
Alex Rudenko
6dd3aa7241
docs: fix screenshot guide ( #12451 )
2024-05-17 06:10:35 +00:00
Alex Rudenko
3c8f0e8dd7
docs: document the browser mode ( #12445 )
2024-05-16 07:04:19 +02:00
Steven Follis
c229fc8f97
docs: fix typo ( #12417 )
2024-05-09 09:03:33 +02:00
Alex Rudenko
533f83af5a
docs: document dbus in the docker guide ( #12378 )
2024-05-02 10:02:12 +02:00
Alex Rudenko
3b70667a47
docs: update the extensions guide ( #12290 )
2024-04-18 10:33:30 +00:00
Nikolay Vitkov
efc74a7366
docs: add plugin to format package manager scripts ( #12254 )
2024-04-11 15:47:14 +00:00
Alex Rudenko
964d99efb9
docs: restructure documentation guides ( #12236 )
2024-04-11 11:08:28 +02:00
Ahsan Moin
4ba7c9e093
chore: fix typos ( #12242 )
2024-04-09 12:36:02 +02:00
Alex Rudenko
bcd806aa10
docs: document more debugging tips ( #12198 )
2024-04-04 07:20:32 +00:00
Alex Rudenko
c96c7623bc
fix: deprecate configuration via package.json ( #12176 )
2024-04-02 08:35:18 +00:00
Alex Rudenko
308bc8d05a
docs: mention the init process ( #12177 )
2024-04-02 10:26:02 +02:00
dependabot[bot]
93e9acc410
chore(deps-dev): Bump the dev-dependencies group with 3 updates ( #12101 )
...
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 ( #11803 )
2024-02-02 13:22:47 +01:00
David Beitey
0ac68b4776
docs: add debug example for logging all but filtering just protocol messages ( #11685 )
2024-01-15 07:58:08 +00:00
Nikolay Vitkov
e8b501de6f
docs: update website deps and fix some broken links ( #11631 )
2024-01-05 08:28:39 +00:00
Alex Rudenko
54b0bcbc46
docs: update faq ( #11441 )
2023-11-24 10:01:53 +00:00
Nikolay Vitkov
a9e959e8fe
docs: prefer ts code block ( #11389 )
2023-11-14 13:39:58 +01:00
Rico
9eeb796885
docs: fix typo in guides evaluate-javascript ( #11269 )
2023-11-03 10:26:31 +01:00
Nikolay Vitkov
532c0eb40c
docs: update custom query handler ( #10726 )
2023-08-17 13:24:25 +02:00
Lino Le Van
6d1b861895
docs: fix typo ( #10705 )
2023-08-08 08:09:34 +02:00
jrandolf
6ad92f7f84
feat: implement function locators ( #10632 )
2023-07-27 09:23:28 +02:00
Nikolay Vitkov
0371beebba
chore: $ and $$ BiDi support ( #10318 )
2023-06-06 12:39:54 +00:00
Alex Rudenko
514ad107d7
docs: add a few examples for ARIA queries ( #10320 )
...
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 ( #10305 )
2023-06-02 17:46:10 +00:00
Alex Rudenko
df4d60c187
feat!: switch to Chrome for Testing instead of Chromium ( #10054 )
...
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 ( #10086 )
2023-04-26 11:32:33 +02:00
jrandolf
502458979d
feat: P
selectors ( #10038 )
2023-04-18 21:14:45 +02:00
Nikolay Vitkov
dcd8818399
docs: fix website ( #9935 )
2023-03-29 11:37:35 +02:00
Nikolay Vitkov
37eb0f2a19
chore: Bump website dependencies ( #9739 )
2023-02-23 13:31:23 +01:00
Nikolay Vitkov
6ada628f39
chore(docs): Fix extensions guide ( #9657 )
2023-02-13 10:40:17 +00:00
Zeke Lu
0b717000ac
docs: prevent truncating of long messages with DEBUG_MAX_STRING_LENGTH=null ( #9587 )
...
<!-- 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 ( #9396 )
...
See commits for details.
Closes #1837 , #5880 , #7822 , #8101 , #8821 , #9367 , #9382 , #9378 , #4731
2022-12-09 13:57:39 +01:00
jrandolf
982a324a88
docs: add guide on query selectors ( #9328 )
2022-11-25 08:58:21 +01:00
jrandolf
8c9308d3dc
docs: remove unsupported debugging method ( #9182 )
...
`ndb` is no longer maintained.
2022-10-28 11:04:05 +02:00
jrandolf
2d2120cea1
docs: improve docs ( #9179 )
...
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 ( #9150 )
...
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 ( #9123 )
...
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 ( #9105 )
...
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 ( #8758 )
...
Closes #8744
2022-08-09 12:01:23 +00:00