Search found 1346 matches

by Dorian (MJT support)
Mon Jan 22, 2024 10:57 am
Forum: Technical / Scripting
Topic: Marcus
Replies: 6
Views: 1051

Re: Marcus

It took me quite a while to spot this, as it's an easy mistake to make. This: If>WSI_TIMEOUT=FALSE Should be this : If>WSI_TIMEDOUT=FALSE TIME D OUT, not TIMEOUT WaitScreenImage : The system variable WSI_TIMEOUT can be used to set the number of seconds after which this command should timeout. If set...
by Dorian (MJT support)
Mon Jan 22, 2024 10:29 am
Forum: General Discussion
Topic: Unable to Search Website
Replies: 4
Views: 1087

Re: Unable to Search Website

Site search has been fixed. :)
by Dorian (MJT support)
Fri Jan 19, 2024 2:17 pm
Forum: General Discussion
Topic: Unable to Search Website
Replies: 4
Views: 1087

Re: Unable to Search Website

The forum search is the little magnifying glass just below your username on the top right, or the option within Quicklinks as JRL mentioned, which both link through to the page Grovkillen mentioned. The search box in the top-right corner is supposed to search the entire MJT site - it used to, and th...
by Dorian (MJT support)
Tue Jan 16, 2024 12:37 pm
Forum: Enhancement Suggestions
Topic: [added 15.0.23] Run command, capture STDOUT
Replies: 29
Views: 72760

Re: [added 15.0.23] Run command, capture STDOUT

Have passed this on to dev.
by Dorian (MJT support)
Thu Jan 11, 2024 10:58 am
Forum: Technical / Scripting
Topic: chromefindelements returning array of hexadecimal instead of links
Replies: 7
Views: 2047

Re: chromefindelements returning array of hexadecimal instead of links

Re "submit". Submit submits a form. For buttons, use click.
by Dorian (MJT support)
Thu Jan 11, 2024 10:38 am
Forum: Technical / Scripting
Topic: chromefindelements returning array of hexadecimal instead of links
Replies: 7
Views: 2047

Re: chromefindelements returning array of hexadecimal instead of links

I can't seem to replicate this at all. I've tried three different methods including yours, and they all successfully click the link. At the moment I am at a loss as to what could be causing you the problem, so I will consult Marcus. In the meantime, it may be worth checking your ChromeDriver version...
by Dorian (MJT support)
Wed Jan 10, 2024 10:57 am
Forum: Technical / Scripting
Topic: chromefindelements returning array of hexadecimal instead of links
Replies: 7
Views: 2047

Re: chromefindelements returning array of hexadecimal instead of links

Are you able to share the HTML for the specific link you're wishing to click please?

What is the value of arrElementID_count ?
by Dorian (MJT support)
Tue Jan 09, 2024 9:43 pm
Forum: Technical / Scripting
Topic: chromefindelements returning array of hexadecimal instead of links
Replies: 7
Views: 2047

Re: chromefindelements returning array of hexadecimal instead of links

ChromeFindElements always returns a list of element IDs like that. It's the subsequent commands (ChromeGetElementData, ChromeSetElementValue, ChromeElementAction) that extracts them. If you look at ChromeFindElements you'll see you have a variety of methods available. One of these is "partial link t...
by Dorian (MJT support)
Fri Dec 29, 2023 11:51 pm
Forum: Technical / Scripting
Topic: Macro Scheduler support for current versions of Python?
Replies: 1
Views: 1292

Re: Macro Scheduler support for current versions of Python?

Version 14.2 03/11/2014
- Added: PyExec - execute Python code - requires Python DLL installed (link in help)

Version 14.5.5 15/10/2019
Upgraded Python engine to Python 3.7.4 with ability to run Python 2.7 (PYTHON_DLL variable)

You can try a higher version DLL but we do not
support it.
by Dorian (MJT support)
Mon Dec 18, 2023 10:24 am
Forum: General Discussion
Topic: ONERROR not capturing string error
Replies: 6
Views: 10420

Re: ONERROR not capturing string error

Interesting. Have passed to dev.
by Dorian (MJT support)
Thu Nov 09, 2023 12:07 am
Forum: Technical / Scripting
Topic: stolen_codes
Replies: 2
Views: 5207

Re: stolen_codes

It may think it's stolen as it's cloned. I would always suggest using the installation file.

If you still need help, please email support with your registered email address and license codes, and we'll happily see how we can help. If possible please email us from the registered email address.
by Dorian (MJT support)
Thu Nov 09, 2023 12:01 am
Forum: General Discussion
Topic: License Question
Replies: 1
Views: 4932

Re: License Question

Hi Gary,

25 would be fine.
by Dorian (MJT support)
Tue Nov 07, 2023 10:41 am
Forum: Beginners
Topic: Getting randomly -> Error I/O 32
Replies: 6
Views: 10117

Re: Getting randomly -> Error I/O 32

It's my understanding that Macro Scheduler can catch/report Macro Scheduler errors, but not Windows errors. Turning on logging in the Logging tab will at least tell you where the script stopped, so that's likely to be your starting point. Once you know that you can include variables in your log file...
by Dorian (MJT support)
Tue Nov 07, 2023 8:20 am
Forum: Beginners
Topic: Getting randomly -> Error I/O 32
Replies: 6
Views: 10117

Re: Getting randomly -> Error I/O 32

Ah I see. You could always turn on logging in the Logging tab, using a non-Onedrive location just in case.

standard library SUB: DateStamp
I assume you mean you're using DateStamp in a Subroutine. Am I assuming correctly?
by Dorian (MJT support)
Mon Nov 06, 2023 6:19 pm
Forum: Beginners
Topic: Getting randomly -> Error I/O 32
Replies: 6
Views: 10117

Re: Getting randomly -> Error I/O 32

That's a sharing violation. It could be in use or locked by another application. We've seen Onedrive/Dropbox cause this occasionally.
Sign up to our newsletter for free automation tips, tricks & discounts