I am getting error at this line of code.
browser("opentitle:=.*").page("title:=.*).link("href:=www.yahoo.com/account") value after account keep changing, to make it work I need to use regular expression.
I have tried link("href:=www.yahoo.com.*") it throws error. Any suggestion?
browser("opentitle:=.*").page("title:=.*).link("href:=www.yahoo.com/account") value after account keep changing, to make it work I need to use regular expression.
I have tried link("href:=www.yahoo.com.*") it throws error. Any suggestion?

