Dear all,
Im using LR 11 and im facing an error while simply playing back my recorded script, can anyone help me out ?
error:
Action.c(29): Error -26377: No match found for the requested parameter "JSESSIONID3". Check whether the requested boundaries exist in the response data. Also, if the data you want to save exceeds 3276 bytes, use web_set_max_html_param_len to increase the parameter size [MsgId: MERR-26377]
I have also tried to increase parameter size by adding below line in my script but still no luck error still exist
“web_set_max_html_param_len("102400");”
Thanks in advance