I am trying to get an element using attribute. I want to change the text that says "Card security code" to "CVV". There are many label elements so I can't get element by the tag name.
<label for="cvv">Card security code <span class="required">*</span></label>