]
Matous Jobanek closed ARQGRA-505.
---------------------------------
Resolution: Done
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.3.0
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