[
https://issues.jboss.org/browse/ARQGRA-329?page=com.atlassian.jira.plugin...
]
Lukáš Fryč commented on ARQGRA-329:
-----------------------------------
I've tried to refactor the code to support GrapheneElementImpl as we have discussed
(ARQGRA-362),
however it's not worth without refactoring family of FindBy enrichers ARQGRA-361.
Intermittently, you can introduce own code as follows:
{code}
public class ValidatableGrapheneElement extends GrapheneElement {
public ValidatableGrapheneElement(WebElement e) {
super(e);
}
public class checkValidity() { ... }
}
{code}
You can link the implementation here then so we could merge it later as dependent issues
will be resolved.
Add support for HTML5 form validation API
-----------------------------------------
Key: ARQGRA-329
URL:
https://issues.jboss.org/browse/ARQGRA-329
Project: Arquillian Graphene
Issue Type: Feature Request
Components: core
Affects Versions: 2.0.0.Alpha4
Reporter: Oliver Kišš
Fix For: 2.1-Tracking
Add support for using HTML5 [form validation
API|http://www.whatwg.org/specs/web-apps/current-work/#the-constraint-val...] from
Graphene, {{checkValidity()}} method in particular.
--
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