Search found 3002 matches

by Oleg
Fri Mar 29, 2024 8:46 am
Forum: Suggestions
Topic: Bulk Edit all Delays in Recorded Task
Replies: 1
Views: 5

Re: Bulk Edit all Delays in Recorded Task

You can record macro without pauses. You can turn off this in MacroRecorder settings (see Use real pauses... option). Then you can set the pause between steps for entire task. Open task editor and go to Settings tab . Then use the option Pause between steps option. The default value is 0. You can se...
by Oleg
Fri Mar 29, 2024 8:37 am
Forum: Suggestions
Topic: Ignore Manual Mouse Movement
Replies: 1
Views: 2

Re: Ignore Manual Mouse Movement

This is impossible.
System treats mouse and keystroke simulations the same as physical mouse movements and keystrokes
by Oleg
Sat Mar 16, 2024 4:46 pm
Forum: General Discussion
Topic: If file exist
Replies: 4
Views: 91

Re: If file exist

I also recommend that you check the file for availability. Because file can be unavailable because it opened in another application. For example, the file still being written. The file exists, but unavailable right now. Look at the variable {IsFileFree(<Full_File_Name>)} or the action Wait for file ...
by Oleg
Sat Mar 16, 2024 8:28 am
Forum: General Discussion
Topic: If file exist
Replies: 4
Views: 91

Re: If file exist

The variable checks for the file existence at the moment this variable is called. But the file may appear somewhat later (for example, after 0.5 seconds). So when you look at a folder in Windows Explorer, you see the file, but the variable returns FALSE If your file should appear and you want to wai...
by Oleg
Sat Mar 16, 2024 8:15 am
Forum: General Discussion
Topic: How to click a browser extension button?
Replies: 7
Views: 310

Re: How to click a browser extension button?

Unfortunately I can not reproduce your problem...
Could you send a screenshot with broken window to my email oleg(at)robotask.com?
by Oleg
Fri Mar 15, 2024 1:25 pm
Forum: General Discussion
Topic: If file exist
Replies: 4
Views: 91

Re: If file exist

Look at my example below. Save the text of the task to a file and use menu Task->Import to import the task into RoboTask. Also you can simply copy task text and paste it into the task list. Then you can see it in task editor ;***************************** ;* RoboTask Task file ;* Do not edit in text...
by Oleg
Sat Mar 09, 2024 4:59 pm
Forum: Suggestions
Topic: no abort / no pause / ?
Replies: 2
Views: 229

Re: no abort / no pause / ?

To stop the task just select the task click on "Stop task" button. Or right-click on the task and select "Stop" item in popup menu If your task has a trigger (for example Cyclic trigger each second) right click on the task and click on "Active" item to disable the task....
by Oleg
Sat Mar 09, 2024 4:34 pm
Forum: Articles
Topic: How to access the network from system service.
Replies: 0
Views: 273

How to access the network from system service.

The RoboTask service runs in a separate SYSTEM session. By default, the service does not have access to network resources in your local network. However, it is often necessary to have access to network drives or files on another computer in the local network. There are two ways to resolve this issue...
by Oleg
Mon Feb 19, 2024 1:22 pm
Forum: General Discussion
Topic: How to click a browser extension button?
Replies: 7
Views: 310

Re: How to click a browser extension button?

Unfortunately there are no general guidelines for determining the optimum value of tolerance. You can only do this experimentally. We forcibly limited the tolerance from 2 to 20 (full range from 0 to 255) When the tolerance is less than 2, the action almost very often fails to find the required elem...
by Oleg
Mon Feb 19, 2024 10:53 am
Forum: General Discussion
Topic: How to click a browser extension button?
Replies: 7
Views: 310

Re: How to click a browser extension button?

Move mouse to image action starts the search from the specified coordinates. If the required element is not found, it continues the search process on the entire desktop. If the element has moved not far from the specified position, the action will find it quite quickly The main conditions are as fo...