Selenium 썸네일형 리스트형 [Python] 파이썬 Selenium 사용하기 예제로 배우는 파이썬 - Selenium 사용하기 1. Selenium 소개 Selenium은 웹 브라우져를 컨트롤하여 웹 UI 를 Automation 하는 도구 중의 하나이다. Selenium은 Selenium Server와 Selenium Client가 있는데, 로컬 컴퓨터의 웹 브라우져를 컨트롤하기 위해서는 Selenium Client 를 사용한다 (여기서는 Selenium 3 사용). Selenium Client는 WebDriver라는 공통 인터페이스(Common interface)와 각 브라우져 타입별(IE, Chrome, FireFox 등)로 하나씩 있는 Browser Driver로 구성되어 있다.2. Selenium 설치Selenium을 설치하기 위해서는 먼저 아래와 같이 pip 을 사용하여.. 더보기 [Framework] Selenium browser automation framework http://code.google.com/p/selenium/ http://code.google.com/p/selenium/ selenium Browser automation framework Overview - http://docs.seleniumhq.org/ This is the site for developers of the Selenium browser automation framework. If you're developing with the framework, please go to Selenium HQ. If you're a user of Selenium, and would like the latest documentation, please head over to Selenium HQ. If.. 더보기 이전 1 다음