Imposter
Imposter copied to clipboard
click not working
My code:
await imposter.attachToActiveTab();
await imposter.goto(`https://cps-check.com/click-counter`);
await imposter.click('#click-plus');
My console
attachToActiveTab false 0 CdpBrowser { protocol: 'cdp' }
activeTab https://cps-check.com/click-counter
attachAllToPage
waitRandom 1.6738168395929542
click #click-plus null
readyState= complete https://cps-check.com/click-counter
iframesReady true
waitRandom 0.5530728816567845
findElementAnywhere #click-plus null 10 false false 1741617173721
element found: page CdpElementHandle {
isolatedHandle: undefined,
handle: CdpJSHandle {},
[Symbol(_isElementHandle)]: true
} {"_isDragging":false,"_timeoutSettings":{}}
element is in the view
readyState= complete https://cps-check.com/click-counter
iframesReady true
It may not be visible or something?