Stilgar Posted March 22, 2009 Share Posted March 22, 2009 (edited) Here's an UDF for the FireFox-Addon Screengrab!Screengrab!:"Screengrab! saves webpages as images...It will capture what you can see in the window, the entire page, ..."Only some simple functions to copy or save a webpage. The file-type and the default name is the same like in Screengrab!_FF_Screengrab.au3Current functions:_FF_Screengrab_SaveCompleteDocument_FF_Screengrab_SaveVisibleDocument_FF_ScreenGrab_CopyCompleteDocument_FF_ScreenGrab_CopyVisibleDocumentRequirement(s).: FF.au3 >= 0.5.3.0 / MozRepl / Screengrab! Edited April 28, 2009 by Stilgar jEdit4AutoIt PlanMaker_UDF Link to comment Share on other sites More sharing options...
Stilgar Posted March 25, 2009 Author Share Posted March 25, 2009 Updated to FF.au3 > V0.5.0.0. jEdit4AutoIt PlanMaker_UDF Link to comment Share on other sites More sharing options...
Stilgar Posted April 28, 2009 Author Share Posted April 28, 2009 Updated to FF.au3 > V0.5.3.0. jEdit4AutoIt PlanMaker_UDF Link to comment Share on other sites More sharing options...
trinitrotoluen Posted September 17, 2009 Share Posted September 17, 2009 Hi, Does anyone know the way screen grab is using to capture screen on Firefox ? Link to comment Share on other sites More sharing options...
Stilgar Posted September 17, 2009 Author Share Posted September 17, 2009 (edited) Hi,Does anyone know the way screen grab is using to capture screen on Firefox ?Hello,I think that's the complete wrong forum and thread for this question, but if you look at source from screengrab (EmbeddedCapture.js, Grab.js and Java.js) then you can see how it works.A better place to ask something like this would be there:http://groups.google.com/group/screengrabRegards Edited September 17, 2009 by Stilgar jEdit4AutoIt PlanMaker_UDF Link to comment Share on other sites More sharing options...
trinitrotoluen Posted September 18, 2009 Share Posted September 18, 2009 Hi, Sorry and thank you Link to comment Share on other sites More sharing options...
GerardJ Posted February 24, 2010 Share Posted February 24, 2010 (edited) Is this UDF working with Screengrab v 0.96.2 and FF.au3 v0.6.0.1b-3? Because I just installed this SCreengrab version and I can't get anything saved: try{screengrab.copyCompleteDocument();}catch(e){'_FFCmd_Err';}; __FFRecv: _FFCmd_Err __FFSend: try{Screengrab.defaultFileName() + '.' + Screengrab.format();}catch(e){'_FFCmd_Err';}; __FFRecv: _FFCmd_Err Edited February 24, 2010 by GerardJ Link to comment Share on other sites More sharing options...
furrycow Posted April 14, 2010 Share Posted April 14, 2010 I'm having problems too, the current Screengrab is now v0.96.3 and i'm using FF.au3 v0.6.0.1b-3? I am receiving the same error as that above. Screengrab works fine when i use it manually, and i am having no problems with any other functions found in FF.au3 Any help on this matter, no matter how insignificant it may seem, would be VERY helpful!! Thanks. Instant Lockerz Invite - www.instantlockerzinvite.co.uk Link to comment Share on other sites More sharing options...
GerardJ Posted April 20, 2010 Share Posted April 20, 2010 (edited) It seems that the UDF can work only with an old version of screengrab (version 0.95 is exporting the functions the UDF is activating, but from version 0.96 the interface is completely different) Is somebody able to write a small tutorial explaining how we could create an UDF for a Firefox plugin, and/or take as example the Screengrab addon, or the way to upgrade the existing UDF? With such tutorials, we could start being a bit more autonomous... Edited April 21, 2010 by GerardJ Link to comment Share on other sites More sharing options...
GerardJ Posted April 26, 2010 Share Posted April 26, 2010 I've been able to modify this UDF so it can work with the last versions of ScreenGrab (tested with current version, which is 0.96.3), though I'm not able to give a proper tutorial... At least, here is this modified version Link to comment Share on other sites More sharing options...
GerardJ Posted April 26, 2010 Share Posted April 26, 2010 I've been able to modify this UDF so it can work with the last versions of ScreenGrab (tested with current version, which is 0.96.3), though I'm not able to give a proper tutorial...At least, here is this modified versionSorry, I forgot to attch the fileSame interface as original one, except that it returns the filename in case of success (still returning 0 incase of failure), this is to help knowing which file is actually used when no filename is provided as input parameter_FF_Grab.au3 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