Class Page.AddStyleTagOptions

  • Enclosing interface:
    Page

    public static class Page.AddStyleTagOptions
    extends Object
    • Field Detail

      • 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 Detail

      • AddStyleTagOptions

        public AddStyleTagOptions()