我嘗試在我的Wlan Repeater上登錄並重新啓動它,它登錄並進入「重新啓動」按鈕所在的站點,可惜Selenium沒有找到該按鈕。 這就是按鈕:無法在Selenium Python中找到元素
<button type="submit" name="reboot">Neu starten</button>
但如果我試試這個:
reboot = browser.find_element_by_name('reboot')
reboot.submit()
我得到以下錯誤:
selenium.common.exceptions.NoSuchElementException: Message: no such element:
Unable to locate element: {"method":"name","selector":"reboot"}
'.find_element_by_xpath(「// button [@ name ='reboot']」)''? –
也不起作用 – MushroomMauLa
它是否在'iframe'內? –