Uses of Class
com.microsoft.playwright.Frame.AddStyleTagOptions
-
Packages that use Frame.AddStyleTagOptions Package Description com.microsoft.playwright -
-
Uses of Frame.AddStyleTagOptions in com.microsoft.playwright
Methods in com.microsoft.playwright that return Frame.AddStyleTagOptions Modifier and Type Method Description Frame.AddStyleTagOptionsFrame.AddStyleTagOptions. setContent(String content)Raw CSS content to be injected into frame.Frame.AddStyleTagOptionsFrame.AddStyleTagOptions. setPath(Path path)Path to the CSS file to be injected into frame.Frame.AddStyleTagOptionsFrame.AddStyleTagOptions. setUrl(String url)URL of the<link>tag.Methods in com.microsoft.playwright with parameters of type Frame.AddStyleTagOptions Modifier and Type Method Description ElementHandleFrame. addStyleTag(Frame.AddStyleTagOptions options)Returns the added tag when the stylesheet's onload fires or when the CSS content was injected into frame.
-