Overcoming the limitation of numbers of XClick and Xtype

Does anyone have any idea about alternative ways to overcome the problem of free XModule if I would like to loop the marco for dozens times and use csvRead to output +1 column every time without contraints from the 25 XClick and Xtype limitation? As the loop function is seek as one single marco and add up the times of XClick and Xtype.

You can overcome this by doing the looping not in the macro/IDE, but in an outside script , e. g. Python or PowerShell:

image

code here: RPA/command-line at master · A9T9/RPA · GitHub

The For/Next loop makes a command line call to UI Vision for every loop. That works well in the free version, and can run forever :wink:

1 Like

Best solution is close and reopen browser to reset Xclick/Xtype counter.

You can save the loop number in a csv and open and close browser to have unilimited Xclick/Xtype

1 Like

For a ONE-TIME fee you can get unlimited xclick/xtype forever and you support the development and you make your macros more stable instead of constantly stopping and starting UI.Vision

https://ui.vision/rpa/x/pricing#upgrade

5 Likes

I successfully loop the marco using Powershell. However, it seems that the second loop of the marco does not read the second column of the CSV and it start from column one again. Is there any way to solve it? Thank you.

You can save the loop number in a csv and open and close browser to have unilimited Xclick/Xtype.