This file has been truncated, but you can view the full file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[{"data":{"source":0,"adds":[],"removes":[],"texts":[],"attributes":[{"id":5962,"attributes":{"type":"text/css","_cssText":".main-sidebar--wrapper { overflow-y: auto; }.main-sidebar--wrapper .heading { border-top: 1px solid var(--color-neutrals-200); display: flex; justify-content: space-between; padding: 12px; }.main-sidebar--wrapper .heading .title { padding-left: 8px; font-size: var(--font-body-small); font-weight: 700; text-transform: uppercase; }.main-sidebar--wrapper .heading .clear-all { color: var(--color-primary); font-size: var(--font-body-small); font-weight: normal; cursor: pointer; padding-right: 8px; }.main-sidebar--wrapper .sidebar-menu--wrapper--height { max-height: calc(-50px + 100vh); overflow: auto; display: flex; flex-direction: column; }.main-sidebar--wrapper .sidebar-menu .search-wrapper { padding: 0px 12px 8px; }.main-sidebar--wrapper .sidebar-menu--wrapper { height: calc(-80px + 100vh); overflow-y: scroll; padding: 0px; }.main-sidebar--wrapper .sidebar-menu--wrapper ul { margin: 0px; p |
This file has been truncated, but you can view the full file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[{"data":{"source":0,"adds":[],"removes":[],"texts":[],"attributes":[{"id":5962,"attributes":{"type":"text/css","_cssText":".main-sidebar--wrapper { overflow-y: auto; }.main-sidebar--wrapper .heading { border-top: 1px solid var(--color-neutrals-200); display: flex; justify-content: space-between; padding: 12px; }.main-sidebar--wrapper .heading .title { padding-left: 8px; font-size: var(--font-body-small); font-weight: 700; text-transform: uppercase; }.main-sidebar--wrapper .heading .clear-all { color: var(--color-primary); font-size: var(--font-body-small); font-weight: normal; cursor: pointer; padding-right: 8px; }.main-sidebar--wrapper .sidebar-menu--wrapper--height { max-height: calc(-50px + 100vh); overflow: auto; display: flex; flex-direction: column; }.main-sidebar--wrapper .sidebar-menu .search-wrapper { padding: 0px 12px 8px; }.main-sidebar--wrapper .sidebar-menu--wrapper { height: calc(-80px + 100vh); overflow-y: scroll; padding: 0px; }.main-sidebar--wrapper .sidebar-menu--wrapper ul { margin: 0px; p |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"type": 4, | |
"data": { "href": "https://fw8kb.csb.app/", "width": 632, "height": 397 }, | |
"timestamp": 1617045231476 | |
}, | |
{ | |
"type": 2, | |
"data": { | |
"node": { |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import asyncio | |
import json | |
from pyppeteer import connect | |
import urllib.parse | |
async def main(): | |
caps = { | |
'browser': 'chrome', | |
'browser_version': 'latest', | |
'os': 'os x', |