So these blue buttons with the crosses next to the profiles, how do I write a line of code to return a list of all of these buttons.
Something like:
buttons = browser.find_element_by_css_selector("something here")
or
buttons = browser.find_elements_by_xpath("something here")
or whatelse find_elements_by_... that works