0w0
[selenium] zzzscore.com/color/ 2 솔랑솔랑 본문
728x90
반응형
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
#http://zzzscore.com/color/
import sys, io, time
from selenium import webdriver
from collections import Counter
bs_driver=webdriver.Chrome('C:\Workspace\webdriver\chrome\chromedriver')
bs_driver.get('http://zzzscore.com/color/#')
def click_color():
bs_driver.find_element_by_class_name('main').click()
#main
start_time=time.time()
while time.time()-start_time<=60:
click_color()
|
cs |
728x90
반응형
'Coding > Python' 카테고리의 다른 글
[BeautifulSoup] soup.find_all(), soup.find(), prettify() 적용 (0) | 2019.08.17 |
---|---|
[urllib] 파라미터 데이터 가져오기, API data 및 RSS 가져오기 (0) | 2019.08.15 |
[selenium] zzzscore.com/color/ 솔랑솔랑 (0) | 2019.08.14 |
[selenium] zzzscore.com/1to50/ 솔랑솔랑 (0) | 2019.08.13 |
[selenium] selenium 참조, 자주사용되는 메소드 및 API (0) | 2019.08.10 |
Comments