Search found 1356 matches

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

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

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

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

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

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

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

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

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

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

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.
by Dorian (MJT support)
Tue Oct 31, 2023 2:21 pm
Forum: Technical / Scripting
Topic: chromedriver log errors to file
Replies: 2
Views: 8994

Re: chromedriver log errors to file

I couldn't write to that folder, but with a little edit and a change of path was able to generate a log file. Let>CHROMEDRIVER_OPTIONS=--verbose,--log-file=d:\\chromedriver.log Also note you need to be running the following version of newer : Version 15.0.12 02/09/2020 - Added: CHROMEDRIVER_OPTIONS ...
by Dorian (MJT support)
Wed Oct 25, 2023 3:48 pm
Forum: General Discussion
Topic: "Stream read error."
Replies: 4
Views: 9298

Re: "Stream read error."

The only other forum/support threads I can find relating to this are very old, but suggest reinstalling may fix it. It looks like you're using 15.0.21 but have access to 15.0.24. So maybe a starting point would be to install 15.0.24 over the top of 15.0.21 and see if that fixes it. If it doesn't, th...
by Dorian (MJT support)
Tue Oct 24, 2023 2:35 pm
Forum: Technical / Scripting
Topic: Invalid Variant Operation
Replies: 3
Views: 8471

Re: Invalid Variant Operation

Tremendous! Happy to have helped, and I appreciate the feedback.
by Dorian (MJT support)
Tue Oct 24, 2023 1:14 pm
Forum: Technical / Scripting
Topic: Invalid Variant Operation
Replies: 3
Views: 8471

Re: Invalid Variant Operation

99% of the time that's caused when the handle created with XLOpen does not match the handle used in the subsequent Xl commands (in this case XLGetCell). But if you're sure this is caused by the XLOpen line and not the subsequent XL commands, and also that it used to work but now it doesn't, the solu...
by Dorian (MJT support)
Mon Oct 09, 2023 11:37 pm
Forum: General Discussion
Topic: Arrayfind possible with wildcards?
Replies: 2
Views: 29945

Re: Arrayfind possible with wildcards?

Firstly you have some errors in there. "Dim" should be "ArrayDim" and "ArrayFind," should be "ArrayFind>" Once those are sorted - as per the manual - you can use Regex Let>use_regex=1 ArrayDim>arExample,5 let>arrExample_1=/hck23 let>arrExample_2= good_KBS_perfekt let>arrExample_3=Book17 Page5 let>ar...
Sign up to our newsletter for free automation tips, tricks & discounts