- 1
- 이니스프리
- 조회 수 1604
chrome_options = webdriver.ChromeOptions() chrome_options.add_extension(ext_file)
버전에 따라 조금씩 상이하지만 크롬을 기준으로 위와 같이 하면 되어요! ^-^
참고 : https://stackoverflow.com/questions/16511384/using-extensions-with-selenium-python
chrome_options = webdriver.ChromeOptions() chrome_options.add_extension(ext_file)
버전에 따라 조금씩 상이하지만 크롬을 기준으로 위와 같이 하면 되어요! ^-^
참고 : https://stackoverflow.com/questions/16511384/using-extensions-with-selenium-python
이제... 리캡챠 우회 익스텐션을 사용하면 되겠군요