[arquillian-issues] [JBoss JIRA] (ARQGRA-253) Make a way to work with multiple different WebDriver instances

Radek Falhar (JIRA) jira-events at lists.jboss.org
Fri Jan 11 03:45:08 EST 2013


Radek Falhar created ARQGRA-253:
-----------------------------------

             Summary: Make a way to work with multiple different WebDriver instances
                 Key: ARQGRA-253
                 URL: https://issues.jboss.org/browse/ARQGRA-253
             Project: Arquillian Graphene
          Issue Type: Feature Request
            Reporter: Radek Falhar
            Priority: Optional


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