Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
NavpreetDevpuri opened this issue Oct 26, 2021 · 1 comment
Labels
bug Something isn't working good first issue Good for newcomers hacktoberfest

Comments

@NavpreetDevpuri
Copy link
Member

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
Copy link
Member Author

NavpreetDevpuri commented Oct 30, 2021

Also following selectors for getting groups is no longer working

GROUPS__NAME_IN_CHATS = (By.CSS_SELECTOR, '#side div[aria-label^="Chat list"] div > span[dir="auto"][title]')

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working good first issue Good for newcomers hacktoberfest
Projects
None yet
Development

No branches or pull requests

1 participant