I have searched on Google and the SO site and I get answers for JAVA but do not seem to get answers for node.js
I have a web app that takes time to load. I would like
Writing asynchronous function to avoid this problem
(async function() { let url = args[0]; await driver.get(url); driver.quit(); })();