問題タブ [findelement]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
python-3.x - AttributeError: モジュール 'selenium.webdriver.firefox' には、Python で Selenium を使用する属性 'find_element_by_name' がありません
上記は私が書いたスクリプトですが、実行するたびに次のエラーメッセージが返されます。
AttributeError: モジュール 'selenium.webdriver.firefox' には属性 'find_element_by_name' がありません
r - ボタンを共有クラス名で識別する Rselenium findelement 関数
RSeleniumを使用したRコードがあります。特定のWebサイトで、コードで「出発をさらに取得」ボタンをクリックする必要があります。同様の質問を見たことがありますが、findelement 関数に「クラス」名を入力すると、ページの上部にある同じクラス名のボタンがクリックされます。
誰かが「もっと出発を得る」ボタンをクリックするのを手伝ってくれませんか?
私は初心者で、ここで何時間も立ち往生しているので、洞察をいただければ幸いです。
「火星12」ボタンをクリックするために機能する現在のコードは次のとおりです