Hi guys
Need help to solve one issue, I recorded one script 2 months back that time my session name was recorded “2008_0514_xyz”. Now today if I run my script then it throws the error stating “” because today it created session name “2008_0714_xyz”. (months changed)
how am I supposed to handle this issue?
I tried to use regular expression (“.*2008_0514_xyz”) but still it is failing.
my script is: Browser(Browser).page(page_1).linck(“2008_0514_xyz”).click
Thanks in advance.
Ema