티스토리 뷰
def Test_ElemText():
from ChromeAccess import cChromeAccess
chrome1 = cChromeAccess()
webDriver = chrome1.GetWebDriver()
webDriver.get("https://lumena.co.kr/category/fan/61/")
param1 = {
'TagType': "html",
'TagValue': "a"
}
elems1 = chrome1.GetElements(webDriver, param1)
for elem1 in elems1:
text1 = elem1.text
if not text1:
print("[text1] = None")
text2_ = elem1.get_attribute('textContent')
text2 = text2_
link1 = elem1.get_attribute('href')
print("[text-", len(text1), "]", text1)
print("[text2]", text2)
print("[link]", link1)
반응형
'SWDesk' 카테고리의 다른 글
[Python + PHP] Insert Datas (0) | 2022.07.12 |
---|---|
[Python] Backup Files (0) | 2022.07.10 |
[Python] Chrome Driver 최대화 하기 (0) | 2022.06.26 |
[Python] DataFrame에서 특정 조건에 맞는 값 찾기 to Dict (0) | 2022.06.24 |
[Python] DataFrame에서 최근 값 찾기 to Dict (0) | 2022.06.23 |
반응형
250x250
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
링크
TAG
- ServantClock
- bilient
- image
- 배프
- Innovation&Hurdles
- badp
- 치매
- 혁신과허들
- 빌리언트
- arduino
- 절연형
- 둎
- 치매방지
- Video
- 허들
- 티스토리챌린지
- Hurdles
- 전류
- Innovations&Hurdles
- 심심풀이
- 혁신
- 전압전류모니터링
- Decorator
- 오블완
- 심심풀이치매방지기
- BSC
- Innovations
- 아두이노
- 전압
- DYOV
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
글 보관함