問題タブ [selenium4]
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 - Selenium 4 の w3c プロトコルで touchAction を使用するにはどうすればよいですか?
PythonでTouchActionsを使用すると、エラーは
メッセージ: 不明なコマンド: W3C モードでは非 W3C 標準コマンドを呼び出せません
これで、ActionChains クラスがうまく動作します。これは私のpythonコードです:
- セレン4.1.0
- ChromeDriver 97.0.4692.71
- Google Chrome 97.0.4692.71
どうすれば修正できますか?
selenium - DeprecationWarning: find_elements_by_* コマンドは非推奨です。Google Colab で Selenium を使用する代わりに、find_elements() を使用してください
セレンで動作する関数がいくつかあり、これらの関数には特定の出力がありますが、Google Colab でそれらを開くと、不要な出力がいくつか得られ、理解が減ります。
例の 'BETSWITHBOT' と 'HATAYSPOR' の間の出力を取得しない方法はありますか?
私のコード: