[arquillian-issues] [JBoss JIRA] Commented: (ARQ-434) Enable handling of multiple AjaxSelenium instances in one class

Lukáš Fryč (JIRA) jira-events at lists.jboss.org
Wed Aug 31 05:11:26 EDT 2011


    [ https://issues.jboss.org/browse/ARQ-434?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12625343#comment-12625343 ] 

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

       



More information about the arquillian-issues mailing list