mnkgrover08-zz / whatsapp_automation

Whatsapp Automation is a collection of APIs that interact with WhatsApp messenger running in an Android emulator, allowing developers to build projects that automate sending and receiving messages, adding new contacts and broadcasting messages multiple contacts.
GNU General Public License v3.0
202 stars 61 forks source link

Contact not getting created #12

Closed lddd closed 5 years ago

lddd commented 5 years ago

Hello there,

i am trying to add a contact like seen in the video example. But contacts stay empty.

Here´s my output:

 ... entered into whatsapp
+49 170 12345678
Search Click icon button not Found
Successfully Processed
49 170 12345678
ok

----------------------------------------------------------------------
Ran 1 test in 8.973s

OK
de-entetred
 [x] Received {'emulator_name': 'pixel_1', 'mobile_number': '+49 170 12345678'}

Any idea?

mnkgrover08-zz commented 5 years ago

Hey Roman

output shows that program is not able to add contact because it can not find the search button in your contacts app. which is part of the logic.

please check your android version and Google Contacts APP version. and make sure they both are matching as specified in github project.

please note that code is using xpath logic for picking elements in Android app. so version compatibility is very important. Maybe the Google Contacts app which you are using may not have search button due to which error is coming.

Regards Mayank

On Sun 18 Nov, 2018, 6:38 AM Roman M. <notifications@github.com wrote:

Hello there,

i am trying to add a contact like seen in the video example. But contacts stay empty.

Here´s my output:

... entered into whatsapp +49 177 6163788 Search Click icon button not Found Successfully Processed +49 177 6163788 ok


Ran 1 test in 8.973s

OK de-entetred [x] Received {'emulator_name': 'pixel_1', 'mobile_number': '+49 170 12345678'}

Any idea?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/mnkgrover08/whatsapp_automation/issues/12, or mute the thread https://github.com/notifications/unsubscribe-auth/AGH0Kpte5R7UhQ-8GjCOwcA2VhE5BDjuks5uwLLvgaJpZM4YnuR5 .

lddd commented 5 years ago

Ok thanks for letting me know, you might want to tell me what android / google contacts app version was used in your example.