You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Capability InternetExplorerDriver.IE_SWITCHES requered value as list, but on the ieDriver.log I see the warn CommandHandlers\NewSessionCommandHandler.cpp(105) Invalid capability setting: ie.browserCommandLineSwitches is type array instead of string. Default value will be used: "" and the IE doesn't start on the private mode.
Meta -
OS: Windows 7
Selenium Version: 3.8.1
Browser: Internet Explorer
Browser Version: 11.0.9600.18349 (64-bit)
Expected Behavior -
Starting IE on private mode ( via use create force api and command line switches)
Actual Behavior -
IE started not in private mode
Steps to reproduce -
Capability
InternetExplorerDriver.IE_SWITCHES
requered value as list, but on the ieDriver.log I see the warnCommandHandlers\NewSessionCommandHandler.cpp(105) Invalid capability setting: ie.browserCommandLineSwitches is type array instead of string. Default value will be used: ""
and the IE doesn't start on the private mode.Any ideas about it?
Thanks.
ieDriver.log
The text was updated successfully, but these errors were encountered: