in reply to Re^2: Selenium RC - How to reuse bowser session?
in thread Selenium RC - How to reuse bowser session?
or, if getExistingBrowserSession existsmy $sel = ...->new( session_id => 'magic string', # OR $sel->{session_id} = 'magic string';
$sel->{session_id} = $sel->get_string("getExistingBrowserSession", $sel->{browser_start_comma +nd}, $sel->{browser_url});
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Selenium RC - How to reuse bowser session?
by zerocred (Beadle) on Mar 21, 2010 at 18:05 UTC | |
by zerocred (Beadle) on Mar 22, 2010 at 18:41 UTC |