mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
210 B
210 B
sidebar_label |
---|
FrameAddScriptTagOptions.id |
FrameAddScriptTagOptions.id property
Sets the id
of the script.
Signature:
interface FrameAddScriptTagOptions {
id?: string;
}