[arquillian-issues] [JBoss JIRA] (ARQGRA-296) Provide a way for checking whether an element is present

Jan Papousek (JIRA) jira-events at lists.jboss.org
Tue Apr 30 03:16:54 EDT 2013


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

Jan Papousek commented on ARQGRA-296:
-------------------------------------

The current Graphene utility class contains the following deprecated method:

{code}
public static ElementConditionFactory element(WebElement element) {
    return new WebElementConditionFactory(element);
}
{code}

I'd like to replace this method by one which returns object for advanced interaction with the given web element:

{code}
public static EnhancedElement element(WebElement element) {
...
}
{code}

where:

{code}
public interface EnhancedElement {

    boolean isPresent();

    void fire(Event event);

}
{code}
                
> Provide a way for checking whether an element is present
> --------------------------------------------------------
>
>                 Key: ARQGRA-296
>                 URL: https://issues.jboss.org/browse/ARQGRA-296
>             Project: Arquillian Graphene
>          Issue Type: Feature Request
>    Affects Versions: 2.0.0.Alpha4
>            Reporter: Jan Papousek
>            Assignee: Jan Papousek
>            Priority: Minor
>             Fix For: 2.0.0.Alpha5
>
>   Original Estimate: 2 hours
>  Remaining Estimate: 2 hours
>


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