[TIL]Day 89

이재희·2021년 2월 26일
0

TIL

목록 보기
89/312

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')

profile
오늘부터 열심히 산다

0개의 댓글