I am trying to extract the date information from this web page. I have tried every method that I would expect to work. It seems that I am unable to extract any of the elements after many varied attempts using different driver methods. Additionally I attempted to use driver.page_source for the entire html for processing with Beautiful soup. I was unable to find the date information in the source results captured. I believe I must be missing something about the website. It is a java script website.
code attempts:
elem = driver.find_element_by_id("content")
elem = driver.find_element_by_class_name("GL-TVABCPFC")
and many others...
Source Inspection here: Source Inspection