Tithibots / tithiwa

Automate Web WhatsApp with selenium in python.
MIT License
24 stars 22 forks source link

Fix CSS selectors according to the latest version of web WhatsApp #84

Open NavpreetDevpuri opened 2 years ago

NavpreetDevpuri commented 2 years ago

Check CSS selectors in constants.py if it is not working as expected then fix it for example CHATROOM__OPTIONS and MAIN_MENU_OPTIONS__MENU_ICON which is equal to [data-testid="menu"] is not working

image

NavpreetDevpuri commented 2 years ago

Also following selectors for getting groups is no longer working https://github.com/Tithibots/tithiwa/blob/fd37964b794035d16ab2204bd345af1e4f76b219/tithiwa/constants.py#L57