問題タブ [page-factory]
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.
selenium - Selenium @FindBy と driver.findElement()
@FindBy
vsを使用する必要があるのはなぜdriver.findElement()
ですか?
@FindBy
すべての変数をクラス レベルに移動することを強制します (ほとんどの変数がメソッド レベルでのみ必要な場合)。それが私を買っているように見える唯一のことはPageFactory.initElements()
、私のために遅延初期化を処理する を呼び出すことができるということです。
私は何が欠けていますか?