我使用Python3.9与最新的Selenium,并有这段代码,它在我的Mac,Chrome驱动程序101无头脚本实例上运行良好。我会得到以下错误E selenium.common.exceptions.MoveTargetOutOfBoundsExceptionMessage: move target out of bounds
E (Session info: headless chrome=99.0.
我一直试图使用这段代码来提取url,但是我无法获得以html显示的google地图url。当我试图在这个段中找到url时,它会返回'None‘。from bs4 import BeautifulSoupfrom urllib.request import urlopenhtml=urlopen(url)for tag in soup.findAll('a