Tithibots / tithiwa

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

added get_my_about() #72

Closed beatorizu closed 3 years ago

beatorizu commented 3 years ago

Resolves #68

NavpreetDevpuri commented 3 years ago

@beatorizu check that I just created https://github.com/Tithibots/tithiwa/blob/1f29ec97225c41b137545ac76c608c2e52d295a3/tithiwa/waobject.py#L152-L153

NavpreetDevpuri commented 3 years ago

And I noticed both names and about are having the same HTML structure chrome_4jkKtA2arj

if we use selector '._2FVVk._3WjMU' it will end up getting two elements

ShareX_PBFDYNNnyj

So, it's better to use the following method to get a list of elements

https://github.com/Tithibots/tithiwa/blob/01e9d30491ace830f5a6f1d0737af959d7178272/tithiwa/waobject.py#L51

beatorizu commented 3 years ago

@NavpreetDevpuri could you add the hacktoberfest-accepted label?