Hi all - first time poster in this thread.
Have read back 50-100 pages back, and thought I could sort it out myself when my card came today for my Telstra Postpaid, but unfortunately hit a iMacro stumbling block so would appreciate the help:
URL GOTO=https://www.my.telstra.com.au/myaccount/paybill?pvt_access_mode=true#empty
TAG POS=1 TYPE=INPUT:TEL FORM=ID:accountPaymentDetails ATTR=ID:accountNum CONTENT=xx_X
TAG POS=1 TYPE=INPUT:NUMBER FORM=ID:accountPaymentDetails ATTR=ID:amount CONTENT=0.01
TAG POS=1 TYPE=INPUT:RADIO FORM=ID:accountPaymentDetails ATTR=ID:creditCardRadio
TAG POS=1 TYPE=INPUT:TEL FORM=ID:credit-card-payment-details ATTR=ID:creditCardNumber CONTENT=xx_X
TAG POS=1 TYPE=INPUT:TEL FORM=ID:credit-card-payment-details ATTR=ID:expiryMonth CONTENT=XX
TAG POS=1 TYPE=INPUT:TEL FORM=ID:credit-card-payment-details ATTR=ID:expiryYear CONTENT=XX
TAG POS=1 TYPE=INPUT:TEL FORM=ID:credit-card-payment-details ATTR=ID:verifyCode CONTENT=XX
TAG POS=1 TYPE=INPUT:TEXT FORM=ID:emailAddressForm ATTR=ID:email
[email protected]
TAG POS=1 TYPE=A ATTR=ID:confirm-button
TAG POS=1 TYPE=A ATTR=ID:yes-proceed-unauth-payment-duplicate-button-cc
I read on post #2183 to add:
EVENT TYPE=CLICK SELECTOR="#continue-button" BUTTON=0 (as TAG POS=1 TYPE=INPUT:SUBMIT ATTR=ID:continue-button won't work)
but that doesnt seem to work for me? I'm using iMacro for Chrome, and im hitting a roadblock:
"
We're sorry but My Account isn't available right now
We're working hard to solve the problem and get all the great My Account services back online as soon as we possibly can.
There are also plenty of other ways you can manage your account or get in touch with us for help"
For what its worth, I tested out a manual transaction and it worked just fine, but its just refusing the iMacro. Thanks in advance!