i macro and google doc help

Discussions and Tech Support specific to the iMacros Firefox add-on.
Forum rules
iMacros EOL - Attention!

The renewal maintenance has officially ended for Progress iMacros effective November 20, 2023 and all versions of iMacros are now considered EOL (End-of-Life). The iMacros products will no longer be supported by Progress (aside from customer license issues), and these forums will also no longer be moderated from the Progress side.

Thank you again for your business and support.

Sincerely,
The Progress Team

Before asking a question or reporting an issue:
1. Please review the list of FAQ's.
2. Use the search box (at the top of each forum page) to see if a similar problem or question has already been addressed.
3. Try searching the iMacros Wiki - it contains the complete iMacros reference as well as plenty of samples and tutorials.
4. We can respond much faster to your posts if you include the following information: CLICK HERE FOR IMPORTANT INFORMATION TO INCLUDE IN YOUR POST
Post Reply
faustf
Posts: 6
Joined: Fri Sep 20, 2019 2:03 pm

i macro and google doc help

Post by faustf » Tue Dec 29, 2020 11:26 am

hi guys , i have many doc file , i want upload one and translate it in google doc ,(not want use google-translate page because not respect margin and remove photo inside of text) after translate i want save , i use i macro , for do that , i install imacro for firefox (firefox 84.0.1 64 bit ) i start record macro , did do my task , and after i saved, i run a script , but stay over first line , till the end ,this is my code

Code: Select all

VERSION BUILD=10021450
URL GOTO=https://docs.google.com/document/d/1yrUvB7oHo4Bxz7DMRCWX4qZBzLLG1nQpmxfQYkg8GWU/edit
TAG POS=1 TYPE=DIV ATTR=ID:docs-file-menu
TAG POS=2 TYPE=DIV ATTR=TXT:Apri(O)Ctrl+O
FRAME F=13
TAG POS=2 TYPE=DIV ATTR=TXT:Carica
TAG POS=2 TYPE=DIV ATTR=TXT:Seleziona<SP>un<SP>file<SP>dal<SP>dispositivo
TAG POS=1 TYPE=INPUT:FILE ATTR=* CONTENT=C:\fakepath\libro3_0013.docx
TAB T=2
FRAME F=0
TAG POS=1 TYPE=DIV ATTR=ID:docs-extensions-menu
TAG POS=1 TYPE=SPAN ATTR=TXT:Traduci<SP>documento
TAG POS=9 TYPE=DIV ATTR=TXT:Italiano
TAG POS=1 TYPE=BUTTON ATTR=NAME:ok
TAB T=3
TAG POS=1 TYPE=DIV ATTR=ID:docs-file-menu
TAG POS=2 TYPE=DIV ATTR=TXT:Scarica(D)►
ONDOWNLOAD FOLDER=* FILE=+_{{!NOW:yyyymmdd_hhnnss}} WAIT=YES
TAG POS=1 TYPE=SPAN ATTR=TXT:Microsoft<SP>Word<SP>(.docx)
anyone can help me i not have experience with imacro , thankz
Post Reply