[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


     [ https://issues.jboss.org/browse/ARQGRA-203?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jan Papousek reassigned ARQGRA-203:
-----------------------------------

    Assignee: Jan Papousek

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


More information about the arquillian-issues mailing list