{"id":16308598,"url":"https://github.com/corion/www-mechanize-chrome","last_synced_at":"2025-05-07T09:44:18.885Z","repository":{"id":45088028,"uuid":"90448171","full_name":"Corion/WWW-Mechanize-Chrome","owner":"Corion","description":"automate the Chrome browser","archived":false,"fork":false,"pushed_at":"2024-07-14T06:15:55.000Z","size":2792,"stargazers_count":31,"open_issues_count":25,"forks_count":12,"subscribers_count":7,"default_branch":"master","last_synced_at":"2025-03-31T08:44:10.496Z","etag":null,"topics":["chrome","mechanize","perl"],"latest_commit_sha":null,"homepage":"https://metacpan.org/release/WWW-Mechanize-Chrome","language":"Perl","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"artistic-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Corion.png","metadata":{"files":{"readme":"README","changelog":"Changes","contributing":".github/CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-05-06T08:16:39.000Z","updated_at":"2025-02-14T02:30:05.000Z","dependencies_parsed_at":"2024-04-07T19:23:09.660Z","dependency_job_id":"b11c253c-428c-4057-8d70-62896ebaa901","html_url":"https://github.com/Corion/WWW-Mechanize-Chrome","commit_stats":{"total_commits":1561,"total_committers":14,"mean_commits":111.5,"dds":0.03203074951953877,"last_synced_commit":"77e56928b8fba1070b34d9b3c96d253ee9b6c313"},"previous_names":[],"tags_count":70,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Corion%2FWWW-Mechanize-Chrome","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Corion%2FWWW-Mechanize-Chrome/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Corion%2FWWW-Mechanize-Chrome/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Corion%2FWWW-Mechanize-Chrome/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Corion","download_url":"https://codeload.github.com/Corion/WWW-Mechanize-Chrome/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252853113,"owners_count":21814462,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["chrome","mechanize","perl"],"created_at":"2024-10-10T21:18:07.454Z","updated_at":"2025-05-07T09:44:18.855Z","avatar_url":"https://github.com/Corion.png","language":"Perl","funding_links":[],"categories":[],"sub_categories":[],"readme":"WWW::Mechanize::Chrome - automate the Chrome browser\n\nDESCRIPTION\n\nLike L\u003cWWW::Mechanize\u003e, this module automates web browsing with a Perl object.\nFetching and rendering of web pages is delegated to the Chrome (or Chromium)\nbrowser by starting an instance of the browser and controlling it with L\u003cChrome\nDevTools|https://developers.google.com/web/tools/chrome-devtools/\u003e.\n\n\nINSTALLATION\n\nThis is a Perl module distribution. It should be installed with whichever\ntool you use to manage your installation of Perl, e.g. any of\n\n  cpanm .\n  cpan  .\n  cpanp -i .\n\nConsult http://www.cpan.org/modules/INSTALL.html for further instruction.\nShould you wish to install this module manually, the procedure is\n\n  perl Makefile.PL\n  make\n  make test\n  make install\n\n\nREPOSITORY\n\nThe public repository of this module is\nL\u003chttps://github.com/Corion/www-mechanize-chrome\u003e.\n\nSUPPORT\n\nThe public support forum of this module is L\u003chttps://perlmonks.org/\u003e.\n\nTALKS\n\nI've given a German talk at GPW 2017, see L\u003chttp://act.yapc.eu/gpw2017/talk/7027\u003e\nand L\u003chttps://corion.net/talks\u003e for the slides.\n\nAt The Perl Conference 2017 in Amsterdam, I also presented a talk, see\nL\u003chttp://act.perlconference.org/tpc-2017-amsterdam/talk/7022\u003e.\nThe slides for the English presentation at TPCiA 2017 are at\nL\u003chttps://corion.net/talks/WWW-Mechanize-Chrome/www-mechanize-chrome.en.html\u003e.\n\nAt the London Perl Workshop 2017 in London, I also presented a talk, see\nL\u003cYoutube|https://www.youtube.com/watch?v=V3WeO-iVkAc\u003e . The slides for\nthat talk are\nL\u003chere|https://corion.net/talks/WWW-Mechanize-Chrome/www-mechanize-chrome.en.html\u003e.\n\nKNOWN ISSUES\n\nPlease see L\u003cWWW::Mechanize::Chrome::Troubleshooting\u003e.\n\nBUG TRACKER\n\nPlease report bugs in this module via the Github bug queue at\nL\u003chttps://github.com/Corion/WWW-Mechanize-Chrome/issues\u003e\n\nCONTRIBUTING\n\nPlease see L\u003cWWW::Mechanize::Chrome::Contributing\u003e.\n\nSEE ALSO\n\nAUTHOR\n\nMax Maischein C\u003ccorion@cpan.org\u003e\n\nLICENSE\n\nThis module is released under the same terms as Perl itself.\n\nCOPYRIGHT (c)\n\nCopyright 2010-2024 by Max Maischein C\u003ccorion@cpan.org\u003e.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcorion%2Fwww-mechanize-chrome","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcorion%2Fwww-mechanize-chrome","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcorion%2Fwww-mechanize-chrome/lists"}