Skip to content

Commit fabb5d2

Browse files
authored
Fix typo in deprecation message
1 parent 2eca943 commit fabb5d2

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)