티스토리 뷰
Selenium webdriver를 이용하여 새탭으로 링크 열기를 수행하는 소스 코드
- send_keys(Keys.CONTROL+"\n"
- webdriver.switch_to.window(webdriver.window_handles[1])
elem11_ = elems11[elemIndex].find_element_by_css_selector('.article')
elem12 = elems11[elemIndex].find_element_by_css_selector('.board-number')
boardNo = elem12.text
print("[BoardNumber]", boardNo)
if not self.ArticleList.empty:
art1 = self.ArticleList[self.ArticleList['BoardNo'] == boardNo]
if not art1.empty:
elemIndex += 1
continue
elem11_.send_keys(Keys.CONTROL+"\n")
time.sleep(2)
except Exception as e:
print("[?Exception-11]", e)
continue
webDriver.switch_to.window(webDriver.window_handles[1])
res1 = self.GetArticle(webDriver, boardNo, params)
반응형
'SWDesk' 카테고리의 다른 글
[Python] Webdriver - scroll 예제 (2) | 2021.05.04 |
---|---|
Kakao Push Alarm (0) | 2021.05.04 |
[Python] Word2Vec 예제 (0) | 2021.04.29 |
[Python] 단어 구름 네트워크 (0) | 2021.04.25 |
[Python] Download Images from Web (0) | 2021.04.24 |
반응형
250x250
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
링크
TAG
- 치매
- badp
- 심심풀이
- 둎
- 배프
- BSC
- 허들
- 오블완
- bilient
- image
- ServantClock
- 티스토리챌린지
- 혁신과허들
- DYOV
- 전류
- 심심풀이치매방지기
- arduino
- 치매방지
- 절연형
- Innovation&Hurdles
- Decorator
- Video
- 빌리언트
- 아두이노
- 혁신
- 전압전류모니터링
- Innovations
- Innovations&Hurdles
- Hurdles
- 전압
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
글 보관함