]
Lukáš Fryč reassigned ARQGRA-72:
--------------------------------
Assignee: Jan Papousek
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.Alpha4
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: