[
https://issues.jboss.org/browse/ARQ-434?page=com.atlassian.jira.plugin.sy...
]
Lukáš Fryč commented on ARQ-434:
--------------------------------
It is possible to switch context in the top-level test definition:
{code}
switchTo(firstBrowser);
firstBrowser.click(...);
switchTo(secondBrowser);
secondBrowser.click(...);
{code}
{code}
void switchTo(AjaxSelenium selenium) {
AjaxSeleniumContext.setContext(selenium);
}
{code}
Enable handling of multiple AjaxSelenium instances in one class
---------------------------------------------------------------
Key: ARQ-434
URL:
https://issues.jboss.org/browse/ARQ-434
Project: Arquillian
Issue Type: Feature Request
Security Level: Public(Everyone can see)
Components: Extension - Drone
Reporter: Lukáš Fryč
--
This message is automatically generated by JIRA.
For more information on JIRA, see:
http://www.atlassian.com/software/jira