- Регистрация
- 16.09.2011
- Сообщения
- 365
- Благодарностей
- 10
- Баллы
- 18
The situation:
I have the pinterest button set so it finds the button by regex and will only click on the follow button so it searches the page for follow buttons and clicking them ignoring the unfollow button.
All fine however recently i noticed it keeps getting stuck on certian follow buttons where the button will not change to unfollow. I think its because the user may have blcoked me and im not getting the text check to say ive been blocked which is what i was using as the logic to move to some other action.
So the template will jsut get stuck clikcing the same follow button over and over.
What can i do to get around this? I dont want to have to move to clicking by match number/loop preferably cos it was alot cleaner this way.
I have the pinterest button set so it finds the button by regex and will only click on the follow button so it searches the page for follow buttons and clicking them ignoring the unfollow button.
All fine however recently i noticed it keeps getting stuck on certian follow buttons where the button will not change to unfollow. I think its because the user may have blcoked me and im not getting the text check to say ive been blocked which is what i was using as the logic to move to some other action.
So the template will jsut get stuck clikcing the same follow button over and over.
What can i do to get around this? I dont want to have to move to clicking by match number/loop preferably cos it was alot cleaner this way.