Hi All,
I have a web funtion testing scripts which works well, but whe I try to execute on next day, its give an following error message.
The 'Conditional Breakpoint' window is invisible and thus cannot be activated.
for following funtion
----------
function Navigate_To(serval,hostval,pagename){
var pageval1 = "http://" + serval + "/" + hostval + "/" + pagename;
Sys.Browser("iexplore").ToUrl(pageval1); ,// error message point to this line
Sys.Browser("iexplore").Page("*").Wait();
}
Can anyone please explain why this happen which I cannot understand?
----------
Thanks
Dev