Uploaded image for project: 'Arquillian'
  1. Arquillian
  2. ARQ-1030

Driving capabilities using arquillin.xml does not work

XMLWordPrintable

      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

       <property name="browserCapabilities">chrome</property>
              <property name="capabilityWebdriverChromeDriver">>/opt/google/chrome/chromedriver</property>
      

      the driver still throws:

      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
      

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

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

            kpiwko Karel Piwko
            lfryc Lukáš Fryč (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: