Uses of Class
com.microsoft.playwright.Page.AddStyleTagOptions
-
Packages that use Page.AddStyleTagOptions Package Description com.microsoft.playwright com.microsoft.playwright.impl -
-
Uses of Page.AddStyleTagOptions in com.microsoft.playwright
Methods in com.microsoft.playwright that return Page.AddStyleTagOptions Modifier and Type Method Description Page.AddStyleTagOptionsPage.AddStyleTagOptions. setContent(java.lang.String content)Raw CSS content to be injected into frame.Page.AddStyleTagOptionsPage.AddStyleTagOptions. setPath(java.nio.file.Path path)Path to the CSS file to be injected into frame.Page.AddStyleTagOptionsPage.AddStyleTagOptions. setUrl(java.lang.String url)URL of the<link>tag.Methods in com.microsoft.playwright with parameters of type Page.AddStyleTagOptions Modifier and Type Method Description ElementHandlePage. addStyleTag(Page.AddStyleTagOptions options)Adds a<link rel="stylesheet">tag into the page with the desired url or a<style type="text/css">tag with the content. -
Uses of Page.AddStyleTagOptions in com.microsoft.playwright.impl
Methods in com.microsoft.playwright.impl with parameters of type Page.AddStyleTagOptions Modifier and Type Method Description ElementHandlePageImpl. addStyleTag(Page.AddStyleTagOptions options)
-