You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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.The text was updated successfully, but these errors were encountered: