Skip to content

Commit e9b9d7b

Browse files
authored
add self to _get_log_method
1 parent 83118c3 commit e9b9d7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/SeleniumLibrary/keywords/webdrivertools/webdrivertools.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ def _remote_capabilities_resolver(self, set_capabilities, default_capabilities):
131131
caps["browserName"] = default_capabilities["browserName"]
132132
return {"desired_capabilities": caps}
133133

134-
def _get_log_method(service_cls, service_log_path):
134+
def _get_log_method(self, service_cls, service_log_path):
135135
# -- temporary fix to transition selenium to v4.13 from v4.11 and prior
136136
from inspect import signature
137137
sig = signature(service_cls)

0 commit comments

Comments
 (0)