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.
我刚开始使用硒。
是否可以通过 selenium 找到附加到 HTML 元素的事件处理程序?处理程序(例如用于单击按钮的处理程序)可以通过 addEventListener 即时附加。
最后我们做到了。我们使用了 Selenuim + PhantomJS。使用 phantom,我们获取页面的 DOM,在页面上注入和执行可视事件解析器,在页面上存储事件列表,并通过 phantom 由另一个 javascript 调用返回它们。