报错:selenium.common.exceptions.WebDriverException: Message: Element is not clickable at point (82, 12). Other element would receive the click:元素被覆盖,无法点击描述:页面元素可以定位到,但是无法点击click。
//安卓系统大于6.0为运行时权限,需要在运行时得到用户的授权 if (Build.VERSION.SDK_INT >= 23) { //启动服务 if (ActivityCompat.checkSelfPermission(this, Manifest.permission.ACCESS_FINE_LOCATION) != P