[arquillian-issues] [JBoss JIRA] (ARQGRA-224) Page Fragments implementing WebElement delegate interface invocations to Root

Lukáš Fryč (JIRA) jira-events at lists.jboss.org
Sun May 19 05:44:06 EDT 2013


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

Lukáš Fryč reassigned ARQGRA-224:
---------------------------------

    Assignee: Juraj Húska  (was: Lukáš Fryč)

    
> Page Fragments implementing WebElement delegate interface invocations to Root
> -----------------------------------------------------------------------------
>
>                 Key: ARQGRA-224
>                 URL: https://issues.jboss.org/browse/ARQGRA-224
>             Project: Arquillian Graphene
>          Issue Type: Feature Request
>            Reporter: Lukáš Fryč
>            Assignee: Juraj Húska
>            Priority: Minor
>             Fix For: 2.0.0.Alpha5
>
>   Original Estimate: 1 hour
>  Remaining Estimate: 1 hour
>
> {code:java}
> public abstract static class InputWithPlaceholder implements WebElement {
>         
>         @Root
>         private WebElement input;
>         
>         public String getText() {
>             return input.getAttribute("value");
>         }
>         
>         public Color getTextColor() {
>             return ColorUtils.convertToAWTColor(input.getCssValue("color"));
>         }
>         
>         public String getStyleClass() {
>             return input.getAttribute("class");
>         }
>     }
> {code}

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