How to access/interact with the chrome app launched by playwright using chromium.launchPersistentContext
I use chromium.launchPersistentContext with extra args, and one of the args is –load-and-launch-app. The app got launched successfully but I could not interact with the app.
How to get all the the chrome app launched by playwright using chromium.launchPersistentContext
I use chromium.launchPersistentContext with extra args, and one of the args is –load-and-launch-app. The app got launched successfully but I could not interact with the app.