Need to handle (try/catch) our browser.close(), as it's throwing an exception when running in a local development server for some reason. ```javascript try { await browser.close(); } catch (ex) { console.log("EX", ex); } ````