Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- Human Factors and Ergonomics
- 크롤링
- Humanfactor
- 공장역학
- 작업생리학
- 산업공학
- 생산및운영관리
- 디스플레이 설계 원리
- .click
- selenium
- hfe
- 생산운영
- IndustrialEngineering
- 셀레니움
- Humanfactors
- Python
- 파이썬
- .text
- 자동화
- bottleneck
- 크롤러
- .send_keys
- .get_attribute
- 인체측정학
- factoryphysics
- informationprocessing
- Sensing
- 인간공학
- 청각손실
- Anthropometry
Archives
- Today
- Total
목록CRAWL (1)
Data & Technology Manager

본 포스팅에서는 셀레니움을 활용해서 정보를 긁어오는 작업을 수행하고자 한다. 예시로, 연합 뉴스의 한 페이지를 가져와 .text 함수를 통해 기사를 프린트하고 사진을 가져오는 작업까지 수행한다. 이전 포스팅과 똑같이 필요한 모듈들을 로딩 후 창을 활성화한다. from selenium import webdriverfrom selenium.webdriver.chrome.service import Servicefrom webdriver_manager.chrome import ChromeDriverManagerservice = Service(ChromeDriverManager().install()) driver = webdriver.Chrome(service=service) 이후 예시 URL을 이..
공부/Python
2025. 3. 29. 14:43