如何使用 python 获取 whatsapp 网络群聊中发送的最新消息作为字符串

How do I get the latest message sent on a group chat on whatsapp web as a string using python

前言: 我正在尝试制作一个自动缩放 classes 的应用程序。 我可以用 whatsapp web 打开的 whatsapp 组共享的 links。

我到底想做什么: 我想在群聊中取最新消息检查它是否是文本,然后检查它是否包含link。 如果是这样,我想提取 link 并将其分配给一个变量,最后在浏览器中打开它并启动 class


the problem is I have no idea how to get the latest message that is sent in the group chat


请帮忙!

将所有带有 span 标签的 WebElements 放入一个数组中。 循环检查跨度是否有 data-icon 属性。 如果你发现它使用 JS 循环遍历他的 children,直到你找到带有 href 属性 的 a 标签。保存并破解。

要找到最后一个,只需按相反的顺序循环即可。