https://github.com/dnmfarrell/win32-ie-mechanize
Webdriver for IE, JavaScript enabled
https://github.com/dnmfarrell/win32-ie-mechanize
Last synced: about 2 months ago
JSON representation
Webdriver for IE, JavaScript enabled
- Host: GitHub
- URL: https://github.com/dnmfarrell/win32-ie-mechanize
- Owner: dnmfarrell
- Created: 2015-01-08T22:08:27.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-01-08T22:10:07.000Z (over 11 years ago)
- Last Synced: 2025-01-16T16:49:27.979Z (over 1 year ago)
- Language: Perl
- Size: 223 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- Changelog: Changes
Awesome Lists containing this project
README
Win32::IE::Mechanize version 0.009
==================================
This module is mostly a port of the very popular WWW::Mechanize
module but uses InternetExplorer as the user-agent. This makes it
possible to also test JavaScript dependant webpages.
This version was based on WWW::Mechanize 1.08
The test-suite runs on stock cygwin-1.5.10/W2k
INSTALLATION
To install this module type the following:
perl Makefile.PL
nmake test
nmake install
DEPENDENCIES
This module requires these other modules and libraries:
URI
Win32
Win32::OLE
COPYRIGHT AND LICENCE
Copyright MMIV Abe Timmerman All rights reserved.
This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.