Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如果我们可以扫描 TOSCA 中仅在屏幕上显示几秒钟的错误警报,谁能指导我。元素消失后有没有办法做到这一点。
如果错误元素是网页的一部分,那么您可以通过向右滑动来使用 XSCAN 窗口上的过滤器和搜索滑块,它应该显示页面的组件以及更多详细信息。错误警报组件很可能在该属性已隐藏的情况下存在。
打开开发者控制台(Chrome 的 F12)-> 设置-> 调试器-> 禁用 JavaScript。现在,该元素将在您想要的任何时间保留在屏幕上。
资料来源:https ://www.analyticsmania.com/post/how-to-pause-javascript-and-inspect-an-element-that-quickly-disappears/