Update bulkDeleteConversations.js

This commit is contained in:
HDS
2023-09-15 14:18:17 +08:00
committed by GitHub
parent ea33bda197
commit 71eb8e4817

View File

@@ -33,7 +33,7 @@ async function deleteConversation(checkbox) {
// 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) {
console.log("2. 点击删除按钮");