Hello guys,
I have a problem with my tempo (appian BPM interface) from wich i can’t get the multiple links without clicking on it and grab the url of the new page.
it seems that the link is generated from a javascript function and i wasn’t able to get it till now.
Here you have the main page :
If I try the datascrping method, i get as a result something like # as instead of the url :
image|498x500
if i try the get attribute (with url, href, etc), i get as result :
“https://bpm_blabla/suite/tempo/tasks/assignedtome” wich is the url of the main page where the navigator already is.
I think that the solution is maybe through a js injection, but i’am really weak with that and can’t find the way.
Could you help me with this, please?