Uses of Class
com.microsoft.playwright.Page.AddStyleTagOptions
Packages that use Page.AddStyleTagOptions
-
Uses of Page.AddStyleTagOptions in com.microsoft.playwright
Methods in com.microsoft.playwright that return Page.AddStyleTagOptionsModifier and TypeMethodDescriptionPage.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 Page.AddStyleTagOptionsModifier and TypeMethodDescriptionPage.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