Merge pull request #6 from hedongshu/patch-1

Update bulkDeleteConversations.js
This commit is contained in:
qcrao
2023-09-15 12:35:10 +08:00
committed by GitHub

View File

@@ -33,7 +33,7 @@ async function deleteConversation(checkbox) {
// debugger // debugger
const deleteButton = await waitForElement('.absolute.flex.right-1.z-10.text-gray-300.visible button:nth-child(2)'); const deleteButton = await waitForElement("nav div a>div>button:nth-child(2)");
if (deleteButton) { if (deleteButton) {
console.log("2. 点击删除按钮"); console.log("2. 点击删除按钮");