| Package | Description |
|---|---|
| com.microsoft.playwright |
| Modifier and Type | Method and Description |
|---|---|
Page.AddStyleTagOptions |
Page.AddStyleTagOptions.setContent(String content) |
Page.AddStyleTagOptions |
Page.AddStyleTagOptions.setPath(Path path) |
Page.AddStyleTagOptions |
Page.AddStyleTagOptions.setUrl(String url) |
| Modifier and Type | Method and Description |
|---|---|
ElementHandle |
Page.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. |
Copyright © 2021. All rights reserved.