Button selector change
This commit is contained in:
parent
2c69df47b5
commit
ba02a608a3
@ -15,7 +15,7 @@
|
||||
const RECHECK_TIMER = 60000;
|
||||
const INITIAL_TIMER = 2000;
|
||||
const MAIN_WINDOW_SELECTOR = "div.flex.overflow-y-auto.overflow-x-hidden";
|
||||
const CLAIM_SELECTOR = 'body > div.flex.overflow-y-auto.overflow-x-hidden > div.w-full.flex div.relative.w-fit.items-center.justify-center.gap-1.flex button:not(:disabled)';
|
||||
const CLAIM_SELECTOR = 'body > div.flex.overflow-y-auto.overflow-x-hidden div.gap-4 div.flex-wrap div.flex-col button:not(:disabled)';
|
||||
const EMPTY_CLAIM = 'Claim 0.00 T';
|
||||
|
||||
function runRoutines() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user