[
https://issues.jboss.org/browse/ARQ-1021?page=com.atlassian.jira.plugin.s...
]
Ste Gr updated ARQ-1021:
------------------------
Summary: Internet Explorer could not be created from capabilities (was: Internet
Explorer could not be created from captabilities)
Description:
* 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
was:
* 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 comparation fails.
See: org.jboss.arquillian.drone.webdriver.factory.InternetExplorerDriverFactory line 81 to
83
See: org.openqa.selenium.ie.InternetExplorerDriver line 57
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
* 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