Joe Strazzere - All Things Quality

Visit my new blog at http://strazzere.blogspot.com/


May 12, 2009 - WinTask - FFScrape

Posted in WinTask

 

 


'
' FFScrape - Return the contents of the Firefox page
'
' Author: Joe Strazzere

 

Function FFScrape$()
    UseWindow("FIREFOX.EXE|MozillaUIWindowClass||1",1)
        SendKeys("< Alt>ea")
        Pause 5 secs
        SendKeys("< Alt>ec")
        Pause 5 secs
        FFScrape$=GetClipboard$()
EndFunction
 

var$=FFScrape$()

msgbox(var$)



Any comments on this article?
Email Me


<- Last Page :: Next Page ->

About Me

A gathering place for information and ideas about Quality Assurance, Testing, and other useful topics.

Problems cannot be solved by the same level of thinking that created them. - A. Einstein

Search This Site

Translate This Site

RSS Feed

Subscribe

Twitter

@jstrazzere

Categories

Life
QA
Sports
Tools
WinTask
Work in General

What I'm Reading Now