- Регистрация
- 16.09.2011
- Сообщения
- 365
- Благодарностей
- 10
- Баллы
- 18
I don't know how to do it without an extra page regex + logic step?
This may sounds like the same thing as my recent issues but it isn't It is but its different. Before I was doing it for unfollowing, which works to fail with outertext so it only clicks to unfollow on match 0 then once it does that one it will update and move to the next match 0. but when I try to change it for Follow then it doesn't recognise the difference between follow/unfollow and will just keep clicking the same button over and over.
Is there a way to get it to recognise whether it's a follow/unfollow button just with the single search in the one step? because currently no matter what I try from the element inspection it doesn't see it and will still click on the button whether it's follow or unfollow. Ie no fail recognition or updating to move to next as I want. I did a loop to move to next but that is no good cos it will still unfollow people I dont want it to cos it doesnt recognise it.
Inner/outertext is ignored and I dunno why.
So it will just keep clicking on people even if I am already following them so it would unfollow them when I don't want it to.
Only way I can figure to do it currently is with extra pagetext regex for specific users as I did the other day.
But can it be done simpler? I run into a wall when the inspect elements suggestions turn up nothing. Where do I go form there?
This may sounds like the same thing as my recent issues but it isn't It is but its different. Before I was doing it for unfollowing, which works to fail with outertext so it only clicks to unfollow on match 0 then once it does that one it will update and move to the next match 0. but when I try to change it for Follow then it doesn't recognise the difference between follow/unfollow and will just keep clicking the same button over and over.
Is there a way to get it to recognise whether it's a follow/unfollow button just with the single search in the one step? because currently no matter what I try from the element inspection it doesn't see it and will still click on the button whether it's follow or unfollow. Ie no fail recognition or updating to move to next as I want. I did a loop to move to next but that is no good cos it will still unfollow people I dont want it to cos it doesnt recognise it.
Inner/outertext is ignored and I dunno why.
So it will just keep clicking on people even if I am already following them so it would unfollow them when I don't want it to.
Only way I can figure to do it currently is with extra pagetext regex for specific users as I did the other day.
But can it be done simpler? I run into a wall when the inspect elements suggestions turn up nothing. Where do I go form there?