pymysql 데이터는 커서를 지정해서 받을 수 있다.
DictCursor로 받으면 딕셔너리가 들어있는 list로 반환된다.
참고 https://yurimkoo.github.io/python/2019/09/14/connect-db-with-python.html
딕셔너리를 str()로 사용 가능
셀레니움으로 attr 값 가져오기
title = driver.find_elements_by_class_name('entry-title')
title[0].get_attribute('href')