我想准备一些脚本来在我们的网站上用Win10上无头的Chromium进行系统测试。加载以下命令并生成屏幕截图效果很好:
"C:\Program Files (x86)\Google\Chrome\Application\chrome" --headless --screenshot=D:\temp\screenshot.png --window-size=1920,1920 https://www.mywebsite.com/Contacts.aspx
出于测试目的,我在网页上添加了一行console.error("it is an error")
。但是,如何捕获JavaScript错误或检测到的任何浏览器错误?