09-18-2014, 07:53 AM
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"
Help
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"
lpstr keyword = "apple"
int IEFrame = win("" "IEFrame")
Htm e=htm("SPAN" keyword "" IEFrame)
Help