Forum Discussion

googleid_118035's avatar
googleid_118035
Contributor
11 years ago

Error : The 'Conditional Breakpoint' window is invisible and thus cannot be activated.

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