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
thanks a lot it even works faster than sb.click
I have 1 more question....
//sb.driver.type("input[formcontrolname='username']", "text@gmail.com") # Update with your email
sb.driver.uc_click("input[formcontrolname='username']")
sb.driver.uc_gui_write("text@gmail.com")
Instead of using sb.type to mitigate the risk of bot detection, I tried using uc_click and uc_gui_write respectively; however, it didnt work
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
If you're seeing
ElementClickInterceptedException, then usejs_click(css_selector).You might also be able to use
PyAutoGUIfor interaction.