Live2D

Other element would receive the click:解决之一

出现报错Other element would receive the click:的原因是;

当你selenium中click()点击事件时,所选中的标签被外部div吸收了,因此

解决办法就是进入里面进行点击操作 。driver.execute_script("arguments[0].click();", lists[i])

Python执行script代码即可。

posted @ 2020-05-14 15:17  鸟-叔  阅读(7836)  评论(0编辑  收藏  举报