Class Frame.AddStyleTagOptions

java.lang.Object
com.microsoft.playwright.Frame.AddStyleTagOptions
Enclosing interface:
Frame

public static class Frame.AddStyleTagOptions extends Object
  • Field Details

    • content

      public String content
      Raw CSS content to be injected into frame.
    • path

      public Path path
      Path to the CSS file to be injected into frame. If path is a relative path, then it is resolved relative to the current working directory.
    • url

      public String url
      URL of the <link> tag.
  • Constructor Details

    • AddStyleTagOptions

      public AddStyleTagOptions()
  • Method Details