mrsmilyy
Power Member
- Dec 10, 2020
- 505
- 42
Hey man, how are you ? thank you for this, i dont understand nothing for sure, but i think you can help me, can i give you control tu write the script on my pc ?You could do this with Selenium IDE addon on Firefox. Case study: I just opened some random public group. There were posts with text description (above a link share preview, photo, etc). All texts on all posts are placed in an element class="xdj266r x11i5rnm xat24cr x1mh8g0r x1vvkbs x126k92a". So you could use the loop command and the command to refresh the page every... 1 minute (the longer the better, FB doesn't like too many F5s in a short time), and then the command VerifyText for which Target field would contain precisely this without the quotes "class="xdj266r x11i5rnm xat24cr x1mh8g0r x1vvkbs x126k92a" and in the Value field you will write the keyword (ex: Motorano). Then you will also create two more GoToIf commands, where if the VerifyText command doesn't verify the existence of that keyword in the elements that are loaded (class=xdj.... right) the script's next step willl point to the label (example...) KeywordNotHere which is set right above the Refresh command (which basically means repeating the check again, and again, until it does find the keyword which is searching), and if the command VerifyText does verify the existence of that keyword, it will point to another label command further below, basically the before-last command with a Value (example...) KeywordHere, after which the last command will be set - and that's a RunScript command that can play an audio to notify you, or you can be creative here and use the script to send yourself an email so you can get a notificaiton on your phone. I think this is doable, and I would've need less time to create the script than to write all of this![]()
on may be make video just to understand what to do because i'm 0 in all of this.
last question : can i put many keyword with boleen search like : dog OR lion OR taxi OR ....?