[arquillian-issues] [JBoss JIRA] (ARQGRA-72) Support parallel browser sessions API for Selenium 2

Jan Papousek (JIRA) jira-events at lists.jboss.org
Thu Apr 25 02:44:53 EDT 2013


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

Jan Papousek resolved ARQGRA-72.
--------------------------------

    Resolution: Done


Resolved by this commit: https://github.com/arquillian/arquillian-graphene/commit/43052179c2d568930f98894dfd5ea30f2a1a2ad6
                
> Support parallel browser sessions API for Selenium 2
> ----------------------------------------------------
>
>                 Key: ARQGRA-72
>                 URL: https://issues.jboss.org/browse/ARQGRA-72
>             Project: Arquillian Graphene
>          Issue Type: Feature Request
>          Components: core
>            Reporter: Lukáš Fryč
>            Assignee: Jan Papousek
>            Priority: Critical
>             Fix For: 2.0.0.Alpha5
>
>   Original Estimate: 2 days
>  Remaining Estimate: 2 days
>
> In Selenium 1, it was possible to open multiple windows using browser.openWindow(url, windowId); and browser.selectWindow(windowId);
> In Selenium 2, this can be done by creating multiple WebDriver instances.
> There is no way to simply do this in Graphene 2. You can create 2 fields with @Drone, which will open 2 browsers with 2 WebDrivers, but all @FindBy and @Page will resolve against the first one.

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