[
https://issues.jboss.org/browse/ARQ-1021?page=com.atlassian.jira.plugin.s...
]
Karel Piwko updated ARQ-1021:
-----------------------------
Fix Version/s: drone_1.2.0.next
Internet Explorer could not be created from capabilities
--------------------------------------------------------
Key: ARQ-1021
URL:
https://issues.jboss.org/browse/ARQ-1021
Project: Arquillian
Issue Type: Bug
Security Level: Public(Everyone can see)
Components: Extension - Drone
Affects Versions: drone_1.1.0.CR1
Environment: Java 7
Reporter: Ste Gr
Assignee: Karel Piwko
Fix For: drone_1.2.0.next
* The documented capability name for the internet explorer is
"internetExplorer" but you have to use "internet_explorer". Otherwise
the capability cannot be used. The readable name, that is printed with the error, is
"internetExplorer"... confusing!
* The instance creation of the driver is still impossible via capabilities. The
specified argument type for the constructor is "DesiredCapabilities" but the
constructor itself specifies "Capabilities" So the argument comparison fails.
See: org.jboss.arquillian.drone.webdriver.factory.InternetExplorerDriverFactory line 81
to 83
See: org.openqa.selenium.ie.InternetExplorerDriver line 57
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see:
http://www.atlassian.com/software/jira