Make clear_chats_of_all_groups() to clear chats of all whatsapp groups.
NavpreetDevpuri opened this issue · 2 comments
NavpreetDevpuri commented
Automate as follow or try something else
- go through all chats by using the DOWN arrow key because in HTML all chats are un-ordered
- determine someway that the currently active element on the browser is a group. browser.switch_to.active_element
- then if its a group then just automate
Clear messages
for that group
NavpreetDevpuri commented
Lines 113 to 130 in 7cef0e1
That's how we can go through all chats
NavpreetDevpuri commented
- go through all group chats same as in exit_from_all_groups()
- open group options using CHATROOM__OPTIONS
- press on
Clear chat
and wait for the chat to be cleared by using self._close_info()