Help for this page

Select Code to Download


  1. or download this
        my $chrome = $mech->driver;
    
    ...
        };
    
        # Now, the WWW::Mechanize::Chrome object is mostly connected to th
    +e new/other tab
    
  2. or download this
    my $mech_tab = WWW::Mechanize::Chrome->new( tab => $new_tab_title );