バージョン3.6のSelenium WebDriverとChromeドライバを使用しているオートメーションプロジェクトがあります。それは私が要素をクリックする.click()メソッドを使用していて、これは常に働いていた、私はソフトウェアに問題があったことがありませんSelenium WebDriver - 要素がポイントでクリックできない
Unhandled exception has occurred in your application. If you click Continue, the application will ignore this error and attempt to continue. If you click Quit, the application will close immediately.
unknown error: Element is not clickable at point (25, -9) (Session info: chrome=61.0.3163.100) (Driver info: chromedriver=2.31.488763 (092de99f48a300323ecf8c2a4e2e7cab51de5ba8),platform=Windows NT 6.1.7601 SP1 x86_64).
エラーを表示し始めるまでのソフトウェアが正常に働いていました何ヶ月も実行中
インターネットを検索したところ、.SendKey()とIJavaScriptExecutorを使って要素にスクロールするような方法もありました。しかし、ポイントは私がこれを行う必要はありません..
このバージョンのSeleniumではいくつかのバグがありますか?多分Chrome Driverですか?
ありがとう、それは今、完璧に機能しました。 –
偉大な、助けてうれしい! – Rushby