O
O
OWIII2021-07-01 14:01:21
JavaScript
OWIII, 2021-07-01 14:01:21

How to fix popup element on page in browser?

Guys, such a situation. I have an element that is shown on the page for 2 seconds and then disappears.
I need to catch it in the browser to debug its styles. There is no access to the code, I can not change the configs.

Is there any way to catch him? I tried to disable JS at the moment when it appears, so that the JS code does not work out further and it is not removed from the tree, but then the whole application crashes.

Any ideas?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Alexey Ukolov, 2021-07-01
@OWIII

Find the parent of this element in the Elements panel and put Break on subtree modification on it .

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question