Imposter icon indicating copy to clipboard operation
Imposter copied to clipboard

click not working

Open bauhuynhdev opened this issue 10 months ago • 1 comments

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

bauhuynhdev avatar Mar 10 '25 14:03 bauhuynhdev

It may not be visible or something?

TheGP avatar Mar 15 '25 19:03 TheGP