How can I navigate to a particular URL using Pytest?

How can I navigate to a particular URL using Pytest?

Hi Tom!

You can use the driver.get command in order to navigate to a particular URL in pytest.

Here is the command for the same.

driver.get('https://lambdatest.github.io/sample-todo-app/')