[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:04:19 EDT 2015


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

Michael Kotten updated ARQGRA-469:
----------------------------------
    Affects Version/s: 2.1.0.Alpha2


> 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, 2.1.0.Alpha2
>            Reporter: Michael Kotten
>         Attachments: ARQGRA-469.patch
>
>
> 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