Skip to content

Commit b566399

Browse files
valeriikundaspythad
authored andcommitted
fixed typo
1 parent ddfd1d2 commit b566399

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

selenium_extensions/core.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ class SeleniumDriver:
218218
219219
Args:
220220
browser ('chrome' or 'firefox'): webdriver to use.
221-
executable_path (str): path to the browser's webdriver binary. If set to ``None`` selenium will serach for browser's webdriver in ``$PATH``.
221+
executable_path (str): path to the browser's webdriver binary. If set to ``None`` selenium will search for browser's webdriver in ``$PATH``.
222222
run_headless (bool): boolean flag that indicates if webdriver has to be headless (without GUI).
223223
load_images (bool): boolean flag that indicates if webdriver has to render images.
224224
use_proxy (str): use http proxy in <host:port> format.

0 commit comments

Comments
 (0)