Hi,
I'm creating a script that will log into a page, go to a dashboard, wait for the AJAX to process before logging out.
Realistically I want it to access a single dashboard per script, but make it randomly select (1 out of 30) which dashboard name to access based on a parameter list.
So for instance it would say: Click on LR.GetParam("DashboardName") javascript_link. Or something similar.
Does anybod know if this is at all possible? I've managed to make a variable from a parameter, but cant think of a method to translating the variable into the dashboard name. Or alternatively access the parameter list straight away like you can with usernames etc..
Thanks,