Skip to content

Commit ce9d0ec

Browse files
authored
Merge pull request #1947 from antivirak/patch-1
Fix typo in deprecation message
2 parents a364f8e + fabb5d2 commit ce9d0ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/SeleniumLibrary/keywords/browsermanagement.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ def open_browser(
216216
if service_log_path:
217217
self.warn("service_log_path is being deprecated. Please use service to configure log_output or equivalent service attribute.")
218218
if executable_path:
219-
self.warn("exexcutable_path is being deprecated. Please use service to configure the driver's executable_path as per documentation.")
219+
self.warn("executable_path is being deprecated. Please use service to configure the driver's executable_path as per documentation.")
220220
return self._make_new_browser(
221221
url,
222222
browser,

0 commit comments

Comments
 (0)