Maciej
Maciej

Reputation: 10825

Read Whatsapp messages using Selenium and .NET

I found a lot of examples in Internet how to use Selenium to send WhatsApp messages (via WA Web). Majority of examples are in Py, but found also some in C# (Im using)

Did some test development and this seems to work.

But for my project I need opposite functionality: reading in/out messages (for backup purposes).
I dont really need sending msgs...

Can someone please advise if this is doable with Selenium / how to do that? Any .NET code examples / tips will be highly appreciated :)

Upvotes: 0

Views: 1416

Answers (1)

ammar alkotb
ammar alkotb

Reputation: 334

you can use wppconnect wa-js

uer execute javascript

Upvotes: 1

Related Questions