摘要:
常见错误原因 常见错误原因 其他错误原因 场景 使用selenium循环打开并跳转到新的网页,然后关闭新的窗口,然后回到原来窗口,这时候获取list中的值,报错: list index out of range。 原因 由于打开新的窗口,导致list中的值过期了,这时候你通过 item = list 阅读全文
摘要:
报错信息 The 'Access-Control-Allow-Origin' header is present on the requested resource 解决方案 web.config配置信息 <appSettings xdt:Transform="Replace"> <add key= 阅读全文