|
|
|
|
|
by _boffin_
640 days ago
|
|
Also keep the following in mind: If you were to use an automated browser, such as puppeteer / playwright:
- People don't move mouses in "straight" lines. - People don't click on things that are out of viewport. - Check the permissions you give sites. Additional info: - https://stackoverflow.com/questions/57987585/puppeteer-how-t... - Look into connecting with CDP. |
|