This website requires JavaScript.
Explore
Help
Sign In
thunderstrike
/
puppeteer
Watch
2
Star
0
Fork
0
You've already forked puppeteer
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
0fe89b7da9
Branches
Tags
No results found.
puppeteer
/
docs
/
browsers-api
/
browsers.cli.run.md
Alex Rudenko
75a136e0de
docs: website docs for browsers (
#9986
)
2023-04-06 14:23:10 +02:00
313 B
Raw
Blame
History
sidebar_label
CLI.run
CLI.run() method
Signature:
class
CLI
{
run
(
argv
:
string
[])
:
Promise
<
void
>;
}
Parameters
Parameter
Type
Description
argv
string[]
Returns:
Promise<void>