mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
97e40e6823
This patch adds `Page.addStyleTag` and `Frame.addStyleTag` methods to the API. Fixes #892.
4 lines
34 B
CSS
4 lines
34 B
CSS
body {
|
|
background-color: red;
|
|
}
|