問題タブ [js-scrollintoview]
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 - chromedriver バージョン >74 での MoveTargetOutOfBoundsException 問題
move_to_element()
ActionChainsが chromedriver >74 で動作しない理由がわかりません。
(ただし、chromedriver 74 と geckodriver では動作します。)
この 3 行を ActionChains の前に追加しても、要素に移動できませんでした。
そして、以下のようにエラーをスローします:
selenium.common.exceptions.MoveTargetOutOfBoundsException: メッセージ: ターゲットを範囲外に移動します (セッション情報: chrome=79.0.3945.117)
また、要素までスクロールした後でも、Selenium MoveTargetOutOfBoundsExceptionに記載されている move_to_element_with_offset を使用しようとしましたが、まだ機能していません:
以下は私のchromedriverの設定です。ActionChains への設定の影響はありますか?