Mor Amrani
unread,Sep 27, 2023, 8:41:29 AM9/27/23Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to devtools-dev, alexr...@chromium.org, devtools-dev, Mor Amrani
Thanks Alex for the quick answer!
This can be very useful for me, but I tried using Page.bringToFront()while having 2 tabs running on the same context browser, and it looks like the two of them still visible. I checked with document.visibilityState which returns 'visible', and also I see that the CPU consumption wasn't reduced and looks like both tabs are still being rendered. Am I missing something?
In addition, I wonder if there's an option to simulate a situation when all the tabs are in the background? Let's say the user have moved to other application, and left the whole browser in the background.
Thanks a lot,
Mor