Dima Tisnek
Dima Tisnek
@gavrilka as far as I can tell you are running a Python process and thus `arsenic` inside docker. Thus, `chromedriver` too must be installed inside Docker. `python:latest` most likely resolves...
you may need to `apt-get update` first to force the package manager to refresh download sources...
I think this is quickly becoming a "how to unstall chromedriver in Docker" issue and not `arsenic`... One thing you can try to do: * start with some docker image...
Selenium has some of these images and some documentation at https://github.com/SeleniumHQ/docker-selenium (seems a bit convoluted to me, and you don't need selenium, but good for inspiration maybe?)
Specifically for libnss: see e.g. https://qiita.com/mh4gf/items/e6e4551bcae0fb745ee8 TL;DR `apt-get install -y google-chrome-stable libnss3 libgconf-2-4`
We love pull requests!
Looks like something has changed in BrowserStack... @ojii might be able to dig into this...
Still broken... @ojii maybe the easiest is to remove the badge?
PR is most welcome! P.S. how to trigger this error? How to test the change?
Spec: https://www.w3.org/TR/webdriver/#dfn-get-element-css-value `GET /session/{session id}/element/{element id}/css/{property name}` I guess Element maps `/css/{value}` to the current element in the current session.