Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/SeleniumLibrary/keywords/browsermanagement.py
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ def open_browser(
if service_log_path:
self.warn("service_log_path is being deprecated. Please use service to configure log_output or equivalent service attribute.")
if executable_path:
self.warn("exexcutable_path is being deprecated. Please use service to configure the driver's executable_path as per documentation.")
self.warn("executable_path is being deprecated. Please use service to configure the driver's executable_path as per documentation.")
return self._make_new_browser(
url,
browser,
Expand Down