Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 626 Bytes

puppeteer.frame.addstyletag_1.md

File metadata and controls

25 lines (18 loc) · 626 Bytes
sidebar_label
Frame.addStyleTag_1

Frame.addStyleTag() method

Signature:

class Frame {
  addStyleTag(
    options: FrameAddStyleTagOptions
  ): Promise<ElementHandle<HTMLLinkElement>>;
}

Parameters

Parameter Type Description
options FrameAddStyleTagOptions

Returns:

Promise<ElementHandle<HTMLLinkElement>>