Uses of Class
com.microsoft.playwright.Frame.AddStyleTagOptions
-
Packages that use Frame.AddStyleTagOptions Package Description com.microsoft.playwright com.microsoft.playwright.impl -
-
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(java.lang.String content)Raw CSS content to be injected into frame.Frame.AddStyleTagOptionsFrame.AddStyleTagOptions. setPath(java.nio.file.Path path)Path to the CSS file to be injected into frame.Frame.AddStyleTagOptionsFrame.AddStyleTagOptions. setUrl(java.lang.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. -
Uses of Frame.AddStyleTagOptions in com.microsoft.playwright.impl
Methods in com.microsoft.playwright.impl with parameters of type Frame.AddStyleTagOptions Modifier and Type Method Description ElementHandleFrameImpl. addStyleTag(Frame.AddStyleTagOptions options)(package private) ElementHandleFrameImpl. addStyleTagImpl(Frame.AddStyleTagOptions options)
-