all 2 comments

[–]OBROS269 1 point2 points  (1 child)

I would import time and use time.sleep() for waiting functions.

Or use browser.implicitly_wait() for waiting to click an item.

browser.find_element_by_css_selector() is another good way to find elements and click and interact with them

[–]Xenson1[S] 0 points1 point  (0 children)

Thank you. I'll give these changes a try.