Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
htm text find next ..
#1
I would like to create a macro in the following way.

1. If 1line find the text "apple"
2. 1line text name Click
3. if next 2line text name"apple" 1line non click 2line Click
..
..
...
if not found
out "not found"


Code:
Copy      Help
lpstr keyword = "apple"
int IEFrame = win("" "IEFrame")
Htm e=htm("SPAN" keyword "" IEFrame)


Help


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)