python selenium报错:Message: javascript error: arguments[0].click is not a function
这是selenium比较常见的报错,所以记录一下解决方法,避免总是忘记。
代码示例:
from os import times
from selenium import webdriver
from selenium.webdriver.chrome.options import Options
from selenium.common import exceptions as selenium_ex
import time
from selenium.webdriver.common i...
原创
2022-04-26 19:29:06 ·
7531 阅读 ·
5 评论