AttributeError: 'WebDriver' object has no attribute 'save_screenshoot'

AttributeError: 'WebDriver' object has no attribute 'save_screenshoot'
shoot拼写错误——shot

你是想问报错的原因还是说是因为shot拼成shoot导致的

WebDriver没有属性save_screenshoot,应该是save_screenshot,保存截图还可以用driver.get_screenshot_as_file()