Outlook problem - please 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
FERNANDOx001
Posts: 1
Joined: Tue Apr 12, 2022 4:32 am

Outlook problem - please help

Post by FERNANDOx001 » Wed Apr 13, 2022 3:07 am

Hello. I am Brazilian.
I created a script in imacros on the outlook website but for a while it stopped working and now I'm trying to remake it.

Code: Select all

URL GOTO=https://outlook.live.com/mail/0/inbox
TAG POS=1 TYPE=SPAN ATTR=TXT:
TAG POS=1 TYPE=SPAN ATTR=TXT:Exibir<SP>todas<SP>as<SP>configurações<SP>do<SP>Outlook
TAG POS=3 TYPE=SPAN ATTR=TXT:Regras
TAG POS=2 TYPE=SPAN ATTR=TXT:Adicionar<SP>nova<SP>regra
TAG POS=3 TYPE=INPUT:TEXT ATTR=* CONTENT=examplename
TAG POS=1 TYPE=SPAN ATTR=TXT:Selecione<SP>uma<SP>condição
TAG POS=2 TYPE=SPAN ATTR=TXT:Assunto<SP>inclui
TAG POS=4 TYPE=INPUT:TEXT ATTR=* CONTENT=example1
TAG POS=4 TYPE=INPUT:TEXT ATTR=* CONTENT=example2
TAG POS=4 TYPE=INPUT:TEXT ATTR=* CONTENT=example3
TAG POS=4 TYPE=INPUT:TEXT ATTR=* CONTENT=example4
TAG POS=4 TYPE=INPUT:TEXT ATTR=* CONTENT=example5
TAG POS=4 TYPE=INPUT:TEXT ATTR=* CONTENT=example6
TAG POS=4 TYPE=INPUT:TEXT ATTR=* CONTENT=example7
TAG POS=2 TYPE=SPAN ATTR=TXT:
TAG POS=2 TYPE=SPAN ATTR=TXT:Marcar<SP>como<SP>lido
TAG POS=3 TYPE=SPAN ATTR=TXT:Adicionar<SP>outra<SP>ação
TAG POS=3 TYPE=SPAN ATTR=TXT:
TAG POS=2 TYPE=SPAN ATTR=TXT:Mover<SP>para
TAG POS=2 TYPE=SPAN ATTR=TXT:Selecionar<SP>uma<SP>pasta
TAG POS=1 TYPE=SPAN ATTR=TXT:Mover<SP>para<SP>uma<SP>pasta<SP>diferente...
TAG POS=2 TYPE=SPAN ATTR=TXT:Itens<SP>Enviados
TAG POS=3 TYPE=SPAN ATTR=TXT:Adicionar<SP>outra<SP>ação
TAG POS=1 TYPE=SPAN ATTR=TXT:E...
TAG POS=1 TYPE=BUTTON ATTR=TXT:Encaminhar<SP>para
TAG POS=5 TYPE=INPUT:TEXT ATTR=* CONTENT=exampleemail@outlook.com
TAG POS=3 TYPE=SPAN ATTR=TXT:Salvar
this script worked perfectly for a long time. but now I believe that due to some change in outlook, the addition of filters in the rules is only possible for the first one, the others are copied over and not added together.

now outlook forces you to press ´´ENTER´´ enter a filter and another. ex:
TAG POS=4 TYPE=INPUT:TEXT ATTR=* CONTENT=example1
ENTER
TAG POS=4 TYPE=INPUT:TEXT ATTR=* CONTENT=example2
ENTER
TAG POS=4 TYPE=INPUT:TEXT ATTR=* CONTENT=example3

etc..

would have any solution to simulate the ``ENTER``?
I would like to ask friends to kindly help me with this problem.

below follows image.
outlook:
settings > see all settings > rules

Image
Post Reply