Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[Re Question] Webpage text find and click
#1
I would like to create a macro in the following way.
Webpage Text Search according to keywords A and B meet Conditions

   
Quote:int IEFrame = win("" "IEFrame")
Htm eSpan eParent
lpstr keyword = "민들레"

eParent=htm("BODY" "" "" IEFrame)
MSHTML.IHTMLElement2 e2=+eParent.el

foreach eSpan.el e2.getElementsByTagName("TD")
str s=eSpan.Text
out s


Website: http://www.wedisk.co.kr/
The BBS Tagname "TD".

Conditions within the web page only the word "민들레" and the "1,000캐시" Less than
=> ex: word "민들레" and 1000 < 0 = Click Find all
I want to click.
Optionally, click a word only meet
What should I do?
Desperately need your help.


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)