All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
0.1.0-2 (2019-02-20)
- 增加切换窗口$prevWindow和$nextWindow和初始化方法 (e00fdf1)
0.1.0-1 (2019-01-22)
- 修复当页面跳转时执行函数抛出错误“Execution context was destroyed, most likely because of a navigation.” (ee4c413)
- 注入可执行函数时假如页面正在跳转则等待页面跳转;链式操作未执行end时抛出错误;page注入函数增加beforeEach参数 (a5ec03f)
0.1.0-0 (2019-01-18)
- 增加链式操作$chain;默认超时时间改为5秒 (bcaa1a3)
0.0.3 (2019-01-17)
- 使用选择器查询元素时过滤掉隐藏元素;完善$client.isHidden函数 (a1bcf3a)
- findDom时box为空处理 (b129ed3)