Skip to content

Commit

Permalink
chore(deps-dev): Bump the dev-dependencies group with 3 updates (#12101)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Nikolay Vitkov <[email protected]>
  • Loading branch information
dependabot[bot] and Lightning00Blade committed Mar 20, 2024
1 parent 8e6fb3d commit 93e9acc
Show file tree
Hide file tree
Showing 366 changed files with 23,243 additions and 2,724 deletions.
1,624 changes: 1,436 additions & 188 deletions docs/api/index.md

Large diffs are not rendered by default.

28 changes: 25 additions & 3 deletions docs/api/puppeteer.accessibility.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,28 @@ The constructor for this class is marked as internal. Third-party code should no

## Methods

| Method | Modifiers | Description |
| ---------------------------------------------------------- | --------- | -------------------------------------------------------------------------------------------------------------------------- |
| [snapshot(options)](./puppeteer.accessibility.snapshot.md) | | Captures the current state of the accessibility tree. The returned object represents the root accessible node of the page. |
<table><thead><tr><th>

Method

</th><th>

Modifiers

</th><th>

Description

</th></tr></thead>
<tbody><tr><td>

[snapshot(options)](./puppeteer.accessibility.snapshot.md)

</td><td>

</td><td>

Captures the current state of the accessibility tree. The returned object represents the root accessible node of the page.

</td></tr>
</tbody></table>
29 changes: 26 additions & 3 deletions docs/api/puppeteer.accessibility.snapshot.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,33 @@ class Accessibility {

## Parameters

| Parameter | Type | Description |
| --------- | ------------------------------------------------- | ------------ |
| options | [SnapshotOptions](./puppeteer.snapshotoptions.md) | _(Optional)_ |
<table><thead><tr><th>

Parameter

</th><th>

Type

</th><th>

Description

</th></tr></thead>
<tbody><tr><td>

options

</td><td>

[SnapshotOptions](./puppeteer.snapshotoptions.md)

</td><td>

_(Optional)_

</td></tr>
</tbody></table>
**Returns:**

Promise&lt;[SerializedAXNode](./puppeteer.serializedaxnode.md) \| null&gt;
Expand Down
42 changes: 39 additions & 3 deletions docs/api/puppeteer.actionoptions.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,42 @@ export interface ActionOptions

## Properties

| Property | Modifiers | Type | Description | Default |
| -------- | --------------------- | ----------- | ----------- | ------- |
| signal | <code>optional</code> | AbortSignal | | |
<table><thead><tr><th>

Property

</th><th>

Modifiers

</th><th>

Type

</th><th>

Description

</th><th>

Default

</th></tr></thead>
<tbody><tr><td>

signal

</td><td>

`optional`

</td><td>

AbortSignal

</td><td>

</td><td>

</td></tr>
</tbody></table>
40 changes: 37 additions & 3 deletions docs/api/puppeteer.autofilldata.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,40 @@ export interface AutofillData

## Properties

| Property | Modifiers | Type | Description | Default |
| ---------- | --------- | ------------------------------------------------------------------------------------------------- | ----------- | ------- |
| creditCard | | &#123; number: string; name: string; expiryMonth: string; expiryYear: string; cvc: string; &#125; | | |
<table><thead><tr><th>

Property

</th><th>

Modifiers

</th><th>

Type

</th><th>

Description

</th><th>

Default

</th></tr></thead>
<tbody><tr><td>

creditCard

</td><td>

</td><td>

&#123; number: string; name: string; expiryMonth: string; expiryYear: string; cvc: string; &#125;

</td><td>

</td><td>

</td></tr>
</tbody></table>
60 changes: 56 additions & 4 deletions docs/api/puppeteer.boundingbox.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,59 @@ export interface BoundingBox extends Point
## Properties
| Property | Modifiers | Type | Description | Default |
| -------- | --------- | ------ | ------------------------------------ | ------- |
| height | | number | the height of the element in pixels. | |
| width | | number | the width of the element in pixels. | |
<table><thead><tr><th>
Property
</th><th>
Modifiers
</th><th>
Type
</th><th>
Description
</th><th>
Default
</th></tr></thead>
<tbody><tr><td>
height
</td><td>
</td><td>
number
</td><td>
the height of the element in pixels.
</td><td>
</td></tr>
<tr><td>
width
</td><td>
</td><td>
number
</td><td>
the width of the element in pixels.
</td><td>
</td></tr>
</tbody></table>
120 changes: 112 additions & 8 deletions docs/api/puppeteer.boxmodel.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,115 @@ export interface BoxModel

## Properties

| Property | Modifiers | Type | Description | Default |
| -------- | --------- | --------------------------- | ----------- | ------- |
| border | | [Quad](./puppeteer.quad.md) | | |
| content | | [Quad](./puppeteer.quad.md) | | |
| height | | number | | |
| margin | | [Quad](./puppeteer.quad.md) | | |
| padding | | [Quad](./puppeteer.quad.md) | | |
| width | | number | | |
<table><thead><tr><th>

Property

</th><th>

Modifiers

</th><th>

Type

</th><th>

Description

</th><th>

Default

</th></tr></thead>
<tbody><tr><td>

border

</td><td>

</td><td>

[Quad](./puppeteer.quad.md)

</td><td>

</td><td>

</td></tr>
<tr><td>

content

</td><td>

</td><td>

[Quad](./puppeteer.quad.md)

</td><td>

</td><td>

</td></tr>
<tr><td>

height

</td><td>

</td><td>

number

</td><td>

</td><td>

</td></tr>
<tr><td>

margin

</td><td>

</td><td>

[Quad](./puppeteer.quad.md)

</td><td>

</td><td>

</td></tr>
<tr><td>

padding

</td><td>

</td><td>

[Quad](./puppeteer.quad.md)

</td><td>

</td><td>

</td></tr>
<tr><td>

width

</td><td>

</td><td>

number

</td><td>

</td><td>

</td></tr>
</tbody></table>
29 changes: 26 additions & 3 deletions docs/api/puppeteer.browser.createbrowsercontext.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,33 @@ class Browser {

## Parameters

| Parameter | Type | Description |
| --------- | ------------------------------------------------------------- | ------------ |
| options | [BrowserContextOptions](./puppeteer.browsercontextoptions.md) | _(Optional)_ |
<table><thead><tr><th>

Parameter

</th><th>

Type

</th><th>

Description

</th></tr></thead>
<tbody><tr><td>

options

</td><td>

[BrowserContextOptions](./puppeteer.browsercontextoptions.md)

</td><td>

_(Optional)_

</td></tr>
</tbody></table>
**Returns:**

Promise&lt;[BrowserContext](./puppeteer.browsercontext.md)&gt;
Expand Down
Loading

0 comments on commit 93e9acc

Please sign in to comment.