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 |
Tags
- 제이쿼리
- CSS
- 웹개발자
- 3D프린터
- 홈페이지
- 웹퍼블리셔
- 쇼핑몰구축
- 웹디자이너
- 개발자
- 안드로이드
- work6.kr
- 커스터마이징
- 웹에이전시
- 웹퍼블리싱
- 쇼핑몰제작
- 쇼핑몰
- 홈페이지구축
- 포트폴리오
- plugin
- 홈페이지제작
- JQuery
- 웹디자인
- PHP
- 워크식스
- 튜닝
- 플러그인
- jQuery Plugin
- 고도몰
- 사이트제작
- 프로그래머
Archives
- Today
- Total
그냥 개발자 블로그
Python webdriver chromedriver mobile emulater example 본문
print("++++ start ++++")
from selenium import webdriver
from selenium.webdriver.chrome.options import Options
chrome_options = Options()
chrome_options.add_argument('--user-agent=Mozilla/5.0 (iPhone; CPU iPhone OS 10_3 like Mac OS X) AppleWebKit/602.1.50 (KHTML, like Gecko) CriOS/56.0.2924.75 Mobile/14E5239e Safari/602.1')
driver = webdriver.Chrome('/Users/home/Downloads/auction/chromedriver_mac',options=chrome_options)
driver.get("https://www.instagram.com/work6kr/")
copyright 2019. 워크식스
'프로그래밍팁 > Python' 카테고리의 다른 글
[Python] exe 파일 만들때 경로 문제 팁 (0) | 2023.03.04 |
---|