Search found 1350 matches

by Dorian (MJT support)
Fri Jun 30, 2023 10:56 am
Forum: Technical / Scripting
Topic: Sporadic bug in date or string function
Replies: 4
Views: 5609

Re: Sporadic bug in date or string function

I've fixed the URL for you but the image is not there.
by Dorian (MJT support)
Fri Jun 30, 2023 10:15 am
Forum: Technical / Scripting
Topic: Accessing Array elements
Replies: 11
Views: 10355

Re: Accessing Array elements

You're very welcome. You were almost there, you just missed that one permutation. :D
by Dorian (MJT support)
Fri Jun 30, 2023 10:03 am
Forum: Technical / Scripting
Topic: Accessing Array elements
Replies: 11
Views: 10355

Re: Accessing Array elements

Here you go (tested) :

Code: Select all

Let>msArrCurrPageRowLast=msArrCurrPagePath_%k%_0
by Dorian (MJT support)
Thu Jun 29, 2023 5:09 pm
Forum: Technical / Scripting
Topic: MuiDataGrid Vs HTML Table
Replies: 14
Views: 11248

Re: MuiDataGrid Vs HTML Table

That text snippet contained 100 rows and I was able to extract all 100. But of course I just saved that to a local html file to test it. It's hard to fully help without access to the same page. Are you able to share the URL? //Returns 100 ChromeFindElements>session_id,xpath,//div[@role='row'],el mdl...
by Dorian (MJT support)
Thu Jun 29, 2023 4:05 pm
Forum: Technical / Scripting
Topic: MuiDataGrid Vs HTML Table
Replies: 14
Views: 11248

Re: MuiDataGrid Vs HTML Table

Does it only show/load 10 or so at a time? If so it might be that only 10 are accessible at a time. What happens if you try either this? Make sure to paste the class in (working with jpgs of code in support is hideous). //ChromeFindElements>session_id,xpath,//div[@class='Mui..replacethis..imv0'],el ...
by Dorian (MJT support)
Thu Jun 29, 2023 3:02 pm
Forum: Technical / Scripting
Topic: MuiDataGrid Vs HTML Table
Replies: 14
Views: 11248

Re: MuiDataGrid Vs HTML Table

Does the first method with the loop give an el_count of 208 or more? If so, use that.
by Dorian (MJT support)
Thu Jun 29, 2023 11:58 am
Forum: Technical / Scripting
Topic: MuiDataGrid Vs HTML Table
Replies: 14
Views: 11248

Re: MuiDataGrid Vs HTML Table

I couldn't resist playing with it some more. This would find data-rowindex 0 to 1000. ChromeFindElements>session_id,xpath,//div[@data-rowindex>='0' and @data-rowindex <='1000'],el if>el_count>0 Let>ExtractLoop=0 repeat>ExtractLoop Let>ExtractLoop=ExtractLoop+1 ChromeGetElementData>session_id,el_%Ext...
by Dorian (MJT support)
Thu Jun 29, 2023 11:43 am
Forum: Technical / Scripting
Topic: MuiDataGrid Vs HTML Table
Replies: 14
Views: 11248

Re: MuiDataGrid Vs HTML Table

This should be a good starting point for you. It should get everything in a div tag where role=row. Then just loop through with ChromeGetElementData however many times el_count is. ChromeFindElements>session_id,xpath,//div[@role='row'],el Testing this... ChromeFindElements>session_id,xpath,//div[@ro...
by Dorian (MJT support)
Wed Jun 28, 2023 2:41 pm
Forum: Technical / Scripting
Topic: Get internal dialog "path" from Window Handle?
Replies: 4
Views: 6179

Re: Get internal dialog "path" from Window Handle?

I just asked Marcus and this was his response...
Object names are only internal and not published. Only the class name is visible publicly
by Dorian (MJT support)
Fri Jun 23, 2023 6:55 am
Forum: Technical / Scripting
Topic: DBQuery with Join
Replies: 3
Views: 5301

Re: DBQuery with Join

Aah, excellent!
by Dorian (MJT support)
Thu Jun 22, 2023 11:04 pm
Forum: Technical / Scripting
Topic: DBQuery with Join
Replies: 3
Views: 5301

Re: DBQuery with Join

Can you post the pertinent lines of your script please?
by Dorian (MJT support)
Tue Jun 13, 2023 9:05 am
Forum: Technical / Scripting
Topic: MS Having Trouble waiting for a Dynamically Generated Web Page to Load...
Replies: 2
Views: 5636

Re: MS Having Trouble waiting for a Dynamically Generated Web Page to Load...

If you're not using the Chrome/Edge functions, then maybe this is something you should investigate - although I seem to remember you're not able to do this. If you can't then maybe looking for a particular pixel colour might be a visual clue to whether an element has loaded? If you are using Macro S...
by Dorian (MJT support)
Mon Jun 12, 2023 5:22 pm
Forum: The Water Cooler
Topic: Nerdle
Replies: 3
Views: 51026

Re: Nerdle

I have, and I am very very bad at it.
by Dorian (MJT support)
Mon Jun 12, 2023 5:22 pm
Forum: Enhancement Suggestions
Topic: Main Screen Columns
Replies: 2
Views: 5547

Re: Main Screen Columns

You can drag them to reorder them, and you can resize them. But you can't enable/disable them other than choosing >View and Selecting from List or Details.
by Dorian (MJT support)
Thu Jun 08, 2023 8:01 am
Forum: Enhancement Suggestions
Topic: Keyboard commands
Replies: 14
Views: 18829

Re: Keyboard commands

I have a similar problem with the \ key on my bluetooth keyboard. It's there but is a real pain. So I have a script with a hotkey of ` which simply just sends \. I just tested the same workaround for you with CTRL+/. It worked in the editor. Just assign whatever hotkey you like to this: press ctrl w...
Sign up to our newsletter for free automation tips, tricks & discounts