Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Opening a +AFXwnd42u:
#17
Edit! That is way too funny "Outcast" Tongue
LOL @ mean, it will be ok mate it's not the real world only a forum.


'Tramp'

Use "HTML element actions"

[Image: 6gsqdkh.jpg]

Something like this.

Gintaras Wrote:
Code:
Copy      Help
;open www.download.com and wait until fully loads
web "http://www.download.com/" 0x1
;set search text and click Go button
Htm el=htm("INPUT" "qt" "" "Download.com" 0 5 0x221)
el.SetText("Quick Macros")
el=htm("INPUT" "searchGo" "" "Download.com" 0 6 0x121)
el.Click
;wait for element "Results" max 60 seconds
el=htm("H1" "Results" "" "Download.com" 0 0 0x21 60)
;wait until fully loads
wait 0 I
;done
mes "Done"


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)