Update bulkDeleteConversations.js

update queryselecter
This commit is contained in:
HDS
2023-09-15 11:26:26 +08:00
committed by GitHub
parent 72d3b56091
commit 1e9b650da5

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. 点击删除按钮");