下面是我检测到的HTML:
<div class="arrowPopup arrowPopup-start">
<div class="arrowPopupText arrowPopupTextTwoLine arrowPopupText-flashOn" style="white-space: nowrap;">type<br>this</div>
</div>
下面是我的代码
element = WebDriverWait(driver, 20).until(EC.presence_of_element_located((By.CLASS_NAME, 'arrowPopup
arrowPopup-start')))
这个不起作用,20秒后就超时了,有什么帮助吗?
1条答案
按热度按时间atmip9wb1#
当然有。这是直接从文件上看出来的,
我的猜测是您的定位器不正确或元素在IFRAME中,但我们没有足够的信息来确定。
既然您要求对XPath进行细分