HrTic
HrTic
this package used to work fine , but now it seems something is broken ... i keep getting js error in new installation Uncaught Error: Missing required parameters: sitekey at...
im using `puppeteer-recorder` to record a video from browser activity here is my code async function check_login() { try { const page = await global_browser.newPage(); await page.setViewport({width: 1000, height: 1100});...
i'm using this plugin to know which item in my page has been seen ... something like this ``` $('li.not_seen').bind('inview', function (event, visible, topOrBottomOrBoth) { if (visible == true) {...