I need your help to find and identify this element:
HTML: <input type="tel" id="pp-DlfVWS-14" autocomplete="off" name="addCreditCardNumber" class="a-input-text a-form-normal">
Where "DlfVWS" change every refresh. I have tried many combinations with no success and errors for example:
driver.find_element_by_xpath("//input[contains(@id, 'pp-']")
Thanks.