parent
3ff71a3a60
commit
bf6bad64fa
1 changed files with 1 additions and 0 deletions
|
|
@ -85,6 +85,7 @@ const urls = {
|
|||
|
||||
const coins = async () => {
|
||||
console.log('Checking coins...');
|
||||
page.locator('.hideDoubleButton').click().catch(_ => {});
|
||||
const collectBtn = page.locator('.signVersion-panel div:has-text("Collect")').first();
|
||||
const moreBtn = page.locator('.signVersion-panel div:has-text("Earn more coins")').first();
|
||||
await Promise.any([
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue