Yusuf Ozturk

Results 69 comments of Yusuf Ozturk

Actually we were having a similar problem on Windows as well. We converted our PowerShell services to Golang apps to avoid these issues, sadly. Here is the issue about that:...

Apparently it's no longer considered as vulnerability, because CVE is rejected. `Reason: This candidate was withdrawn by its CNA. Further investigation showed that it was not a security issue. Notes:...

So as I understand, I should create a fake HTML page and PageGetLayoutMetricsResult should return nil for it? I don't know how to do that yet. But I had 2...

Okay let me test it some more. If I can repro the issue, I can reopen the PR. Thanks.

@ysmood customer had an old Chrome version, so data was actually under ContentSize and CSSContentSize was nil. We upgraded chrome version in that customer to avoid this issue. But there...

I cant repro the issue for tests at the moment. If I can in the future, I can reopen this PR. If anybody has same issue, they can see the...

Ups sorry, I clicked a wrong button while reading your comment @ysmood I was in holiday and I can get back on this.

We are also looking for a way to capture events. Is there any change on status for this issue? Thanks.

@ysmood thanks for redirecting me to the right way. I've used a js library to extract all the data I need. ``` // Inject Javascript evalResult := page.MustEval(js) // Export...

Same here, @nlsun. We are already doing our batching, so I would like to send the messages directly to Kafka. Weird thing about this library, it forces you to do...