08-11-2015, 08:47 AM
I am sorry,do not have good results!
no "See More Stories" link
shown in log panel!
Thanks you for your help greatly!!
When I look the show code element ,there is no the text See More Stories shown,may it be a ajex or javascript ?
int w=win("News Feed - Mozilla Firefox" "Mozilla*WindowClass" "" 0x4)
rep ;;repeat for each new "See More Stories" link
,Acc a.FindFF(w "A" "See More Stories" "" 0x3011 3)
,err
,,out "no ''See More Stories'' link"
,,break
,;wait while the link is offscreen, then click it
,rep
,,if(a.State&STATE_SYSTEM_OFFSCREEN) 0.1; continue
,,a.DoDefaultAction; err
,,breakno "See More Stories" link
shown in log panel!
Thanks you for your help greatly!!
When I look the show code element ,there is no the text See More Stories shown,may it be a ajex or javascript ?
