我的Selenium某种程度上无法在网站上找到元素。
只能找到以下找不到的每个元素的第一个<div id="app" class="app-component">
。 Here is a screenshot of the HTML。
例如
driver.find_element_by_class_name("app-component")
有效。
driver.find_element_by_class_name("inner")
无法正常工作。
与div中的::before
有关系吗?