Hi guys,
I am very much a newbie, but I am slowly learning by writting simple scripts.
#include <Clipboard.au3>
#include <File.au3>
#include <Msgboxconstants.au3>
Const $test_url = "https://www.autoitscript.com/site/"
Const $hFileOpen = FileOpen(@WorkingDir & "\TEMP.txt",$FO_OVERWRITE)
; Open FIREFOX at https://www.autoitscript.com/site/
ShellExecute("firefox.exe",$test_url)
Sleep(60000) ; Allow the page to open - no rush
Send("^a") ; Select ALL text
Sleep(1000) ; Pause for 1 second
Send("^c