[arquillian-issues] [JBoss JIRA] (ARQGRA-427) Support for AngularJS locators and interaction synchronization

Lukáš Fryč (JIRA) issues at jboss.org
Fri Mar 14 04:20:11 EDT 2014


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

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

Selectors:

{code}
@FindByNg(model = "username") WebElement usernameInput;
@FindByNg(action = "search()") WebElement searchButton;
{code}

---

Syncing interaction:

https://github.com/ALRubinger/continuous-enterprise-development/blob/master/code/application/application/src/test/java/org/cedj/geekseek/test/functional/arquillian/AngularJSDroneExtension.java#L84
                
> Support for AngularJS locators and interaction synchronization
> --------------------------------------------------------------
>
>                 Key: ARQGRA-427
>                 URL: https://issues.jboss.org/browse/ARQGRA-427
>             Project: Arquillian Graphene
>          Issue Type: Bug
>            Reporter: Lukáš Fryč
>


--
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