Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
Hello,
I can't understand why this function enter into a infinite loop as show in the Logs screenshot below ?!!!! This only happens in run mode. In record mode everything working as expected !!!
Logs:
Any help is really appreciated ...
@Hannaa do not use labels, they are of no use, only problems. You can't switch labels to other functions
@UserTrue But how could i go back to certain action when some condition found ? I mean what the alternative for using labels ?!
@Hannaa loop and function
@UserTrue I'll try it in this way, though labels working fine within other functions in the same script !! Thnx for your time dude
@Hannaa I work sometimes with labels and its pretty okay, just use a condition and it wont loop anymore.
@UserTrue @NotWegant It works after deleting labels, thnx for your replies
@m4zuper You can see this issue when you use this option in loop.
bump
Fixed it, looks like the break function worked after i restarted the app
I needed to do similar thing on other website.. it not a perfect solution.. but still.. :)
What i did is i recorded like 40-50 scrolldowns till the end of site.. and THEN do all actions.. like in your case.. scrape friends..