--
Posting rules: http://cukes.info/posting-rules.html
---
You received this message because you are subscribed to the Google Groups "Cukes" group.
To unsubscribe from this group and stop receiving emails from it, send an email to cukes+un...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
If I do a @Afterof driver.closeApp() and driver.launchApp()..with no @Before hook then I get an error saying "after hook failure". If I do a @After of driver.quit()..with no @Before hook then I get an error saying "after hook failure". If I do a @Afterof driver.quit()..with no @Before hook then I get an error saying "after hook failure". If I do a @After of driver.quit()..with no @Before hook then I get an error saying "Session ID is null. Using WebDriver after calling quit()?".