pycharm selenium.common.exceptions.NoSuchElementException:消息:没有这样的元素

时间:2020-10-12 02:43:47

标签: selenium

当我使用以下代码时,它在Jupyternotebook中运行良好。但是,当我将其移至pycharm时,会导致错误。 非常困惑。

os.chdir(r'D:\应用程序install')
url = "https://seekingalpha.com/symbol/AAPL/news"
driver = webdriver.Chrome()
driver.get(url)

x = driver.find_element_by_css_selector('[data-test-id="post-list"]').text
x

错误:

selenium.common.exceptions.NoSuchElementException:消息:没有这样的消息 元素:无法找到元素:{“ method”:“ css 选择器”,“选择器”:“ [name =“ News”]“}(会话信息: chrome = 86.0.4240.75)

0 个答案:

没有答案