]
Bartosz Majsak updated ARQ-1545:
--------------------------------
Fix Version/s: (was: drone_2.1.0.Final)
Drone: allow to setup WebDriver's Capabilities programatically
--------------------------------------------------------------
Key: ARQ-1545
URL:
https://issues.jboss.org/browse/ARQ-1545
Project: Arquillian
Issue Type: Feature Request
Components: Extension - Drone
Affects Versions: drone_1.2.0.Final
Reporter: Lukáš Fryč
The programatic configuration comes when some capability is unsupported and it has
complex type, such as collection or array.
----
Even though I can access WebDriverConfiguration programatically and retrieve
#getCapabilities(), I will get clone of capabilities stored in configuration.
I suggest we allow to access capabilityMap in order to allow programatically configure.
----
Please document a sample of usage here once done, i.e. what even is expected to listen.