[Solved] How do I prevent Watir from auto closing firefox?


I was attempting to run this code in NetBeans, so this behavior may just be specific to that editor.

There were two causes I have found for it shutting down, first is when there is an error in the code, the browser will shut down as soon as an exception is thrown. Second, the browser shuts down at the end of the program if there is no sleep established.

1

solved How do I prevent Watir from auto closing firefox?