Back to Puppeteer

InterceptResolutionAction enum

docs/api/puppeteer.interceptresolutionaction.md

19.2.2653 B
Original Source

InterceptResolutionAction enum

Signature

typescript
export declare enum InterceptResolutionAction

Enumeration Members

<table><thead><tr><th>

Member

</th><th>

Value

</th><th>

Description

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

Abort

</td><td>

"abort"

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

AlreadyHandled

</td><td>

"already-handled"

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

Continue

</td><td>

"continue"

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

Disabled

</td><td>

"disabled"

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

None

</td><td>

"none"

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

Respond

</td><td>

"respond"

</td><td> </td></tr> </tbody></table>