andynuss

Results 26 comments of andynuss

![my-image-67](https://user-images.githubusercontent.com/2286294/128269627-da314cc6-9230-4f8b-b075-6e2c281e07be.png)

NOTE: in my testUrl function above, for this pretty simple webpage, it seems like waitForPaintingStable() didn't work as well as it should because on my machine, the scrollHeight obtained after...

Here's the session db: [sessions.db.zip](https://github.com/ulixee/secret-agent/files/6935036/sessions.db.zip)

Thanks for the help. You were right about the viewport having switched the width and height. However, after fixing my code with everything you mentioned above, the screenshot still is...

Hi, I was wondering if this has turned out to be difficult to fix from the standpoint of bot detection, since I noticed that the behavior is still the same...

I was myself looking for something along the lines of playwright's wait for 'networkidle'. It appears that the latest release version does not include the function waitForPageState, neither in my...

Thanks for the answers above. I will study them some more, but before I ask any followup questions: ... tucked in my questions above was the idea of using a...

I was wondering how long it took on average to create an agent (the default way) on my ec2 instance, and after the vm warms up, it appears to fluctuate...

Concerning my test on the reported slowness of creating an agent: 1. the slowness report for the agent constructor was wrong. That is always very fast. The problem was that...