Can't create an Actions instance from Graphene proxy driver
-----------------------------------------------------------
Key: ARQGRA-203
URL:
https://issues.jboss.org/browse/ARQGRA-203
Project: Arquillian Graphene
Issue Type: Bug
Affects Versions: 2.0.0.Alpha2
Reporter: Jan Papousek
Assignee: Jan Papousek
Now it's impossible to create an instance of Actions class commonly used in Selenium
2 tests:
{code}
Actions builder = new Actions(GrapheneContext.getProxy());
String ctrlADel = Keys.chord(Keys.CONTROL, "a", Keys.DELETE);
builder.sendKeys(inputToWrite, ctrlADel);
builder.build().perform();
{code}
It's because the proxy doesn't implement HasInputDevices interface.
--
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: