본문 바로가기

나를 위한 기록들

검색하기
나를 위한 기록들
프로필사진 lyasee

  • 분류 전체보기 (26)
    • JS (7)
      • 크롤링 (3)
      • Node JS (1)
      • Angular (3)
    • 소프트웨어 (6)
    • 서버 (2)
    • Python (1)
    • Docker (8)
    • Nexus (1)
    • 데이터베이스 (1)
      • mongodb (1)
Guestbook
Notice
Recent Posts
Recent Comments
Link
«   2025/05   »
일 월 화 수 목 금 토
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
Tags
  • ISO25010
  • 네이버 클라우드 플랫폼
  • 도커
  • 크롤링
  • 소프트웨어
  • angular-cli
  • docker
  • 구글 클라우드 플랫폼
  • npm repository
  • SW
  • 품질
  • phantomjs
  • 서버
  • angular
  • 신한대학교
  • cyber.shinhan
  • ISO25000
  • ISO9126
  • vscode
  • REQUEST
  • angular2
  • angular2 google analytics
  • 품질 표준
  • pylint
  • Nexus
  • 페이지구분
  • RxJS
  • nodejs
  • casperJS
  • Cheerio
more
Archives
Today
Total
관리 메뉴
  • 글쓰기
  • 방명록
  • RSS
  • 관리

목록phantomjs (1)

나를 위한 기록들

[크롤링] casperJS, PhantomJS 로 로그인, 캡쳐 하기

var casper = require('casper').create({verbose: true, logLevel: "debug"}); // URL 및 로그인 정보 변수 --- (※1)var url = "http:// 나의 티스토리 주소 /admin/center/";var id = ""; // 아이디var password = ""; // 비밀번호 casper.start(); casper.open(url); casper.then(function() { casper.fill( "#authForm", { loginId: id, password:password }, true);}); // 해당 요소 찾아가서 클릭하기 casper.then(function(){ var path = "#blogInfo > ul > l..

JS/크롤링 2017. 3. 30. 19:23
Prev 1 Next

Blog is powered by kakao / Designed by Tistory

티스토리툴바