如何找到这个动态值?如何获得此文本(对我的作用)及其在硒中的动态价值

时间:2019-07-06 10:46:05

标签: java selenium testing xpath automation

<div _ngcontent-c8="" class="col-md-2 col-sm-3 mar-top-15 ng-star-inserted">
  <div _ngcontent-c8="" class="card card-style half shadow border-0 pointer mat-ripple" matripple="">
    <div _ngcontent-c8="" class="card-top">
      <h4 _ngcontent-c8="" class="card-text top-part top-tesxtarea" style="background-color: rgb(117, 65, 0);">Action For Me
        <mat-icon _ngcontent-c8="" class="none mat-icon mat-black material-icons" color="black" role="img" aria-hidden="true" id="display_2">grade</mat-icon>
      </h4>
    </div>
    <div _ngcontent-c8="" class="card-buttom">
      <h1 _ngcontent-c8="" class="card-text buttom-number" id="count_2">11</h1>
    </div>
  </div>
</div>

1 个答案:

答案 0 :(得分:1)

如果您有许多这样的div块,并且想要从等级等于$("selectorForForm").serialize()的那个块中提取文本,则可以使用类似以下表达式:

11

演示:

enter image description here

更多信息: