Clerythecleric Posted November 24, 2017 Share Posted November 24, 2017 So i have this web scraping tool i made that people at my work use, Everyone loves it and everything is going great however people are slowly starting to download and use Firefox Quantum which doesn't have MozREpl and so the _ff library doesn't work and so basically i'm screwed. Does anyoen know if mozrepl will get support for the new firefox browser? or is there another way i can scrape the pages into HTML files (thats all it has to do) from firefox quantum? Many Thanks Anthony Link to comment Share on other sites More sharing options...
Developers Jos Posted November 24, 2017 Developers Share Posted November 24, 2017 You're sure there was no other thread with a similar question in our forums when you searched? Jos Earthshine 1 SciTE4AutoIt3 Full installer Download page - Beta files Read before posting How to post scriptsource Forum etiquette Forum Rules Live for the present, Dream of the future, Learn from the past. Link to comment Share on other sites More sharing options...
Bert Posted November 24, 2017 Share Posted November 24, 2017 The solution to this is here: Earthshine 1 The Vollatran project My blog: http://www.vollysinterestingshit.com/ Link to comment Share on other sites More sharing options...
brisesel Posted January 27, 2018 Share Posted January 27, 2018 (edited) On 11/24/2017 at 10:51 AM, Clerythecleric said: ....so the _ff library doesn't work and so basically i'm screwed. Does anyoen know if mozrepl will get support for the new firefox browser? or is there another way i can scrape the pages into HTML files (thats all it has to do) from firefox quantum? Hello, mozrepl was updated 5 years ago for the last time and since, the whole plugin API was changed. So, even if it's still possible to access firefox internals as it was, it would require a lot of code rewriting... I just tried to run mozrepl with waterfox (which still supports old plugins), but it erratic and buggy. Sometime even the built-in exemple don't work. So, i guess it's time to switch to something else... Edited January 27, 2018 by brisesel more testing Link to comment Share on other sites More sharing options...
water Posted January 27, 2018 Share Posted January 27, 2018 Another approach is to use the WebDriver UDF which is currently under development. Search the forum and you will find the relevant thread Danp2 1 My UDFs and Tutorials: Spoiler UDFs: Active Directory (NEW 2024-07-28 - Version 1.6.3.0) - Download - General Help & Support - Example Scripts - Wiki ExcelChart (2017-07-21 - Version 0.4.0.1) - Download - General Help & Support - Example Scripts OutlookEX (2021-11-16 - Version 1.7.0.0) - Download - General Help & Support - Example Scripts - Wiki OutlookEX_GUI (2021-04-13 - Version 1.4.0.0) - Download Outlook Tools (2019-07-22 - Version 0.6.0.0) - Download - General Help & Support - Wiki PowerPoint (2021-08-31 - Version 1.5.0.0) - Download - General Help & Support - Example Scripts - Wiki Task Scheduler (2022-07-28 - Version 1.6.0.1) - Download - General Help & Support - Wiki Standard UDFs: Excel - Example Scripts - Wiki Word - Wiki Tutorials: ADO - Wiki WebDriver - Wiki Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now