]
Lukáš Fryč updated ARQ-1244:
----------------------------
Component/s: Extension - Warp
Warp: 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č
{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: