From 3528966c87784100248b9a47a19d87e74a688241 Mon Sep 17 00:00:00 2001 From: Kiran Kumar Mallru Date: Wed, 24 Jan 2024 20:35:54 +0530 Subject: [PATCH] README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 9bc16d6..f0b3846 100644 --- a/README.md +++ b/README.md @@ -60,6 +60,9 @@ jsEnv := new jsenv.playwright.PWEnv( It is work in progress. As a workaround introducing delay in the test cases may help to keep the browser alive. +## Debugging +debug parameter can be passed to the PWEnv constructor to enable debugging. It will also display the version of the browser which is used. +```scala ## Wiki Watch this space for more details on how to use this library.