zelin-bot / node_shims /playwright.js
Z User
v5.8.6: fix greeting spam on restart - 30min grace, channel verification, file fallback
9ef0e78
raw
history blame contribute delete
219 Bytes
export const chromium = { launch: async () => ({ newPage: async () => ({ goto: async () => {}, screenshot: async () => Buffer.alloc(0), close: async () => {} }), close: async () => {} }) };
export default { chromium };