How to get Browser Process ID after using connect #295
Unanswered
DerErzengel
asked this question in
Q&A
Replies: 3 comments
-
you can modify the source code to return the browser pid |
Beta Was this translation helpful? Give feedback.
0 replies
-
also keep in mind that page and browser in this library was not the same as in puppeteer, so some methods may not exist |
Beta Was this translation helpful? Give feedback.
0 replies
-
Thank you! You were right, i just inlcuded the the "kill" Function in the return and this works great. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I'm trying to retrieve the browser process ID after launching the browser using the connect command.
I know that calling browser.process().pid on the returned browser instance—for example:
results in an error, because pid is null.
Is there another way to obtain the browser process ID after connecting?
Beta Was this translation helpful? Give feedback.
All reactions