Search found 1352 matches

by Dorian (MJT support)
Fri Jun 30, 2023 11:44 am
Forum: Technical / Scripting
Topic: MuiDataGrid Vs HTML Table
Replies: 14
Views: 11258

Re: MuiDataGrid Vs HTML Table

I've seen this behaviour before. I think because it only loads what can fit in to the panel. Maybe a workaround would be to zoom out, set less results on each page knowing that you can get them all, and then go to the next page. I'm a little out of my depth on this particular aspect. If there is ano...
by Dorian (MJT support)
Fri Jun 30, 2023 11:23 am
Forum: Technical / Scripting
Topic: Sporadic bug in date or string function
Replies: 4
Views: 5614

Re: Sporadic bug in date or string function

I'm pretty sure it's not a bug as I am able to replicate this at will. It's related to the time display system settings (Specifically Long Time ) on the problematic machine, and the hour being single digit. GetTime : Returns the current time in the specified variable. The format of the time depends ...
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: 5614

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

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

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

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

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

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

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

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

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

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

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

Re: Nerdle

I have, and I am very very bad at it.
Sign up to our newsletter for free automation tips, tricks & discounts