Does anyone know how to read browser tab memory consumption? #2838
Unanswered
Pieras2
asked this question in
Help Needed
Replies: 2 comments 3 replies
-
Hey, for chrome this is something that can be explored more . |
Beta Was this translation helpful? Give feedback.
2 replies
-
This works
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Some of my E2E tests are done the way that take longer time, clicks many places etc.
I noticed that memory consumption increased with clicking.
Is there any way to read memory consumption of a browser's tab?
When testing manually we can hit shift + escape and we have a browser's window where we can monitor memory used.
I would like to write some code that reads it - but I don't want to check the browser's PID as it would take whole consumption of the browser.
Beta Was this translation helpful? Give feedback.
All reactions