At first I misunderstood, sorry,
turn out it is too a problem I used to face.....
It is in another frame which id is SportsbookIFrame, You need to navigate in to the frame
In [58]: driver.switch_to_frame("SportsbookIFrame")
In [55]: dayElems = driver.find_elements_by_xpath("//div[@class='ng-scope']")
In [56]: len(dayElems)
Out[56]: 26
For searching iframes, they are usual elements:
iframes = driver.find_elements_by_xpath("//iframe")
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…