14
2021
12

Proxy (Selenium)

# coding=utf-8try:  import xlsxwriterexcept:  !pip install xlsxwriter  !pip install selenium  !apt-get update   !apt install chromium-chromedriver&nbs

09
2021
12

Proxy

# coding=utf-8  !pip install xlsxwriter!pip install selenium!apt-get update !apt install chromium-chromedriverimport osfrom google.colab import drivefrom google.colab&nbs

03
2021
12

Python selenium 瀏覽器自動化

update for colab chrome!apt-get update!apt install chromium-chromedriver!cp /usr/lib/chromium-browser/chromedriver /usr/bin!pip install seleniumfrom selenium import webdriverfrom selenium.webdriver.common.by import Byoptions = webdriver.ChromeOptions