chroxy
chroxy copied to clipboard
Headless Chrome as a Service
We have had chroxy running continuously on a machine for a long time - weeks or months. We noticed that the machine was getting low on memory. Running `ps -o...
We're having an issue with Chroxy whereby it eventually gets into a state where it fails to estbalish the connection properly anymore. We are running Chroxy locally on the box...
When performing basic stress testing the following error occurs: ``` 10:27:31.339 request_id=Ff2tuFY7vDKkyNYAAEki pid= module=Plug.Logger [info] Sent 200 in 202ms 10:27:31.340 pid= module=gen_server [error] GenServer Chroxy.ProxyListener terminating ** (CaseClauseError) no case...
The README needs some love and the following tutorial covers using Chroxy https://www.youtube.com/watch?v=FGUEDu8A7GY
Short term goal would be to support configuration of the path (as per other configuration through environment variables). This function would need to be modified: https://github.com/holsee/chroxy/blob/a1997bd12c26dbd62c6653405af8c99b7fb01f87/lib/chroxy/chrome_server.ex#L347-L354 From early testing, Chromium...
https://wiki.mozilla.org/Remote https://developer.mozilla.org/en-US/docs/Tools/Remote_Debugging/Debugging_Firefox_Desktop https://firefox-source-docs.mozilla.org/remote/index.html https://wiki.mozilla.org/WebDriver/Meetings/2018-11-26
* Also put `info` level logging that is noise into `debug` level.