$browser->get( $url ); if ( $browser->success( ) ) { $content = $browser->response->decoded_content('charset'=>'utf8'); }