stealthy-scraping-tools
stealthy-scraping-tools copied to clipboard
Minimal set of tools to conduct stealthy scraping.
Looks like Runtime is being detected. [https://github.com/berstend/puppeteer-extra/issues/788](https://github.com/berstend/puppeteer-extra/issues/788) How critical is it for Runtime to be enabled, could coords still be obtained without it?
https://github.com/NikolaiT/stealthy-scraping-tools/blob/9d0fa1c56dada4fc1a7d9838e469da9aa41964cf/behavior/sst_utils.py#L53 I have had "the same" issue, I guess. If you use `JSON.stringify({offsetY: window.screen.availHeight - window.innerHeight, offsetX: window.screen.width - window.availWidth})` (I'm using `availHeight`) the coordinates seem to be accurate. _I...
https://github.com/NikolaiT/stealthy-scraping-tools/blob/9d0fa1c56dada4fc1a7d9838e469da9aa41964cf/behavior/behavior.py#L165
https://github.com/NikolaiT/stealthy-scraping-tools/blob/9d0fa1c56dada4fc1a7d9838e469da9aa41964cf/behavior/behavior.py#L96 At least it throws an error if I pass (like you did) a float value. Passing an integer works.
1. Conflict between doubleHit function and doubleHits variable. 2. subprocess.CalledProcessError: Command '/usr/bin/node coords.js "li:nth-of-type(3) a"'