【发布时间】:2021-01-09 13:54:42
【问题描述】:
<yt-formatted-string id="channel-title" class="style-scope ytd-account-item-renderer">bb1</yt-formatted-string>
下面的一个是通过完整 x 路径查找的危险元素,因为索引可能会更改
self.driver.find_element_by_xpath('/html/body/ytd-app/ytd-popup-container/iron-dropdown/div/ytd-multi-page-menu-renderer/div[4]/ytd-multi-page-menu-renderer/div[3]/div[1]/ytd-account-section-list-renderer[1]/div/ytd-account-item-section-renderer/div/ytd-account-item-renderer[4]/paper-icon-item/paper-item-body/yt-formatted-string[1]').click()
【问题讨论】:
-
为什么不按 id 查找
标签: python selenium xpath youtube css-selectors