测试依然不行,补充反馈两个问题 3.8.4 page.$ 可以通过 class 选择器选择元素,无法通过标签选择器选择元素3.8.5 以上两者都不行
微信开发者工具基础库版本大于3.7.12时自动化测试无法运行?开发者工具版本:Stable 1.06.2412050 操作系统:M1 MacBook Pro macos 15.5 测试工程地址:https://github.com/zhenyuWang/weixin-testing-template https://github.com/zhenyuWang/weixin-testing-template/tree/main/project 下是微信小程序工程 https://github.com/zhenyuWang/weixin-testing-template/blob/main/testing-framework 下是自动化测试脚本 https://github.com/zhenyuWang/weixin-testing-template/blob/main/testing-framework/index.js 中补充有注释
星期四 11:10游客模式下,wx.canIUse('getAppBaseInfo') 结果为 true
游客模式调用 wx.getAppBaseInfo 报错微信小程序开发者工具,游客模式下,调用 wx.getAppBaseInfo(),会报错 TypeError: Cannot set property 'SDKVersion' of undefined 期望应该不报错,并给出合理的提示
2024-12-18同样问题,1.06.2208010 权限已开通
模糊定位接口 wx.getFuzzyLocation is not a function?接口申请已通过,该配置的都配置了,但是不管pc还是真机,调用时都提示wx.getFuzzyLocation is not a function
2022-08-08