Update
This commit is contained in:
@@ -284,7 +284,7 @@ export class XBrowserService implements OnModuleInit, OnModuleDestroy {
|
||||
} catch {
|
||||
console.log('fallback → click by text');
|
||||
await page.locator('a[role="menuitem"]')
|
||||
.filter({hasText: 'Quote'})
|
||||
.filter({hasText: /Quote|Trích dẫn/i})
|
||||
.click();
|
||||
}
|
||||
// // ===== CLICK QUOTE =====
|
||||
|
||||
Reference in New Issue
Block a user