角度をテストするために分度器を使用しています。バインディングセレクターを使用して値を取得したいので、div のすべてのコンテンツを取得します。
<div class="table-header">
<span>{{::strategyCtrl.accountLabel | translate}}</span>
{{::strategyCtrl.accountIdValue}}
</div>
例えば:
element(by.binding('strategyCtrl.strategyValue'));
strategyCtrl.accountLabel
との値を返しますstrategyCtrl.accountIdValue
。
の値だけを取得するにはどうすればよいですかstrategyCtrl.accountIdValue
。