Skip Menu |

This queue is for tickets about the WWW-Mechanize-FireFox CPAN distribution.

Report information
The Basics
Id: 105252
Status: new
Priority: 0/
Queue: WWW-Mechanize-FireFox

People
Owner: Nobody in particular
Requestors: palexof [...] gmail.com
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: WWW-Mechanize-FireFox tests fail while installing on Win 7 x64
Hi, my OS is Windows Pro 7 x64, perl (ActivePerl) version is: v5.16.2 built for MSWin32-x64-multi-thread I am having an interesting issue while installing the WWW-Mechanize-FireFox module over cmd->cpan->install If I turn on the MozRepl Firefox (v38.0.5) AddOn via Tools->MozRepl->Start prior to it, then the installation fails in a number of tests. Though some of them do succeed. Attached is the last chunk of lines in the buffer including the end report of the failing installation. The interesting part is, that at some point I forgot to turn on the Firefox AddOn. And then suddenly the installation was completed OK. So is this a bug or is this a feature? I suspect there is some problem with the completed installation, because the very first test of the module: use WWW::Mechanize::Firefox; my $mech = WWW::Mechanize::Firefox->new(); $mech->get('http://google.com'); $mech->eval_in_page('alert("Hello Firefox")'); my $png = $mech->content_as_png(); fails with the error msg: MozRepl::RemoteObject: TypeError: 'alert' called on an object that does not implement interface Window. at C:/Users/RandomWalk/workspace/Javascript_Cmd/test3.pl line 14. Although it executes the first statement and opens a Firefox window. Thanks in advance! Alex
Subject: cpan_err.txt

Message body is not shown because it is too large.