How do I navigate to a particular URL while performing SpecFlow automation testing?

How do I navigate to a particular URL while performing SpecFlow automation testing?

Hi Tim!

For navigating to a particular URL while running your SpecFlow tests, you need to use the below command:

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