Hey, it's a nice script. However, I would recommend moving away from Selenium to cfscrape (a library build on requests package).
Reason being; Selenium is slower and then handling a headless browser is hard and has its own restrictions. This makes the overall script a bit heavy. I would recommend switching from Selenium.
Hey, it's a nice script. However, I would recommend moving away from Selenium to cfscrape (a library build on requests package).
Reason being; Selenium is slower and then handling a headless browser is hard and has its own restrictions. This makes the overall script a bit heavy. I would recommend switching from Selenium.