我必须在以下HTML中标识一个元素:
<main-nav-bar _nghost-oyw-6="">
<div class="navigation-bar" _ngcontent-oyw-6="">
<button _ngcontent-oyw-6="">Entities</button>
<button _ngcontent-oyw-6="">Entity settings</button>
<button _ngcontent-oyw-6="">Batches</button>
<button _ngcontent-oyw-6="">Documents</button>
</div>
</main-nav-bar>
</div>
我感兴趣的元素是包含&#39;实体设置的元素&#39;。我认为最好的方法是css或xpath,但到目前为止我还没有能够识别一个有效的方法。我的测试一直在失败。有什么想法吗?