Need macro can clear Full Cache like ctrl+shift+del

Support for iMacros. The iMacros software is the unique solution for automating every activity inside a web browser, for data extraction and web testing.
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
dualbios
Posts: 2
Joined: Wed Jun 30, 2021 12:15 am

Need macro can clear Full Cache like ctrl+shift+del

Post by dualbios » Fri Jul 02, 2021 11:25 pm

Hello

I use imacros 8.9.7 in palemoon browser 29.1.0 64-bit
WIndows 10

i use one IP proxy rotation to bypass. if i request with that IP i get random IP
this is my macro

Code: Select all

CLEAR
PROXY ADDRESS=111.111.11.1:3128 BYPASS=https://xxxxxx
URL GOTO=https://xxxxxx
TAB OPEN
TAB T=2
URL GOTO=https://httpbin.org/ip
WAIT SECONDS=2
I can get IP only once
after the second loop, the IP is always the same.BUT if i clear cache using ctrl+shift+del i can receive new IP

Code: Select all

EVENT TYPE=KEYPRESS SELECTOR="HTML>BODY" KEY=46 MODIFIERS="ctrl|shift"
PROXY ADDRESS=111.111.11.1:3128 BYPASS=https://xxxxxx
URL GOTO=https://xxxxxx
TAB OPEN
TAB T=2
URL GOTO=https://httpbin.org/ip
WAIT SECONDS=2
BUT i have to press ENTER manually, how i can get automatically clear cache like use ctrl+shift+del
chivracq
Posts: 10301
Joined: Sat Apr 13, 2013 1:07 pm
Location: Amsterdam (NL)

Re: Need macro can clear Full Cache like ctrl+shift+del

Post by chivracq » Fri Jul 02, 2021 11:55 pm

dualbios wrote:
Fri Jul 02, 2021 11:25 pm
Hello

I use

Code: Select all

imacros 8.9.7 in palemoon browser 29.1.0 64-bit
WIndows 10
i use one IP proxy rotation to bypass. if i request with that IP i get random IP
this is my macro

Code: Select all

CLEAR
PROXY ADDRESS=111.111.11.1:3128 BYPASS=https://xxxxxx
URL GOTO=https://xxxxxx
TAB OPEN
TAB T=2
URL GOTO=https://httpbin.org/ip
WAIT SECONDS=2
I can get IP only once
after the second loop, the IP is always the same.BUT if i clear cache using ctrl+shift+del i can receive new IP

Code: Select all

EVENT TYPE=KEYPRESS SELECTOR="HTML>BODY" KEY=46 MODIFIERS="ctrl|shift"
PROXY ADDRESS=111.111.11.1:3128 BYPASS=https://xxxxxx
URL GOTO=https://xxxxxx
TAB OPEN
TAB T=2
URL GOTO=https://httpbin.org/ip
WAIT SECONDS=2
BUT i have to press ENTER manually, how i can get automatically clear cache like use ctrl+shift+del

Hum, spamming the Forum by opening Duplicate Threads in different Sub-Forums is "not really the best Way" to get some Help, grrr...! :!: :shock:

But the 'General' Sub-Forum is indeed more appropriate for your Thread than the 'SI + CLI' one where you had opened your "Original" Thread...
I had approved your Thread in that Sub-Forum because of the "OK-Quality", and I would have asked "later" the Forum Admin to move that Thread, but the Forum Admin is "now" on Holiday, I "think"...

=> Then OK, we now have your Thread in the "correct" Sub-Forum, which is good in a way, but can you delete the "Original" one (in the 'SI + CLI' Sub-Forum) (=> this one), which now becomes the "Duplicate"...? :!:

>>>

Oh...!, and good, you've added your PM Version to your FCI, that Info was missing "previously"... :D

>>>

And I didn't react to your ("other") Thread because I usually don't help for Proxies, as that Func is usually only used by Spammers or Users for some "broader" Func for which I usually don't help..., a bit the same for "Clear Cache" also, and I cannot really do some Testing for "Clear Cache" as I "don't want" to clear the Cache of any of my FF/PM Environments/Profiles, but I might have a few "Ideas"/Suggs for Things to "try", ... as you've been checking and searching the Forum quite regularly since you opened your (Original) Thread, but delete first the "Duplicate" in the 'SI + CLI' Sub-Forum... :idea:
- (F)CI(M) = (Full) Config Info (Missing): iMacros + Browser + OS (+ all 3 Versions + 'Free'/'PE'/'Trial').
- FCI not mentioned: I don't even read the Qt...! (or only to catch Spam!)
- Script & URL help a lot for more "educated" Help...
dualbios
Posts: 2
Joined: Wed Jun 30, 2021 12:15 am

Re: Need macro can clear Full Cache like ctrl+shift+del

Post by dualbios » Sat Jul 03, 2021 12:10 am

chivracq wrote:
Fri Jul 02, 2021 11:55 pm

Hum, spamming the Forum by opening Duplicate Threads in different Sub-Forums is "not really the best Way" to get some Help, grrr...! :!: :shock:

But the 'General' Sub-Forum is indeed more appropriate for your Thread than the 'SI + CLI' one where you had opened your "Original" Thread...
I had approved your Thread in that Sub-Forum because of the "OK-Quality", and I would have asked "later" the Forum Admin to move that Thread, but the Forum Admin is "now" on Holiday, I "think"...

=> Then OK, we now have your Thread in the "correct" Sub-Forum, which is good in a way, but can you delete the "Original" one (in the 'SI + CLI' Sub-Forum) (=> this one), which now becomes the "Duplicate"...? :!:

>>>

Oh...!, and good, you've added your PM Version to your FCI, that Info was missing "previously"... :D

>>>

And I didn't react to your ("other") Thread because I usually don't help for Proxies, as that Func is usually only used by Spammers or Users for some "broader" Func for which I usually don't help..., a bit the same for "Clear Cache" also, and I cannot really do some Testing for "Clear Cache" as I "don't want" to clear the Cache of any of my FF/PM Environments/Profiles, but I might have a few "Ideas"/Suggs for Things to "try", ... as you've been checking and searching the Forum quite regularly since you opened your (Original) Thread, but delete first the "Duplicate" in the 'SI + CLI' Sub-Forum... :idea:
sorry I couldn't find a way to delete it, but now it's deleted
I've been looking for this forum and google for 1 week but no solution
Post Reply