sclswin

Results 4 issues of sclswin

function main(splash, args) splash.response_body_enabled = true splash:go{ args.url, headers={ ["User-Agent"] = "Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Firefox/68.0", ["Accept"] = "text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8", } } splash:wait(3) splash:on_response(function(response) --The replacement is invalid response.body...

下载版本 Windows64: AirtestIDE-win64-win-1.2.5.zip 系统 windows10 64位 启动报错 ![aaa5](https://user-images.githubusercontent.com/13265574/94635440-3d1d9200-0305-11eb-9c4f-bd08ff7f4760.png) ide目前功能正常连接手机正常,poco这些都正常,但是命令行就是大量报错信息,不停的滚动报错。

### nginx版本与模块信息: 系统 centos7 64位 nginx version: nginx/1.16.1 built by gcc 4.8.5 20150623 (Red Hat 4.8.5-36) (GCC) built with OpenSSL 1.0.2l 25 May 2017 TLS SNI support enabled configure arguments:...

我在文档上看到有下面这个用法 修改response响应头,但是这个response.header是只读的包括type,status,url 等几个属性都是只读,我把下面这段代码拿出来试了一下 确实报错TypeError。当我把response.headers.append('interceptors', 'yes yo');去掉又正常,文档上描述用append添加头如果没有遵守header的这个规范就会触 发TypeError,因为我试的时候失败了,我想问一下真的可以这样用么,或者是其他问题导致的 `// response interceptor, chagne response request.interceptors.response.use((response, options) => { response.headers.append('interceptors', 'yes yo'); return response; }); `