-
- Distribution: WWW-Mechanize-Chrome
- Source (raw)
- Browse (raw)
- Changes
- How to Contribute
- Repository (git clone)
- Issues (2)
- Testers (82 / 0 / 1)
- Kwalitee
- 15.12% Coverage
- License: perl_5
- Perl: v5.10.0
- Activity
- 24 month
- Tools
- Download (170.77Kb) 0
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
- Dependencies
- Algorithm::Loops
- Carp
- Exporter
- File::Basename
- File::Spec
- Filter::signatures
- Future
- Future::HTTP
- HTML::Selector::XPath
- HTTP::Cookies
- HTTP::Headers
- HTTP::Response
- Imager
- Imager::File::PNG
- IO::Async
- IO::Socket::INET
- IPC::Open3
- JSON
- Log::Log4perl
- MIME::Base64
- Moo
- Net::Async::WebSocket::Client
- Object::Import
- PerlX::Maybe
- POSIX
- Scalar::Util
- Storable
- Try::Tiny
- URI
- URI::file
- WWW::Mechanize::Link
- and possibly others
- CPAN Testers List
- Reverse dependencies
- Dependency graph
NAME
sendkeys.pl - send keystrokes to a page
SYNOPSIS
perl sendkeys.pl
DESCRIPTION
This program demonstrates how to type some input into a text field and then press the enter
key.
Module Install Instructions
To install sendkeys.pl, copy and paste the appropriate command in to your terminal.
cpanm WWW::Mechanize::Chrome
perl -MCPAN -e shell install WWW::Mechanize::Chrome
For more information on module installation, please visit the detailed CPAN module installation guide.