Language/Python
파이썬 셀레니움(Selenium) 모바일 환경으로 접속해보기
Selenium을 통해 웹 브라우저 연결 시 모바일 환경으로 접속하려면 다음과 같이 코드를 입력해야합니다. 먼저, selenium에 대한 라이브러리를 설치해주어야 하기 때문에, pip install selenium 을 통해 selenium 라이브러리를 설치해주고 chrome web driver을 설치해줍니다. 해당 웹 드라이버는 https://chromedriver.chromium.org/downloads ChromeDriver - WebDriver for Chrome - Downloads Current Releases If you are using Chrome version 113, please download ChromeDriver 113.0.5672.24 If you are using Chrome ..