[
https://issues.jboss.org/browse/ARQ-1244?page=com.atlassian.jira.plugin.s...
]
Lukáš Fryč updated ARQ-1244:
----------------------------
Fix Version/s: warp_1.next
(was: warp_1.0.0.Beta1)
Warp WebDriver: shortcuts for defining WebDriver activities
-----------------------------------------------------------
Key: ARQ-1244
URL:
https://issues.jboss.org/browse/ARQ-1244
Project: Arquillian
Issue Type: Feature Request
Security Level: Public(Everyone can see)
Components: Extension - Warp
Reporter: Lukáš Fryč
Fix For: warp_1.next
{code:java}
@FindBy
WebElement loginButton;
Warp
.initiate(drive(loginButton).click())
.inspect(new Inspect() {
...
});
{code}
--
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