python3でセレニウムを使ってdropboxをクリックしようとしています。 ですが、エラーメッセージが表示されます。python3セレンを使ってドロップダウンボックスをクリックするには
raise exception_class(message, screen, stacktrace)
selenium.common.exceptions.NoSuchWindowException: Message: Unable to find element on closed window
マイコードは以下のとおりです。
driver.find_element_by_css_selector("#RegularCategory>div.pagination dl.dropdown dt a span").click()
and..codeは...私は「によってソート」をクリックします ですが、私はできません。
は、あなたが( 'driver.quiteを使用しているあなたのコードにあります)や' 'driver.close( ) 'この要素を見つける前のどこか? –
@SaurabhGaur もちろん、私はラインの最後にdriver.quite()を使用しています – everline