seleniumで要素が取得できない状況です。
以下は取得したい、部分になります。PostgreSQLをクリックし、db一覧ページへ飛びたいと考えています
以下は、該当部分の要素になります。
自分が、試したコードは以下になります。
elem = driver.find_element_by_css_selector('body .webfx-tree-children .webfx-tree-children .webfx-tree-row .webfx-tree-item-label')
こちらなのですが、ファイルを実行しますと、以下のエラーが出力されてしまいます。
raise exception_class(message, screen, stacktrace)
selenium.common.exceptions.NoSuchElementException: Message: no such element: Unable to locate element: {"method":"css selector","selector":"body .webfx-tree-children .webfx-tree-children .webfx-tree-row .webfx-tree-item-label"}
(Session info: chrome=80.0.3987.87)
こちらの現象につきまして、ご助言頂けましたら幸いです。
回答2件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。
2020/02/11 08:43 編集