Help for this page

Select Code to Download


  1. or download this
    my $sel = ...->new( session_id => 'magic string',
    # OR
    $sel->{session_id} =  'magic string';
    
  2. or download this
    $sel->{session_id} = $sel->get_string("getExistingBrowserSession", 
                                                $sel->{browser_start_comma
    +nd}, 
                                                $sel->{browser_url});