Skip to content

Commit d5d5766

Browse files
minor error fix
1 parent 2fa2ba3 commit d5d5766

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

modules/page_object_autofill.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -538,9 +538,7 @@ class LoginForm:
538538
Subclass of the Login Autofill Form where you can interact with the Login Form
539539
"""
540540

541-
def __init__(self, driver: Firefox, parent: "LoginAutofill", **kwargs) -> None:
542-
super().__init__(driver, **kwargs)
543-
self.driver = driver
541+
def __init__(self, parent: "LoginAutofill") -> None:
544542
self.parent = parent
545543
self.username_field = None
546544
self.password_field = None

0 commit comments

Comments
 (0)