Subject: | Internal Exception |
Date: | Sat, 8 Dec 2018 16:50:12 +0000 |
To: | "bug-WWW-Mechanize-Chrome [...] rt.cpan.org" <bug-WWW-Mechanize-Chrome [...] rt.cpan.org> |
From: | Tom Moreau <tom.moreau [...] live.ca> |
I am trying to run the sendkeys.pl example script to Google:
#!perl -w
use strict;
use Log::Log4perl qw(:easy);
use WWW::Mechanize::Chrome;
my $mech = WWW::Mechanize::Chrome->new();
$mech->get( 'https://google.com' );
$mech->sendkeys( string => "test\r" );
$mech->sleep( 10 );
I get:
error when connectingInternal Exception at D:/Strawberry/perl/site/lib/WWW/Mechanize/Chrome.pm line 698.
Running on Windows 10 with Strawberry PERL.
Tom
Thomas A. Moreau, BSc, PhD, MCSE, MCDBA, MCITP, MCTS
Cambridge, ON Canada tom.moreau@live.ca<mailto:tom.moreau@live.ca>