Open alexDrinkwater opened 3 years ago
I wonder if that would have any impact on reCAPTCHA scores as well? Running native js in an "real browser" might look less bot-ish, and allow for more reCAPTCHAS that don't need image clicking.
sound good @alexDrinkwater.
Has anyone started on this work yet? I'm assuming some adjustment to the MIQ-Alert will do the trick?
I am wondering if we still need puppeteer to run the booking assistance... To me it seems that most of what we are doing can be accomplished in native js using
document
. I am thinking we could try get the chrome extension features on par with the electron application and try publish it to the chrome store. If it works well we could delete the electron application. This would allow users to get update automatically.