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.
我正在通过 Chrome 远程界面使用 Chrome DevTools。
我在这里看不到的一件事是关闭警报框。这可能吗?
我最终找到了一种方法:
Page.javascriptDialogOpening((params) => { Page.handleJavaScriptDialog({'accept': true}); });