Guest User

Untitled

a guest
Jan 23rd, 2018
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.45 KB | None | 0 0
  1. <input id="recurly-hosted-field-input" type="tel" pattern="[0-9]*" spellcheck="false" autocapitalize="none" autocorrect="off" class="recurly-hosted-field-input unknown" placeholder="Credit Card Number" title="Credit Card Number" aria-required="true" autocomplete="cc-number" style="visibility: visible; color: rgb(51, 51, 51); font-family: Lato, sans-serif; font-feature-settings: normal; font-kerning: auto; font-size: 17px; font-stretch: normal; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; text-rendering: auto; text-shadow: none; text-transform: none;">
  2.  
  3. <input id="recurly-hosted-field-input" type="tel" pattern="[0-9]*" spellcheck="false" autocapitalize="none" autocorrect="off" class="recurly-hosted-field-input" placeholder="Month (mm)" title="Month (mm)" maxlength="2" aria-required="true" autocomplete="cc-exp-month" style="visibility: visible; color: rgb(51, 51, 51); font-family: Lato, sans-serif; font-feature-settings: normal; font-kerning: auto; font-size: 17px; font-stretch: normal; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; text-rendering: auto; text-shadow: none; text-transform: none;">
  4.  
  5. driver.findElement(By.name("address1")).sendKeys("213 Ave");
  6. driver.findElement(By.name("city")).sendKeys("New York");
  7.  
  8. /<path_to_div>/input[0] -->will locate first
  9. similiarly /<path_to_div>/input[1] -->will locate second abd so on..
Add Comment
Please, Sign In to add comment