Skip to content

Commit 9672ff8

Browse files
committed
Correcting wrong name for pageLoadStrategy desired capability
1 parent f7c9b5f commit 9672ff8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: cpp/iedriver/IECommandHandler.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
#define CSS_SELECTOR_ENABLED_CAPABILITY "cssSelectorsEnabled"
3737
#define NATIVE_EVENTS_CAPABILITY "nativeEvents"
3838
#define PROXY_CAPABILITY "proxy"
39-
#define PAGE_LOAD_STRATEGY_CAPABILITY "pageLoadingStrategy"
39+
#define PAGE_LOAD_STRATEGY_CAPABILITY "pageLoadStrategy"
4040
#define IGNORE_PROTECTED_MODE_CAPABILITY "ignoreProtectedModeSettings"
4141
#define IGNORE_ZOOM_SETTING_CAPABILITY "ignoreZoomSetting"
4242
#define INITIAL_BROWSER_URL_CAPABILITY "initialBrowserUrl"

0 commit comments

Comments
 (0)