[arquillian-issues] [JBoss JIRA] (ARQ-1030) Driving capabilities using arquillin.xml does not work

Lukáš Fryč (JIRA) jira-events at lists.jboss.org
Fri Jul 13 08:32:12 EDT 2012


Lukáš Fryč created ARQ-1030:
-------------------------------

             Summary: Driving capabilities using arquillin.xml does not work
                 Key: ARQ-1030
                 URL: https://issues.jboss.org/browse/ARQ-1030
             Project: Arquillian
          Issue Type: Bug
      Security Level: Public (Everyone can see)
          Components: Extension - Drone
    Affects Versions: drone_1.1.0.CR1
            Reporter: Lukáš Fryč
            Assignee: Lukáš Fryč
            Priority: Critical


This blog describes how to setup WebDriver capabilities using properties:
http://arquillian.org/blog/2012/06/27/arquillian-extension-drone-1-1-0-CR1/

However when trying to set property {{webdriver.chrome.driver}}

{code:xml}
 <property name="browserCapabilities">chrome</property>
        <property name="capabilityWebdriverChromeDriver">>/opt/google/chrome/chromedriver</property>
{code}

the driver still throws:

{code}
IllegalStateException: The path to the driver executable must be set by the webdriver.chrome.driver system property; for more information, see http://code.google.com/p/selenium/wiki/ChromeDriver. The latest version can be downloaded from http://code.google.com/p/chromedriver/downloads/list
{code}

----

Ste Gr reports similar problem here:
https://community.jboss.org/message/746615#746615

{code:xml}
<extension qualifier="webdriver">
      <property name="browserCapabilities">firefox</property>
      <property name="capabilityWebdriverFirefoxBin">C:\Firefox\firefox.exe</property>
      <property name="capabilityWebdriverFirefoxProfile">selenium</property>
</extension>
{code}

--
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