selenium 自动化识别验证码x,y坐标
命令move_to_element_with_offset 报错:element not interactable: [object HTMLDivElement] has no size and location
由于>4.0是以中心点偏移,4.0是左上角偏移。
卸载掉最新的seleniuim:pip uninstall selenium
安装selenium4.0 :pip install selenium==4.0
标签:4.0,no,object,selenium,element,报错,HTMLDivElement,size From: https://www.cnblogs.com/modys/p/17720473.html