We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a364f8e + fabb5d2 commit ce9d0ecCopy full SHA for ce9d0ec
src/SeleniumLibrary/keywords/browsermanagement.py
@@ -216,7 +216,7 @@ def open_browser(
216
if service_log_path:
217
self.warn("service_log_path is being deprecated. Please use service to configure log_output or equivalent service attribute.")
218
if executable_path:
219
- 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.")
220
return self._make_new_browser(
221
url,
222
browser,
0 commit comments