We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2eca943 commit fabb5d2Copy full SHA for fabb5d2
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