is it possible to use captureScreenShotOnFailure for IE? maybe some kind of hacking that i can do to enable the function to also run on IE?
Thanks Dee
|
is it possible to use captureScreenShotOnFailure for IE? maybe some kind of hacking that i can do to enable the function to also run on IE? Thanks Dee |
||||
|
|
|
You can wrap the code that you suspect may fail in a 'try' block, and then add the screenshotting code in its corresponding 'catch'. Essentially the same as what is done here. |
|||
|
|