❓FAQ

Why are some steps in my recorded script so slow when it is executed?

The reason for the slowness is that one or more selectors before this step are not found. At this time, the system will continue to search for the remaining selectors. At this time, you can delete the selectors that have been confirmed invalid before this step in the script to optimize and improve the script execution speed.

Why can't I connect to the Windows Google browser even though I configure it according to the prompts?

Please make sure that it is double-click the shortcut to open Google, if it is correct, there is also a possibility that your local network problem is caused, if you open VPN service, please close and try again.

The speed of my proxy IP is unstable, and it often times out before the webpage is opened or the operation is completed?

You can increase the timeout period in Settings-System Settings, for example, set it to 60.

Why does my script succeed in some windows but not in others?

This situation is mostly caused by the inconsistency of the system languages ​​of these browser windows, which causes some selectors to be missing. It is recommended to change all antidetect browser windows to a unified language, such as English.

My antidetect browser is connected, but the query keeps failing when selecting the window?

This is most likely caused by your VPN global proxy. Please close it first and try again to see if it succeeds. Finally, open it again and try again to see if it succeeds.

Some browser windows suddenly cannot be opened, but they were working fine before?

It is likely that you modified the group or performed other editing operations in the antidetect browser, resulting in the global or script configuration being lost.

Can I type in other applications while the script is running automatically?

It works when there is no input operation in the script, but it doesn't work when there is input operation. You can only grab the focus (i.e. click other applications to the foreground to view), otherwise the script will fail due to incorrect input.

When I was performing a task, I clicked Pause on the task interface, but it did not pause?

It's not that there is no pause, but it is in the process of pause. Because each script is composed of steps, when the pause is triggered, the current step may have just started or is being executed. You need to wait for this step to be completed and complete the pause operation before the next step starts. Please wait patiently.

What should I do if there is robot verification when operating a web page?

You can configure 2Captcha API Key in Settings--System Settings. After configuration, you can automatically solve robot verification (currently only supports Cloudflare, and more are being supported).

What happens if a scheduled task fails?

Please go to the task interface to check the reason. It may be that the computer screen is turned off, there may be a task being executed at the beginning, the BrowTo client may not be opened, etc.

How can I set a random number within a certain range?

When setting local configuration items, select Random Number as the Type:

Then enter the starting and ending range during configuration. The number of decimal places retained in the final random number depends on the maximum number of decimal places of the starting and ending numbers. For example, if it is 1 to 5.88, the result may be 3.75, and if it is 2 to 9, the result may be 5.

What is the order in which the bound windows are executed?

The order is random, and the set number of concurrent windows is always kept open for execution. For example, if there are three concurrent windows, when one of the windows is completed first, a new window will be opened immediately to continue execution.

Last updated