Перемещение между строками в источнике данных в макросах - PullRequest
0 голосов
/ 02 ноября 2019

Я хочу прокрутить строки в {{! COL1}} Он начинается с первой строки и каждый раз переходит в цикл на следующую строку

SET !ERRORIGNORE YES
SET !EXTRACT_TEST_POPUP NO
SET !DATASOURCE Address.csv
SET !DATASOURCE_LINE 1
TAB T=1
URL GOTO=https://instnem.myshopwired.com/product-1
TAG POS=1 TYPE=BUTTON FORM=ACTION:https://instnem.myshopwired.com/product-1 ATTR=NAME:cart_button
TAG POS=1 TYPE=SELECT FORM=ACTION:/checkout/address ATTR=NAME:countryId CONTENT=%8
TAG POS=1 TYPE=BUTTON FORM=ACTION:/checkout/address ATTR=TXT:Proceed<SP>To<SP>Checkout
TAG POS=1 TYPE=INPUT:TEXT FORM=ACTION:https://instnem.myshopwired.com/checkout/address ATTR=NAME:shipping_company CONTENT=iufreufehr
TAG POS=1 TYPE=INPUT:TEXT FORM=ACTION:https://instnem.myshopwired.com/checkout/address ATTR=NAME:shipping_name CONTENT=fi
TAG POS=1 TYPE=INPUT:TEXT FORM=ACTION:https://instnem.myshopwired.com/checkout/address ATTR=NAME:shipping_email CONTENT={{!COL1}}
TAG POS=1 TYPE=INPUT:TEXT FORM=ACTION:https://instnem.myshopwired.com/checkout/address ATTR=NAME:shipping_phone CONTENT=0393238203
TAG POS=1 TYPE=INPUT:TEXT FORM=ACTION:https://instnem.myshopwired.com/checkout/address ATTR=NAME:shipping_address1 CONTENT=jrzeiuhf
TAG POS=1 TYPE=INPUT:TEXT FORM=ACTION:https://instnem.myshopwired.com/checkout/address ATTR=NAME:shipping_address3 CONTENT=oiuezfhez
TAG POS=1 TYPE=INPUT:TEXT FORM=ACTION:https://instnem.myshopwired.com/checkout/address ATTR=NAME:shipping_city CONTENT=uhfezeziuf
TAG POS=1 TYPE=INPUT:TEXT FORM=ACTION:https://instnem.myshopwired.com/checkout/address ATTR=NAME:shipping_province CONTENT=iuhezfiu
TAG POS=1 TYPE=INPUT:TEXT FORM=ACTION:https://instnem.myshopwired.com/checkout/address ATTR=NAME:shipping_postcode CONTENT=3982832
TAG POS=2 TYPE=DIV ATTR=TXT:Delivery<SP>Information<SP>Company<SP>Name<SP>Full<SP>Name*
TAG POS=1 TYPE=DIV ATTR=ID:imacros-highlight-div
TAG POS=1 TYPE=SPAN ATTR=TXT:same<SP>as<SP>delivery<SP>address
TAG POS=2 TYPE=DIV ATTR=TXT:I<SP>have<SP>read<SP>and<SP>accept<SP>the<SP>terms<SP>&<SP>c*
TAG POS=1 TYPE=BUTTON FORM=ACTION:https://instnem.myshopwired.com/checkout/address ATTR=NAME:offline_payment_button
...