HTMLElementCollection

Hi All!

Is there something equivalent to HTMLElementCollection from VB.NET in Xojo?

This define a Collection of HTMLElements.
I’m thinking on a HTTP Socket, but I’m not sure.

I have this code on VB.NET to catch a grid that is displayed with several elements.

Regards

There isn’t…

And what about websession? It appears to parse cookies

Cookies you either need to do through plugins (MBS), declares or just roll your own (they’re just text anyways, so shouldn’t be too hard)…