[
https://issues.jboss.org/browse/ARQGRA-79?page=com.atlassian.jira.plugin....
]
Lukáš Fryč commented on ARQGRA-79:
----------------------------------
Raw API proposal:
{code:java}
intercept(any(WebElement.class).click(), interceptor);
intercept(any(WebElement.class).type((String) null), interceptor);
if (method.equials("click") && ...) {
}
element = any(WebElement.class);
intercept(element.click(), element.type((String) null));
{code}
Migrate command interceptors to Selenium 2
------------------------------------------
Key: ARQGRA-79
URL:
https://issues.jboss.org/browse/ARQGRA-79
Project: Arquillian Graphene
Issue Type: Feature Request
Components: api, core
Reporter: Lukáš Fryč
Assignee: Juraj Húska
Priority: Critical
Fix For: 2.0.0.Alpha2
There is listener capability in Selenium 2, it could by used in place of interceptors
from Ajocado 1.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see:
http://www.atlassian.com/software/jira