]
Lukáš Fryč resolved ARQGRA-411.
-------------------------------
Assignee: Lukáš Fryč
Resolution: Incomplete Description
GrapheneElement methods should wait until element is present
------------------------------------------------------------
Key: ARQGRA-411
URL:
https://issues.jboss.org/browse/ARQGRA-411
Project: Arquillian Graphene
Issue Type: Feature Request
Reporter: Emil Cervenan
Assignee: Lukáš Fryč
Scenarios when element is generated by javascript and performance is low leads to
situations when method of element which is not present is called. Unwanted exception is
thrown. When you are trying to simulate users behaviour it is clear you are not expecting
clicking, typing and so on to elements which are not present. Therefore each
GrapheneElement method should wait until element is present.