Search code examples
gmailimacrosphone-numberverificationaccount

Imacros: Choosing Country in Gmail Account Creation


I am trying to automate create Gmail Account but the problem is only merely about how I input the phone dial code. I am trying to change default US phone dial, become Indonesian phone pattern (+62) in automate. Any way to do this? enter image description here


Solution

  • Try the below code. The first tag will clear the field and the second tag will enter the phone number, so based on the input dial code the flag will be selected automatically

    TAG XPATH="//*[@id='RecoveryPhoneNumber']" CONTENT=
    EVENTS TYPE=KEYPRESS XPATH="//*[@id='RecoveryPhoneNumber']" CHARS="+15334342354"