I don’t know if this problem has been resolved, but I use a plugin to solve this problem.
The plugin is "Selenium debugger" and I was able to download it from
https://addons.mozilla.org/en-US/firefox/addon/power-debugger-selenium-ide/
install using firefox. Then, as soon as firefox restarts, another icon will appear on the Selenium toolbar (pause on crash). It works for me!
The only thing to note is that if the script does not work in the last line of the test CASE, it can still continue the next test case in the package. The way I use it is to add a “pause 100” entry to the last line of each test case so that the plugin can “connect” to it.
I hope he helps
source share