Search found 3004 matches

by Oleg
Fri Mar 29, 2024 9:15 am
Forum: General Discussion
Topic: Get Email IMAP or POP3
Replies: 5
Views: 1784

Re: Get Email IMAP or POP3

I have the same problem, can't login IMAP step to office365
Office365 disabled classic authorization for business accounts.
We will add OAuth2 authorization (beta version) to email actions in next release
by Oleg
Fri Mar 29, 2024 9:04 am
Forum: General Discussion
Topic: Access is denied, ProgID: "RoboTask.App"
Replies: 2
Views: 17

Re: Access is denied, ProgID: "RoboTask.App"

Maybe you need to re-register COM-object of RoboTask. The command line are: to register COM object robotask.exe /REGSERVER To remove COM object from system robotask.exe /UNREGSERVER But please note that these command lines require administrative privileges Or you can simply reinstall RoboTask. The i...
by Oleg
Fri Mar 29, 2024 8:46 am
Forum: Suggestions
Topic: Bulk Edit all Delays in Recorded Task
Replies: 1
Views: 7

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: 92

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: 92

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: 312

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: 92

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: 274

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...