[arquillian-issues] [JBoss JIRA] (ARQGRA-505) Implement additional API methods for Action operations directly into Graphene class

Matous Jobanek (JIRA) issues at jboss.org
Wed May 24 10:36:00 EDT 2017


Matous Jobanek created ARQGRA-505:
-------------------------------------

             Summary: Implement additional API methods for Action operations directly into Graphene class
                 Key: ARQGRA-505
                 URL: https://issues.jboss.org/browse/ARQGRA-505
             Project: Arquillian Graphene
          Issue Type: Enhancement
          Components: api
            Reporter: Matous Jobanek
            Assignee: Matous Jobanek
             Fix For: 2.2.2


Methods:
- click()
- doubleClick()
- writeIntoElement()

It should be possible just write:
{code:java}
Graphene.writeIntoElement(element, "my text");
Graphene.doubleClick(element);
Graphene.click(element);
{code}

Or invoke it directly on {{GrapheneElement}} class




--
This message was sent by Atlassian JIRA
(v7.2.3#72005)


More information about the arquillian-issues mailing list