-
Feature Request
-
Resolution: Unresolved
-
Major
-
warp_1.0.0.Alpha2
-
None
Consider following:
@FindBy(id = "form:loginPanel:loginButton") WebElement loginButton; @FindByJSF("loginButton") WebElement loginButton; // when the locator will be automatically inferred from field name @FindByJSF WebElement loginButton; @FindByJSF Calendar calendar;
This will need to allow Graphene test enricher to consume arbitrary annotations - e.g. annotations annotated with @FindCapable providing custom lookup strategy.
- relates to
-
ARQ-1004 Transporting objects from the server side to client side API/SPI
-
- Open
-