からロードされた要素は、だから私は、この「レビュー協定」ボタンをヒットしようとしている見つけることができませんセレンは埋め込まれたHTML
<section class="col-33 text-right">
<button class="anchor-button bordered" ng-click="onClickReviewAgreement()">Review Agreement</button>
</section>
BUT明らかに別のリソースからロードされているので、findElement(By.*)
は動作しません - 私もBy.xpath("/html/body/ul/li[2]/notification-bar/ul/li/section[1]/section[2]/button")
を試しました - 。私はView Page Sources
に取得していますすべての関連するコードは次のとおりです。
<!-- Agreement form modal -->
<ui-modal
ui-modal-id="ui.modals.agreementFormModal"
ui-modal-class="takeover agreement"
ui-modal-controller="AgreementFormController"
ui-modal-template-url="paths.templates + '/components/forms/tpl.agreement-form.html'"
ui-modal-has-dimmer="true">
</ui-modal>
は、私は要素のこれらの種類を選択することができます方法はありますか?