[arquillian-issues] [JBoss JIRA] (ARQ-1021) Internet Explorer could not be created from captabilities

Ste Gr (JIRA) jira-events at lists.jboss.org
Fri Jul 6 05:58:12 EDT 2012


     [ https://issues.jboss.org/browse/ARQ-1021?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ste Gr updated ARQ-1021:
------------------------

    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 comparation 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. Name 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


    
> Internet Explorer could not be created from captabilities
> ---------------------------------------------------------
>
>                 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 comparation 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

        


More information about the arquillian-issues mailing list