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.
我使用 chromeless 来填写和验证表格。当我单击提交按钮时,表单会生成一个验证弹出窗口:
如何单击此弹出窗口并验证表单?
使用评估覆盖 window.confirm
chromeless.evaluate(() => window.confirm = () => true)