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
driver.uc_click(selector) needs a JS backup option in case of ElementClickInterceptedException
There are some cases where driver.uc_click(selector) (a UC-Mode-only method) runs into an ElementClickInterceptedException. A backup option should be put in to use driver.js_click(selector) in that situation.