Skip to content

Instantly share code, notes, and snippets.

View Archish27's full-sized avatar
🎮
squashing bugs for breakfast

Archish Thakkar Archish27

🎮
squashing bugs for breakfast
View GitHub Profile
This file has been truncated, but you can view the full file.
This file has been truncated, but you can view the full file.
@Archish27
Archish27 / events.json
Created October 17, 2023 05:43
rrweb events.json
[
{
"type": 4,
"data": { "href": "https://fw8kb.csb.app/", "width": 632, "height": 397 },
"timestamp": 1617045231476
},
{
"type": 2,
"data": {
"node": {
@Archish27
Archish27 / puppeteer_test.py
Created August 7, 2022 13:41
Integrating pyppeteer with BrowserStack
import asyncio
import json
from pyppeteer import connect
import urllib.parse
async def main():
caps = {
'browser': 'chrome',
'browser_version': 'latest',
'os': 'os x',