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

RemoteAddress nor Remote property does not trigger remote webdriver

    XMLWordPrintable

Details

    Description

      When user tries to use Selenium Grid together with Drone, e.g.:

      @Test
          public void simpleWebdriverTest(@Drone WebDriver webdriver) {
              webdriver.get(contextPath.toString());
      
              webdriver.findElement(By.id("name")).sendKeys("Samuel");
              webdriver.findElement(By.id("email")).sendKeys("samuel@vimes.dw");
              webdriver.findElement(By.id("phoneNumber")).sendKeys("1234567890");
              webdriver.findElement(By.id("register")).submit();
      
              // FIXME with Graphene, you can wait for a request
              Assert.assertTrue(true);
          }
      

      it is not possible to trigger RemoteWebDriver builder via:

      -Darquillian.webdriver.remote.address=xyz nor
      -Darquillian.webdriver.remote=true

      User can use only RemoteReusable via
      -Darquillian.webdriver.remote.reusable=true, which is not correct behavior and prevents easy switch between local browser and Selenium Grid.

      Attachments

        Issue Links

          Activity

            People

              kpiwko Karel Piwko
              kpiwko Karel Piwko
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: