-
Hi,
I'm noticing that some websites are returning `page.goto: net::ERR_HTTP2_PROTOCOL_ERROR` error when running in headless mode, but works fine in headful mode.
Here are just a couple websites …
-
Hey, just wanted to report that from my testing on Linux after applying the patch, the user agent will show as
```
Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) HeadlessChro…
Ghxst updated
5 months ago
-
I have downloaded the latest chromedriver but when I run the script, it still says:
`selenium.common.exceptions.WebDriverException: Message: unknown error: cannot connect to chrome at 127.0.0.1:59122…
-
when I run my code with headless turned off it works perfectly, but when I run it with headless it can't find the elements, I asked it to save the html of the page that headless is locking and it retu…
-
## 🐛 Bug description
`wasm-pack test --headless --chrome` returns an error with the following message:
```console
Running /home/runner/work/ide/ide/target/wasm32-unknown-unknown/debug/deps/p…
-
Was playing with headless chrome. this works:
```js
"driver": {
"builders": {
"withCapabilities": [{
"browserName": "chrome",
"chromeOptions": {
"binary": …
grawk updated
5 years ago
-
We are having an issue starting tests on our build server, Chrome headless starts but fails in the CONFIGURING phase:
`13:15:55.064:DEBUG [Chrome Headless 91.0.4469.0 (Linux x86_64)]: CONNECTED -> …
-
Recently there has been progress in creating a real headless chrome. This would probably make integration testing a lot more robust and (probably) faster.
Some instructions on how to use it are her…
-
### What happened?
We've been experiencing something quite strange with Quit function of webdriver instanciated with ChromeDirverService since an upgrade to latest version:
let's say we create …
-
Hi Team,
Can anyone please upload or provide link to latest headless_chrome script like this [chrome_headless](https://github.com/soumilshah1995/Selenium-on-AWS-Lambda-Python3.7)
My lambda was w…