]
Matous Jobanek closed ARQ-2044.
-------------------------------
Resolution: Done
Pushed upstream in
Expose logic that creates browser capabilities
----------------------------------------------
Key: ARQ-2044
URL:
https://issues.jboss.org/browse/ARQ-2044
Project: Arquillian
Issue Type: Feature Request
Components: Extension - Drone
Affects Versions: drone_2.0.0.Final
Reporter: Matous Jobanek
Assignee: Matous Jobanek
Fix For: drone_2.0.1.Final
Create a public method there in every driver factory class, that returns
DesiredCapabilities containing parsed and set capabilities. This can be easily used by
other developers.
Real use case is a usage in an integration Cube with Drone:
https://github.com/arquillian/arquillian-cube/commit/3ef2d2f1c247b37c60f7...
Do not implement by changing SPI as it is targeted in a minor release.