Search found 3304 matches
- Sat Jul 04, 2026 8:56 am
- Forum: General Discussion
- Topic: Error Message
- Replies: 6
- Views: 551
Re: Error Message
Also I do have errors: E: 3-7-2026 07:06:47: Access violation at address 00000000596E1ACC in module 'RegularExpressions.rtp'. Read of address 0000000075D42E70 E: 3-7-2026 07:06:47: Failed execute 'ExecAction with exception: Access violation at address 00000000596E1ACC in module 'RegularExpressions....
- Fri Jul 03, 2026 2:06 pm
- Forum: General Discussion
- Topic: Error Message
- Replies: 6
- Views: 551
Re: Error Message
Give me your task please. And complete task log
- Sun Jun 28, 2026 10:16 am
- Forum: General Discussion
- Topic: Error Message
- Replies: 6
- Views: 551
Re: Error Message
This bug has already been fixed.
Just download and install fresh version
Just download and install fresh version
- Sat Jun 27, 2026 7:40 pm
- Forum: General Discussion
- Topic: Error Message
- Replies: 6
- Views: 551
Re: Error Message
Thank you for the report. We'll investigate the problem
- Sat Jun 27, 2026 7:39 pm
- Forum: General Discussion
- Topic: Another Script Error for v11
- Replies: 1
- Views: 179
Re: Another Script Error for v11
Just install the "Embedded Chromium Browser" plugin for version 11: https://robotask.com/download/
- Sat Jun 27, 2026 7:38 pm
- Forum: General Discussion
- Topic: Embedded Chromium Browser Plugin Missing in v11
- Replies: 1
- Views: 141
Re: Embedded Chromium Browser Plugin Missing in v11
Just install the "Embedded Chromium Browser" plugin for version 11: https://robotask.com/download/ The "Chromium Browser" plugin is not included in the main installation package since version 10.5, but it can be installed separately (if necessary). For RT 11, you need to update t...
- Fri Jun 26, 2026 9:41 am
- Forum: General Discussion
- Topic: RoboTask 11.0 has been released
- Replies: 0
- Views: 379
RoboTask 11.0 has been released
New version of RoboTask is ready for download. Download and try RoboTask 11 now What's new in RoboTask 11.0: Legend [ + ] Feature added [ - ] Bug fixed [ * ] Modified or improved RoboTask 11.0 + Free license has been added, but it comes with significant functional limitations. For home users, the b...
- Sun Jun 21, 2026 9:59 am
- Forum: General Discussion
- Topic: Problem using short path names with Send Keystrokes
- Replies: 1
- Views: 371
Re: Problem using short path names with Send Keystrokes
Probably symbol "~" is one of special symbols
Use the string
cd C:\PROGRA+(`)2\Progress\WS_FTP+(`)1
instead of
cd C:\PROGRA~2\Progress\WS_FTP~1
It works
Use the string
cd C:\PROGRA+(`)2\Progress\WS_FTP+(`)1
instead of
cd C:\PROGRA~2\Progress\WS_FTP~1
It works
- Mon Jun 15, 2026 4:13 pm
- Forum: General Discussion
- Topic: Need Help: Read Email Subject Values and Append Them to Excel
- Replies: 1
- Views: 408
Re: Need Help: Read Email Subject Values and Append Them to Excel
To monitor new emails and extract email subject use Email actions . I hope you able to do it. How to split the subject and save to EXCEL document see my example below Save the task text to a file and use the Task->Import menu to import the task into RoboTask. Also you can simply copy task text and p...
- Mon Jun 15, 2026 3:13 pm
- Forum: General Discussion
- Topic: Handling retry logic for failed HTTP actions in RoboTask
- Replies: 1
- Views: 273
Re: Handling retry logic for failed HTTP actions in RoboTask
You can use an error-handling task. In the error handler, you can determine at which step the error occurred and, if necessary, restart the main task (see Start Task).
In addition, you can pass the timeout value as a task parameter or via global variable.
In addition, you can pass the timeout value as a task parameter or via global variable.