List of all Platform objects?
If I generate a platform via JSL with a By variable, the return value is a list of all generated scriptable objects.If I use the platform command just to open the Dialog - and then later, after the user clicked on OK, what is a fast & robust way to get the list of all scriptable objects which were generated? Something like(current report() << xpath("//OutlineBox")) << get scriptable object()
... wi...