docs: add missing java.md (#5245)

This commit is contained in:
Yury Semikhatsky 2021-02-01 12:05:01 -08:00 committed by GitHub
parent e0e38706e4
commit 198e403c14
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

4
docs/src/api/java.md Normal file
View File

@ -0,0 +1,4 @@
## method: Playwright.close
* langs: java
Terminates this instance of Playwright, will also close all created browsers if they are still running.