Hi guys,
I am having an issue with a pop-up
Each time I click and open the pop-up it generates a random ID and therefore anything being recorded after opening the popup doesn't work.
Is there anyway to go around this? OR anyway I can edit the "src=http://..... and replace the UniqueID with * or something else?
Any help would be appreciated
I am having an issue with a pop-up
Each time I click and open the pop-up it generates a random ID and therefore anything being recorded after opening the popup doesn't work.
Is there anyway to go around this? OR anyway I can edit the "src=http://..... and replace the UniqueID with * or something else?
Any help would be appreciated
6 Answers, 1 is accepted
0
Rainton
Top achievements
Rank 1
answered on 29 Dec 2014, 03:44 PM
With attachment..
0
Hello Victor,
Yes, you simply need to adjust the FrameInfo properties to do a partial URL match as shown in the attached screen shot.
Regards,
Cody
Telerik
Yes, you simply need to adjust the FrameInfo properties to do a partial URL match as shown in the attached screen shot.
Regards,
Cody
Telerik
0
Rainton
Top achievements
Rank 1
answered on 30 Dec 2014, 06:21 PM
Thanks for the reply,
IN my case the link is : http://172.0.0.289/GroupCommission/GetCommissions/fbf7d983-882b-4b8a-b345-7586b07dec20/CALLED_FROM_CREATE_SCREEN
fbf7d983-882b-4b8a-b345-7586b07dec20: is the unique ID that is being generated..
I tried using ~/CALLED_FROM_CREATE_SCREEN but it doesn't work or would
http://172.0.0.289/GroupCommission/GetCommissions/~ be a better match?
IN my case the link is : http://172.0.0.289/GroupCommission/GetCommissions/fbf7d983-882b-4b8a-b345-7586b07dec20/CALLED_FROM_CREATE_SCREEN
fbf7d983-882b-4b8a-b345-7586b07dec20: is the unique ID that is being generated..
I tried using ~/CALLED_FROM_CREATE_SCREEN but it doesn't work or would
http://172.0.0.289/GroupCommission/GetCommissions/~ be a better match?
0
Accepted
Hi Victor,
Our partial URL match works in a "ends with" mode. Putting the ~ character on the end will not work. It must be at the beginning of the URL. Thus ~/CALLED_FROM_CREATE_SCREEN is expected to work. Please go to Step Failure Details, find and click Export then attach the generated .zip file. It contains valuable information we need to diagnose this type of failure.
Regards,
Cody
Telerik
Our partial URL match works in a "ends with" mode. Putting the ~ character on the end will not work. It must be at the beginning of the URL. Thus ~/CALLED_FROM_CREATE_SCREEN is expected to work. Please go to Step Failure Details, find and click Export then attach the generated .zip file. It contains valuable information we need to diagnose this type of failure.
Regards,
Cody
Telerik
0
Rainton
Top achievements
Rank 1
answered on 05 Jan 2015, 02:22 PM
Hi Cody,
Our programmers made a change to the frames added tags and so on so it's working right now. I also used ~/CALLED_FROM_CREATE_SCREEN but I am not sure if it helped or not.
Many thanks :)
Thread can be closed
Our programmers made a change to the frames added tags and so on so it's working right now. I also used ~/CALLED_FROM_CREATE_SCREEN but I am not sure if it helped or not.
Many thanks :)
Thread can be closed
0
Hi,
That is excellent news! Thank you for the update.
Regards,
Cody
Telerik
That is excellent news! Thank you for the update.
Regards,
Cody
Telerik