[arquillian-issues] [JBoss JIRA] (ARQGRA-79) Migrate command interceptors to Selenium 2

Lukáš Fryč (JIRA) jira-events at lists.jboss.org
Wed Jul 11 10:17:12 EDT 2012


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

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

Raw API proposal:

{code:java}
intercept(any(WebElement.class).click(), interceptor);
intercept(any(WebElement.class).type((String) null), interceptor);

if (method.equials("click") && ...) {

}

element = any(WebElement.class);
intercept(element.click(), element.type((String) null));


{code}
                
> Migrate command interceptors to Selenium 2
> ------------------------------------------
>
>                 Key: ARQGRA-79
>                 URL: https://issues.jboss.org/browse/ARQGRA-79
>             Project: Arquillian Graphene
>          Issue Type: Feature Request
>          Components: api, core
>            Reporter: Lukáš Fryč
>            Assignee: Juraj Húska
>            Priority: Critical
>             Fix For: 2.0.0.Alpha2
>
>
> There is listener capability in Selenium 2, it could by used in place of interceptors from Ajocado 1.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

       



More information about the arquillian-issues mailing list