How to navigate to a particular URL using JS-Nightwatch?

How to navigate to a particular URL using JS-Nightwatch?

Hi Ana-sousa,

For navigating to a particular URL you just need the below command:


driver.get("www.lambdatest.com/login")