[arquillian-issues] [JBoss JIRA] (ARQGRA-200) Enhance Graphene's guards to wait until page fully updates

Lukáš Fryč (JIRA) jira-events at lists.jboss.org
Wed Oct 10 06:06:03 EDT 2012


    [ https://issues.jboss.org/browse/ARQGRA-200?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12725243#comment-12725243 ] 

Lukáš Fryč commented on ARQGRA-200:
-----------------------------------

Afaik there is no way how to exactly determine page have been fully updated.

When {{guardXhr}} ends, it is ensured that XHR callback has been fully processed, including all page updates done in this callback.

But there might be cases where asynchronous callback (setTimeout/setInterval) is triggered in XHR callback - in this case we don't have any way how to exactly know all asynchronous updates were finished.

----

Another case is with {{guardHttp}} - here we can detect the page was fully loaded.
                
> Enhance Graphene's guards to wait until page fully updates
> ----------------------------------------------------------
>
>                 Key: ARQGRA-200
>                 URL: https://issues.jboss.org/browse/ARQGRA-200
>             Project: Arquillian Graphene
>          Issue Type: Enhancement
>    Affects Versions: 2.0.0.Alpha2
>            Reporter: Jiří Štefek
>
> It would be nice if Graphene's guards (guardXhr, guardHttp and guardNoRequest) can be used to wait until page fully updates after the the request.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira



More information about the arquillian-issues mailing list