Hi Clemens,

the behaviour is usually controlled via the PerScenarioSeleniumSteps and
in particular:

    @AfterScenario
    public void afterScenario() throws Exception {
        selenium.close();
        selenium.stop();
    }

But if you send us a working example to reproduce behaviour we may be
able to give you some more specific advice.

Cheers
On 06/09/2010 07:26, Clemens Wyss wrote:
> I have a simple story/scenario (with an examples table) and I drive my app 
> through selenium(using the latest greates Web 3.0-beta-6). 
> Unfortunately "somebody"/"something" closes the browser window after the 
> first example is run, which makes the other examples fail... Where do I tell 
> JBehave/Selenium not to close the frame/window after an example/scenario?
>
> Thx
> Clemens
>
> ---------------------------------------------------------------------
> To unsubscribe from this list, please visit:
>
>     http://xircles.codehaus.org/manage_email
>
>


---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email


Reply via email to