[arquillian-issues] [JBoss JIRA] (ARQGRA-469) WebDriverWait.until() doesn't support Page Fragments that extend WebElement

Michael Kotten (JIRA) issues at jboss.org
Tue Mar 31 08:02:18 EDT 2015


Michael Kotten created ARQGRA-469:
-------------------------------------

             Summary: WebDriverWait.until() doesn't support Page Fragments that extend WebElement
                 Key: ARQGRA-469
                 URL: https://issues.jboss.org/browse/ARQGRA-469
             Project: Arquillian Graphene
          Issue Type: Bug
          Components: core
    Affects Versions: 2.0.3.Final
            Reporter: Michael Kotten


When using Page Fragments that extend the WebElement Interface (as described in http://arquillian.org/blog/2013/09/04/arquillian-graphene-2-0-0-Alpha5/) WebDriverWait.until().element().is().present() cannot be used, because the NoSuchElementException, that gets thrown, is encapsulated by an InvocationTargetException. Unfortunately this exception will not be ignored while waiting for the until() method to complete (see org.openqa.selenium.support.ui.FluentWait). 




--
This message was sent by Atlassian JIRA
(v6.3.11#6341)


More information about the arquillian-issues mailing list