Error Message
Traceback (most recent call last):
File "/opt/hostedtoolcache/Python/3.10.19/x64/lib/python3.10/site-packages/behave/model.py", line 1991, in run
match.run(runner.context)
File "/opt/hostedtoolcache/Python/3.10.19/x64/lib/python3.10/site-packages/behave/matchers.py", line 105, in run
self.func(context, *args, **kwargs)
File "features/steps/ui_steps.py", line 17, in step_navigate_to_login
context.login_page = LoginPage(context.driver)
File "/opt/hostedtoolcache/Python/3.10.19/x64/lib/python3.10/site-packages/behave/runner.py", line 430, in __getattr__
raise AttributeError(msg)
AttributeError: 'Context' object has no attribute 'driver'