728x90 크롬4 셀레니움 - 아직 안올라온 크롬드라이브 최신 버전 설치하기 https://googlechromelabs.github.io/chrome-for-testing/ Chrome for Testing availability This page lists the latest available cross-platform Chrome for Testing versions and assets per Chrome release channel. Consult our JSON API endpoints if you’re looking to build automated scripts based on Chrome for Testing release data. Last updated @ 20 googlechromelabs.github.io 2023. 7. 28. 셀레니움 - 크롬 다운그레이드 만약 크롬드라이브가 현재 컴퓨터에 설치된 최신 버전(chrome://version에서 확인 가능)을 지원하지 않는 경우 기존 크롬을 삭제해서 낮은 버전으로 설치하는 다운그레이드가 필요함 크롬 버전별 다운로드 모음 사이트(uptodown) https://google-chrome.en.uptodown.com/windows/versions Older versions of Google Chrome (Windows) | Uptodown exe 115.0.5790.99 Jul 19, 2023 exe 114.0.5735.199 Jun 28, 2023 zip 114.0.5735.134 Jun 16, 2023 zip 114.0.5735.106 Jun 7, 2023 exe 113.0.5672.127 May 29, 2023.. 2023. 7. 22. 셀레니움 - 크롬 모바일 미러링(chrome://inspect) 사용 방법 1. PC 크롬에서 "chrome://inspect" 주소로 접속 2. PC에서 adb로 모바일 브릿지 연결 3. 모바일에서 크롬 앱 실행 안드로이드 크롬을 조작할 때 엘레멘트 요소를 분석할 때 사용하면 좋다. https://janger.tistory.com/250?category=1254107 참고: https://jfbta.tistory.com/71 크롬 인스펙터] chrome inspect, 모바일 웹 디버깅 하는 방법 Chrome Inspect. 한글로 '크롬 인스펙터' 라고 하는데 실제 모바일 기기를 크롬 개발자툴에서 그대로 구현해서 편리하게 디버깅할 수 있는 기능이다. 사용방법 첫째, 모바일 USB 드라이버를 설치한다. jfbta.tistory.com 2022. 4. 9. 셀레니움 - 안드로이드 모바일 크롬 조작 디바이스가 한 개인 경우 # -*- coding: utf-8 -*- from selenium import webdriver import time options = webdriver.ChromeOptions() options.add_experimental_option('androidPackage', 'com.android.chrome') driver = webdriver.Chrome(options=options) driver.implicitly_wait(15) driver.get('https://www.naver.com') time.sleep(1) print(driver.current_url) driver.execute_script('alert(1)') 나중에 알게된 사실인데 driver = webdriv.. 2022. 4. 9. 이전 1 다음 728x90