Uses of Class
com.microsoft.playwright.Page.AddStyleTagOptions
-
Packages that use Page.AddStyleTagOptions Package Description com.microsoft.playwright -
-
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(String content)Raw CSS content to be injected into frame.Page.AddStyleTagOptionsPage.AddStyleTagOptions. setPath(Path path)Path to the CSS file to be injected into frame.Page.AddStyleTagOptionsPage.AddStyleTagOptions. setUrl(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.
-