2015-11-09 170 views
0
<div data-ng-transclude="" data-ng-style="{fontSize:fontSize}" layout="column" layout-align="center center" flex="25" data-fittext="" data-fittext-max="16" style="margin: 5px 10px 5px 1px; font-size: 5.7px;" class="ng-scope"> 
<span class="ng-scope">&nbsp;</span> 
<span style="color: #ebeded; font-size: 12px;" class="ng-binding ng-scope">UPCHARGE</span> 
</div> 

我想確定是否存在帶文本「UPCHARGE」的span元素。如何用量角器識別元素。使用量角器無法找到有角度的JS元素

+0

你能請更新你嘗試和失敗的方式問題嗎?另外,你有沒有嘗試過使用元素定位器?對於前 - 元素(by.xpath('// span [contains(text(),「UPCHARGE」)]'))'? –

+0

給它一個ID值,然後做by.id. – MBielski

回答

相關問題