-
**Describe the bug**
`"__rialto_error__":true,"message":"Error: CdpPage.querySelector is not a function`
When retrieving a browser instance, the `querySelector` method is not found.
As i can s…
-
I have configured the headless chrome in my project getting rid of Phantom. When I run the tests on my OSX machine, all the tests get executed with the test runner on the headless chrome. But the same…
-
Hello,
Me and some other users have been experiencing two specific problems:
• First of all, our chrome-based browser (say Chrome, Opera, etc) freeze while creating a regular host (not headless,…
-
If the user launches with:
```js
const browser = await puppeteer.launch({
slowMo: 250, // slow down by 250ms
headless: false,
ignoreHTTPSErrors: true,
dumpio: true,
});
```
…
-
I want to do the same https://github.com/projectdiscovery/nuclei-templates/issues/3054 does, but with headless. The reason is some sites set cookies via JS, so if not visited with headless (or browser…
-
Upon using the the arender method to render the page to load the javascript elements, the window size appears to be 800x600 width and height respectively. But this prevents all the necessary elements …
-
https://github.com/puppeteer/puppeteer/blob/main/docs/troubleshooting.md#setting-up-chrome-linux-sandbox
因为是在Docker里全局安装的(用root跑的),所以得在root用户下运行,能够无沙箱运行就不会报错了。
```typescript
const browser = awa…
jmjoy updated
7 months ago
-
Need something similar to `/download` API in Selenium.
-
**Stealth mode is not working with array of pages**
I am using stealth mode in chrome headful and its working but when I change to headless the stealth mode didn't work with it, I have figured …
-
Rod Version: v0.116.2
## The code to demonstrate your question
`Headless(true|false)` has no effect on the browser here. The browser is always shown
```go
package main
import (
"github.com/…