Help for this page

Select Code to Download


  1. or download this
    my $ua = LWP::UserAgent->new( "Mozilla/5.0 (X11; Linux x86_64; rv:105.
    +0) Gecko/20100101 Firefox/105.0" );
    
    my $driver = Selenium::Remote::Driver->new( browser_name => 'firefox',
    + ua => $ua );
    
  2. or download this
    $req->header('Accept' => '*/*');
    
  3. or download this
    $ua->default_header('Accept' => "*/*");