Pular para o conteúdo
Menu
Esta pergunta foi sinalizada
1 Responder
3118 Visualizações

In Journal Entry for there are two buttons are available with same name as action_post.first one is Post and second one is Confirm.
I want to add replace the first button Post. How to do it through xpath?

Avatar
Cancelar
Melhor resposta

You can achieve it using [1] which will take first button of the name.

<xpath expr="//button[@name='action_post'][1]" position="replace">

Hope it will help you.

Avatar
Cancelar
Publicações relacionadas Respostas Visualizações Atividade
3
set. 25
3164
0
ago. 25
722
1
ago. 25
2914
2
jul. 25
8552
2
jul. 25
4932