Uses of Class
com.microsoft.playwright.Frame.AddStyleTagOptions
Packages that use Frame.AddStyleTagOptions
-
Uses of Frame.AddStyleTagOptions in com.microsoft.playwright
Methods in com.microsoft.playwright that return Frame.AddStyleTagOptionsModifier and TypeMethodDescriptionFrame.AddStyleTagOptions.setContent(String content) Raw CSS content to be injected into frame.Path to the CSS file to be injected into frame.URL of the<link>tag.Methods in com.microsoft.playwright with parameters of type Frame.AddStyleTagOptionsModifier and TypeMethodDescriptionFrame.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.AddStyleTagOptionsModifier and TypeMethodDescriptionFrameImpl.addStyleTag(Frame.AddStyleTagOptions options) (package private) ElementHandleFrameImpl.addStyleTagImpl(Frame.AddStyleTagOptions options)