Support: Automation
Item logo image for Automation

Automation

3.0(

10 ratings

)
ExtensionDeveloper Tools1,000 users

13 support issues

  • All
  • Questions
  • Suggestions
  • Problems

Luther Marcus

Mar 25, 2023

timer

Does the timer pause an action and is it in seconds? Example add a click then a timer after the click and repeat the process 1000 times will it pause before every click?

Mudassar Khan

Jun 23, 2021

extract info and automate hitting url.

I am trying to find a way to extract information from a website and automatically hit a specific url.
Example:
On one page there are multiple 'orders'
Order ID
Name
Location
Reference

Order ID
Name
Location
Reference

I would like to hit a url (example :website.com/order ID/Reject) if the reference contains the string '123'.)

This would need to run for all consecutive Order ID's. The page would automatically refresh periodically and the sytem would need to run each time.
(it doesnt matter if it runs for the same order ID multiple times as the link would just come back with 'rejected already')

snowflaksociety

Dec 28, 2018

Creat button

Nothing seems to happen when Use create for Scenarios or Functions. Is there other dependencies?

Version 71.0.3578.98 (Official Build) (64-bit) on win 10

Guillaume des Pommare

Sep 17, 2018

Can't create a scenario !

Hello Damien,

I hope this is not a stupid question but I am not able to create a scenario. I just installed the extension on Chrome Version 69.0.3497.92 (Official Build) (64-bit), I opened a black page, opened the devtools, and I went to Automation.
There, I click on button create under "Scenarios" and ... nothing happens :(
Am I doing something wrong ? I can't see any logs or info telling me what is going wrong.
Thanks
Guillaume

Jim Brown

Sep 3, 2018

Documentation

I have designed and written code for over 40 years. The quality of software is 50% comments and 50% documentation. Two weeks after I finish the code, I can't read it.

J H Brown

Luciana Evangelista da Silva

Aug 24, 2018

DOCUMENTATION

Hi Damien!

Could you sent me the documentation about de params of de extension?

I'd like to know how to using it, including one ou more times, while wainting the next step.

Thanks!

--Luciana

Devin Metivier

Jun 4, 2018

Nothing Works?

One of my coworkers suggested this to me and I've come to find that clicking "Create" or trying to "Import" anything doesn't work at all.

Martin Fox

Jun 1, 2018

Playing is not allowed in this page

I created a record, then when I want to play it says "Playing is not allowed in this page", why?

Richard W.

May 29, 2018

Clicking button and nothing happens

Why nothings happen when I click the plugin button? Thanks.

Олександр Панасюк

May 17, 2018

Hi

Hi
How to write functions with keys from a backup script?
For example, on a imacros, you can put keys in javascript like this:

soob = new RegExp('Hi');

tx="Hi";

function readExt(filename){return imns.FIO.readTextFile(imns.FIO.openNode(filename))}//ЧТЕНИЕ ФАЙЛА
fmessage = readExt('e:\\Duh\\iMacros\\VKbasegrup.txt');
fmessage=fmessage.split('\n');
for(n=0;n<fmessage.length;n++){
}
n=(n-1);

q=0;
for (nom=0;nom<=n;nom++){
iimPlayCode('FILTER TYPE=IMAGES STATUS=ON \n URL GOTO=https://'+fmessage[nom]+' \n WAIT SECONDS=2');
iimPlayCode('TAG POS=1 TYPE=DIV ATTR=ID:page_body&&CLASS:fl_r<SP> EXTRACT=TXT');
texsoob = iimGetLastExtract();
if (soob.test(texsoob)) {
} else {
for (ob=1;ob<=1;ob++){
iimSet("TX",tx);
iimPlayCode('EVENT TYPE=CLICK SELECTOR=#post_field BUTTON=0 \n EVENTS TYPE=KEYPRESS SELECTOR=#post_field CHARS={{TX}} \n WAIT SECONDS=1 \n EVENT TYPE=CLICK SELECTOR=#send_post BUTTON=0 \n WAIT SECONDS=2');
pr1=iimPlayCode('SET !TIMEOUT_STEP 1 \n TAG POS=2 TYPE=DIV ATTR=TXT:Подтверждение<SP>действия');
q=q+1;
if (+pr1 == 1) {
iimPlayCode('PAUSE');
}
}
}
iimDisplay ('Пройдено груп - '+nom+'\n'+'Отправлено сообщений - '+(q))
}



And how to do this on your expansion?

Google apps