[arquillian-issues] [JBoss JIRA] (ARQGRA-203) Can't create an Actions instance from Graphene proxy driver

Jan Papousek (JIRA) jira-events at lists.jboss.org
Wed Oct 3 04:40:03 EDT 2012


Jan Papousek created ARQGRA-203:
-----------------------------------

             Summary: 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


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: http://www.atlassian.com/software/jira


More information about the arquillian-issues mailing list