How to navigate to a particular URL with with Python-Behave?

How to navigate to a particular URL with with Python-Behave?

Hi Matthew-Phillips,

We do offer sample code snippets on our support page, and you can refer below for the same:

@given('I go to sample-todo-app to add item')
def step(context):
    before_all(context)
    context.driver.get('https://lambdatest.github.io/sample-todo-app/')