I know that I can use methods such as:
find_elements_by_tag_name() find_elements_by_id() find_elements_by_css_selector() find_elements_by_xpath()
But what I would like to do is simply get a list of all the element IDs that exist in the page, perhaps along with the tag type they occur in.
How can I accomplish this?