Hi I am trying to write my phone number to a form on a site, but couldn’t make it. I tried all combination of codes like type, sendkeys, first store and then clipbord paste. Something always going bad. I can see the number copied right but in a while, there is a blank place for it. The format is domestic (**) - something like that. .
input type=“text” id=“mobileno” name=“mobileno” placeholder=“” spellcheck=“false” required=“” autocomplete=“off” maxlength=“20” class=“valid” aria-invalid=“false”
Any help will be appreciated.