Search found 3014 matches

by Oleg
Mon Feb 19, 2024 1:22 pm
Forum: General Discussion
Topic: How to click a browser extension button?
Replies: 7
Views: 813

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

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...
by Oleg
Mon Feb 19, 2024 7:58 am
Forum: General Discussion
Topic: RoboTask 9.9 has been released
Replies: 0
Views: 2074

RoboTask 9.9 has been released

New version of RoboTask is ready for download. Download and try RoboTask 9.9 now What's new in RoboTask 9.9: Legend [ + ] Feature added [ - ] Bug fixed [ * ] Modified or improved RoboTask 9.9 + New action "Encode to BASE64" + New action "Decode from BASE64" + New action "HT...
by Oleg
Wed Feb 14, 2024 9:24 am
Forum: Suggestions
Topic: GoTo Action Made Dynamic
Replies: 2
Views: 487

Re: GoTo Action Made Dynamic

I have always said that GoTo is potentially dangerous and even harmful. But users persuaded us to implement this functionality. GoTo jumps to the step number. That's all. It doesn't know what the target is. It simply finds specified position and transfers the task execution to that point. Like in ea...
by Oleg
Mon Feb 12, 2024 11:08 am
Forum: General Discussion
Topic: Robotask stuck
Replies: 15
Views: 1273

Re: Robotask stuck

However, I recommend that add RoboTask and the RoboTask folder to excludes in your antivirus settings. It can detect suspect actions (for example: periodic creation or removing files) and lock process. I can also say that I have never seen this behavior before. We are using standard Windows Defender...
by Oleg
Mon Feb 12, 2024 10:31 am
Forum: General Discussion
Topic: Robotask stuck
Replies: 15
Views: 1273

Re: Robotask stuck

So the whole application freezes? Weird....
I've never seen anything like this...

What antivirus software do you use?

I see on your screenshots that only one task is working automatically. I'm afraid that the problem is not in your task
by Oleg
Sun Feb 11, 2024 6:55 pm
Forum: General Discussion
Topic: Repeating a Mouse Record Sequence
Replies: 1
Views: 318

Re: Repeating a Mouse Record Sequence

Use Simple loop. Put recorded steps into the loop
by Oleg
Sun Feb 11, 2024 6:50 pm
Forum: General Discussion
Topic: Robotask stuck
Replies: 15
Views: 1273

Re: Robotask stuck

I don't see a "crash" On screenshot Screenshot_2024_02_11-1.png I see that the task is worked normally On screenshot Screenshot_2024_02_11-2.png I don't see the task log. Which step is stuck? I looked at your task again. You use the Scheduler to run a task every 5 minutes. Why? You have 28...
by Oleg
Fri Feb 09, 2024 2:13 pm
Forum: General Discussion
Topic: Robotask stuck
Replies: 15
Views: 1273

Re: Robotask stuck

You mean so ?
Yes
by Oleg
Fri Feb 09, 2024 1:23 pm
Forum: General Discussion
Topic: Robotask stuck
Replies: 15
Views: 1273

Re: Robotask stuck

I have other tasks that also check for files.
For your information
To check file existence by mask use {FileExists(<FileName>)} variable
It returns True or False
for example

Code: Select all

{FileExists(D:\incoming\large\*.txt)}