Forum Discussion
Anonymous
13 years agoHi Mike,
To my mind, this is a very common task! Maybe, you can create a checkpoint for your crash page and verify whether the opened page is a crash page or not. Another way is to handle this based on the title of the opened page:
Sys.Browser("chrome").Page("*").contentDocument.title
Guys, what methods are you using to check this kind of problem?