-
grunt-contrib-jasmine moved to headless chrome in v2.0 but this template seems to assume phantomjs which breaks when compiling the spec runner.
Any way this could be updated to work on headless chrom…
-
Hi, I'm running panther crawler with chrome client on AWS Lambda.
It starts by cron few times per day and every time on own new instance but randomly it throw few errors on creating client.
Does an…
-
I've seen quite a few benchmarks comparing the two. Personally I'd suggest using a [headless Chrome driver](https://medium.com/@pyzzled/running-headless-chrome-with-selenium-in-python-3f42d1f5ff1d).
…
-
it might be nice to have the possibility for the build to choose a non-headless for some usecases
-
To fix the “invalid session id” we need to call:
```
Hound.start_session([additional_capabilities: %{browserName: "chrome"}])
```
-
Hello,
I have an hosted application on Platform.sh with a [Chrome Headless](https://docs.platform.sh/add-services/headless-chrome.html) service to use Panther for crawling.
My platform.sh servic…
-
**Describe the bug**
The Chrome `--headless=new` option is only effective on the first run because of repeated `--headless=new --headless=new ...` for the other runs, which apparently triggers the …
-
Since I last wrote the fetcher, chrome added new distributions for us to use instead of the good old chromium.
We can use `chrome-driver`, `chrome-headless-shell` and `chrome`. They are all available…
-
Since I filed https://github.com/domenic/svg2png/issues/93, let's note it here, too.
Chromy looks like an easy way to switch but probably better to do here first.
-
Im not able to download when using chrome headless mode . I saw some solutions using selenium for python with add_experimental_options, but i couldnt find this method in seleniumBasic. Any ideas? Than…