summaryrefslogtreecommitdiff
path: root/lib/WWW/Mechanize/FAQ.pod
diff options
context:
space:
mode:
authorJulien Fiegehenn <simbabque@cpan.org>2022-06-02 22:00:55 +0100
committerOlaf Alders <olaf@wundersolutions.com>2022-06-06 15:41:04 -0400
commit6d3773e8f7fa10033c693ebf276ce8e70c478b48 (patch)
tree95e90777ee74aab3c522b84574fbd8b42b70658f /lib/WWW/Mechanize/FAQ.pod
parent8dc77be4df6cbde2c91a51206d51fd611003452b (diff)
various POD fixes
Diffstat (limited to 'lib/WWW/Mechanize/FAQ.pod')
-rw-r--r--lib/WWW/Mechanize/FAQ.pod7
1 files changed, 4 insertions, 3 deletions
diff --git a/lib/WWW/Mechanize/FAQ.pod b/lib/WWW/Mechanize/FAQ.pod
index b799971..7985d6e 100644
--- a/lib/WWW/Mechanize/FAQ.pod
+++ b/lib/WWW/Mechanize/FAQ.pod
@@ -85,7 +85,8 @@ can be used to add the headers that you need.
=head2 Which modules work like Mechanize and have JavaScript support?
In no particular order: L<Gtk2::WebKit::Mechanize>, L<Win32::IE::Mechanize>,
-L<WWW::Mechanize::Firefox>, L<WWW::Scripter>, L<WWW::Selenium>
+L<WWW::Mechanize::Firefox>, L<WWW::Mechanize::Chrome>, L<WWW::Scripter>,
+L<WWW::Selenium>
=head1 How do I do X?
@@ -164,8 +165,8 @@ them with
=head2 How do I get a list of HTTP headers and their values?
All L<HTTP::Headers> methods work on a L<HTTP::Response> object which is
-returned by the I<get()>, I<reload()>, I<response()/res()>, I<click()>,
-I<submit_form()>, and I<request()> methods.
+returned by the C<get()>, C<reload()>, C<response()/res()>, C<click()>,
+C<submit_form()>, and C<request()> methods.
my $mech = WWW::Mechanize->new( autocheck => 1 );
$mech->get( 'http://my.site.com' );