macro of click on ad id and interaction on it

Albacete91

New Member
VIP
Joined
Jul 29, 2020
Messages
8
Reaction score
0
Achievement
I have a problem. To click on ads I use the coordinate macro, but there are many ads that you don't click on. Is there any way to get secure click on them? In addition, I would like to know if there is the option to interact within the pop-up window, since there is an ad on my website in which you have to click on a video, and when I use the coordinates, it clicks on the first window of my website, not in the window that opens later.
 

Albacete91

New Member
VIP
Joined
Jul 29, 2020
Messages
8
Reaction score
0
Achievement
[QUOTE = "opsfafsme, publicación: 4591, miembro: 140"]
TabFocus (objetivo)

Centrándose en la pestaña especificada, las macros se ejecutarán en la pestaña seleccionada después de esta llamada de función

Parámetros:
  • target : puede ser un índice de pestaña (1 es la primera pestaña) o un patrón de búsqueda por URL.
Ejemplo: await WaitForLoading ();
ExecuteScript ('document.write ("esta es la pestaña principal")');
TabFocus (2); // enfocarse en la segunda pestaña
esperar Retraso (1000);
ExecuteScript ('document.write ("esta segunda pestaña")');
TabFocus ("facebook.com"); // centrarse en la pestaña que tiene la URL que contiene "facebook.com"
esperar Retraso (1000);
ExecuteScript ('document.write ("esta pestaña de Facebook")');
[/ CITAR]
I'll put into practice. Thanks!!!!
 

Evgeny_Volin

New Member
VIP
Joined
Jan 28, 2021
Messages
36
Reaction score
0
Achievement
ExecuteScript('document.write("this is main tab")');
It is not clear what to write in place of the words "this is main tab" ?

This is understandable-waiting for a full download - await WaitForLoading();
And what does this first command mean - ExecuteScript?

That is, the script will look like this?

while(await IsLoading());
{
await Delay(5000);
}
ClickByCoordinates (1111, 628, 1513, 800, 1);
ExecuteScript('document.write("this is main tab")');
TabFocus(2); //focus to the 2nd tab
await Delay(1000);
while(await IsLoading());
{
await Delay (Random(1000, 5000));
await ClickRandomLink();
}
 
Last edited:

Evgeny_Volin

New Member
VIP
Joined
Jan 28, 2021
Messages
36
Reaction score
0
Achievement
Скажите пожалуйста где подробное описание работы этих скриптов?
Please tell me where is the detailed description of how these scripts work?
ExecuteScript
EvaluateScript
 

cupux88

New Member
VIP
Joined
Jul 29, 2020
Messages
17
Reaction score
0
Achievement
so which script that working bro? for click popunder and make interaction on tthe 2nd tab?
 

Evgeny_Volin

New Member
VIP
Joined
Jan 28, 2021
Messages
36
Reaction score
0
Achievement

About us

  • Our community has been around for many years and pride ourselves on offering unbiased, critical discussion among people of all different backgrounds. We are working every day to make sure our community is one of the best.

Quick Navigation

User Menu