LucianSleepg
Results
3
comments of
LucianSleepg
那个 `if eventData == message` 的判断条件太严苛了,改成 `if eventData in message` 判断就可以了
如果底部的 Tab 是使用微信提供的 `tabBar` 实现的,那么那几个控件就是 android 原生的,要使用 `uiautomator` 来识别和操作,xpath 等可以通过 Google 的 `uiautomatorviewer` 来查看 PS: FAT 有对 `uiautomator` 进行封装,直接使用 `wxDriver.d.uiautomatorAPIs` 就可以调用 `uiautomator` 相关 API
The design that only support 4.* and 5.* makes it **not works on Mac** My Mac os version is **macOS Mojave 10.14.2** which is almost the latest version of macOS...