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

19 Commits

Author SHA1 Message Date
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