甜甜溪流

文章
5
资源
0
加入时间
2年10月21天

selenium 元素可以定位到,但是无法点击问题

报错:selenium.common.exceptions.WebDriverException: Message: Element is not clickable at point (82, 12). Other element would receive the click:元素被覆盖,无法点击描述:页面元素可以定位到,但是无法点击click。

关于android6.0运行时权限(定位)

//安卓系统大于6.0为运行时权限,需要在运行时得到用户的授权        if (Build.VERSION.SDK_INT >= 23) {            //启动服务            if (ActivityCompat.checkSelfPermission(this, Manifest.permission.ACCESS_FINE_LOCATION) != P