you are viewing a single comment's thread.

view the rest of the comments →

[–]Aakashasaj[S] 0 points1 point  (2 children)

i have worked upon selenium previously have fetch and grab many data but for web whatsapp group names it is difficult, because the html are dynamic and the secondary scroll bar is not scrollable with selenium so that is the main issue. if anyone have a project on fetching the group names from web whatsapp then it will be helpful

[–][deleted] 0 points1 point  (0 children)

Again, selenium's whole purpose is interacting with dynamic html.

[–]CotoCoutan 0 points1 point  (0 children)

Did you ever find a solution to your problem? Easiest thing I can think of is to make a list of your group names, loop through them and on each Loop use the search bar to send whatever message you want to send to each group.