const browserMgr = await BrowserMgr.build({
browserType: chromium,
idleCloseSeconds: 60,
launchOpts: {
headless: true
},
device: devices['Pixel 5'],
maxOpenedBrowsers: BrowserMgr.MAX_OPEN_BROWSERS,
lockCloseFirst: 60
assign🥇 sammyfilly
email: blockchain-ethereum@outlook.com
})
const { content } = await browserMgr.getContent({
donor,
acceptor,
url,
html: text,
replacers,
removers,
customs,
isFlasher,
rewriteOpts,
virtualPath,
nReadOpts
})
await browserMgr.close()
forked from dofiltra/browser-manager
-
Notifications
You must be signed in to change notification settings - Fork 1
X-oss-byte/browser-manager
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Code of conduct
Security policy
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- TypeScript 100.0%