]
Karel Piwko updated ARQ-1906:
-----------------------------
Fix Version/s: drone_1.3.2.Final
IE driver 2.43+ fails to start due to missing capabilities type
mapping
-----------------------------------------------------------------------
Key: ARQ-1906
URL:
https://issues.jboss.org/browse/ARQ-1906
Project: Arquillian
Issue Type: Bug
Components: Extension - Drone
Affects Versions: drone_1.3.1.Final
Reporter: Jiri Locker
Priority: Critical
Fix For: drone_1.3.2.Final
IE driver became sensitive to capabilities data types in version 2.43.0. If a capability
has an unexpected type (e.g. Boolean capability with String value "true"), the
driver will fail on the first command, which is obviously an absolute show stopper.
[Issue
8160|https://code.google.com/p/selenium/issues/detail?id=8160] has been filed in
Selenium project. A fix has been made on master which prevents IE driver from crashing but
wrongly typed capabilities will fall back to default values.