This website requires JavaScript.
Explore
Help
Register
Sign In
yujunjun
/
playwright
Watch
1
Star
0
Fork
0
You've already forked playwright
mirror of
https://github.com/microsoft/playwright.git
synced
2025-06-26 21:40:17 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
playwright
/
utils
/
doclint
/
check_public_api
/
test
/
diff-arguments
/
doc.md
Pavel Feldman
9ba375c063
Initial commit
2019-11-19 10:58:15 -08:00
527 B
Raw
Blame
History
class: Foo
foo.bar(options)
options
<
Object
>
visibility
<
boolean
>
foo.foo(arg1, arg2)
arg1
<
string
>
arg2
<
string
>
foo.test(...files)
...filePaths
<...
string
>