From 198e403c149f8eda69a03eeee7579c471fc29e93 Mon Sep 17 00:00:00 2001 From: Yury Semikhatsky Date: Mon, 1 Feb 2021 12:05:01 -0800 Subject: [PATCH] docs: add missing java.md (#5245) --- docs/src/api/java.md | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 docs/src/api/java.md diff --git a/docs/src/api/java.md b/docs/src/api/java.md new file mode 100644 index 0000000000..4701648b49 --- /dev/null +++ b/docs/src/api/java.md @@ -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. \ No newline at end of file