我正在尝试通过MacOS上的PyCharm CE运行Selenium,并尝试在Google Chrome上运行它。但是,每当我运行以下命令时:
browser = webdriver.Chrome("/Users/louiscage/PycharmProjectsDeprecationWarning: executable_path has been deprecated, please pass in
我正在尝试使用python访问以下带有selenium的网站。我一直在尝试查找表的xpath,但它似乎是隐藏的。有谁知道我做错了什么吗?提前感谢!https://www.stakingrewards.com/cryptoassets from bs4 import BeautifulSoup
from selenium import webdriverfrom webdriver