Closed
Description
self.sb.activate_cdp_mode("https://www.xxxx.com")
self.sb.cdp.click('//a[@class="btn-login"]')
self.sb.sleep(10)
self.sb.uc_gui_handle_cf()
The program iterates through all elements on the page and clicks the CF checkbox, taking over 5 seconds.
Are there alternative solutions for optimization in terms of efficiency?