We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ddfd1d2 commit b566399Copy full SHA for b566399
selenium_extensions/core.py
@@ -218,7 +218,7 @@ class SeleniumDriver:
218
219
Args:
220
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``.
+ executable_path (str): path to the browser's webdriver binary. If set to ``None`` selenium will search for browser's webdriver in ``$PATH``.
222
run_headless (bool): boolean flag that indicates if webdriver has to be headless (without GUI).
223
load_images (bool): boolean flag that indicates if webdriver has to render images.
224
use_proxy (str): use http proxy in <host:port> format.
0 commit comments