Appium just stopes, and I'm not getting any type of error message.
The 1st test fails on an unexpected dialog box. The code then stops the appium server, and is suppose to restarts appium server again. This didn't occur, the automation just froze.
I figured out it froze because i didn't have an driver.quit() after the error. Once I added that, the test executed as expected.
I'm trying to figure out why stopping the appium server without doing a driver.quit() wouldn't allow me to start the server again. I'm guessing there is a process that needs to be killed.
Anyone run into this or have any ideas?
Thanks
DD