YiluphpADB

向左滑动屏幕

浏览数 65408

/**
 * @name 向左滑动屏幕
 * @desc 从水平的右边、垂直的中间向左滑动屏幕
 * @param  $duration integer 滑动过程持续时间,单位为毫秒。把起始点和结束点设置一样的,持续时间长一点可起到长按效果
 * @return boolean 成功返回true,失败抛出异常信息
 * @throws Exception 错误抛出异常信息
 **/
public function swipeToLeft($duration=200){}

我来说说