a7wazian 1 Posted February 10, 2017 Report Share Posted February 10, 2017 hi everybody this source for like and comments home page for my account on the Instagram.But there's a problem.... loop(#manylfg) { if($exists(<class="_soakw coreSpriteHeartOpen">)) { then { focus(<class="_9q0pi coreSpriteEllipsis _soakw">) wait(2) click(<class="_soakw coreSpriteHeartOpen">, "Left Click", "No") increment(#manylikesfb) wait(#ptlfp) wait(2) if($comparison(#checkboxcommentfp, "=", $true)) { then { type text(<input,class="_7uiwk _qy55y">, #commentlfg, "Standard") increment(#manycommentedfp) wait(2) type text(<input,class="_7uiwk _qy55y">, "\{ENTER\}", "Standard") wait(2) wait for element(<button,class="_4vltl">, "", "Appear") } else { } } } else { run javascript("window.scrollTo(0,document.body.scrollHeight);") wait(8) } } } ------------------------------------A number of element (like and comments) are too high.and i can't show increment number Because Click on all Elements. While I'm one by one click !!!what's the solution؟ Quote Link to post Share on other sites
a7wazian 1 Posted February 10, 2017 Author Report Share Posted February 10, 2017 i fix "like" for the home page on instgram---- loop(#manylfg) { if($exists(<class="_soakw coreSpriteHeartOpen">)) { then { click($element offset(<class="_soakw coreSpriteHeartOpen">, 1), "Left Click", "No") wait(1) increment(#manylikesfb) if($either($comparison(#checkboxcommentfp, "=", $true), $either($exists(<class="_7uiwk _qy55y">), $not("<title=\"Delete Comment\">>")))) { then { type text($element offset(<input,class="_7uiwk _qy55y">, 1), #commentlfg, "Standard") increment(#manycommentedfp) wait(1) type text($element offset(<input,class="_7uiwk _qy55y">, 1), "\{ENTER\}", "Standard") wait(2) wait for element(<button,class="_4vltl">, "", "Appear") wait(#ptlfp) } else { } } ---------------------------------But the "comments" have problems ...!!!any on ???? i neeed help ,please Quote Link to post Share on other sites
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.