jafea7-ctbrec-v5.3.2-based/client/src
0xboobface a6709bd6db Introduce external browser for logins
Since the JavaFX integrated browser does not work reliably for recaptcha and in general does not behave like standard browsers, I now use an external browser for the logins. The dependency to javafx-web has been removed.

The external browser is based on electron, which uses chromium as internal browser. The implementation can be found at https://github.com/0xboobface/ctbrec-minimal-browser

The browser is a minimal browser, which only shows the web page content without any other controls. It is launched by ctbrec in a new process and remote controlled over a socket connection. I first tried to control it via
stdin/stdout, but it turns out, that stdin is not supported by electron on windows.
2019-01-08 14:26:22 +01:00
..
assembly Introduce external browser for logins 2019-01-08 14:26:22 +01:00
main Introduce external browser for logins 2019-01-08 14:26:22 +01:00
test/resources Remove HLS player stuff 2018-11-29 13:36:23 +01:00