0
Expensive,
I need to locate the element that does not contain id and name in HTML.
Below is the HTML example
<button type="button" class="btn btn-primary ng-scope" data-ng-if="novo2()" data-ng-click="novo()" clickonce="">
Criar Protocolo
</button>
Try to find by the class
class="btn btn-primary ng-scope"
or by the typetype="button"
and if the Value is equal toCriar Protocolo
– danieltakeshi