Installation notes 0. Install the best Firefox add-on for remote debugging The easiest Xdebug. I'm not lying. 1. Install the xdebug extension from PECL or from a repo or download sources to compile it manually: git clone git://github.com/derickr/xdeb…
inform_table.py # -*-coding:utf8-*- from selenium import webdriver from selenium.webdriver.common.proxy import Proxy from selenium.webdriver.common.proxy import ProxyType import time from bs4 import BeautifulSoup class InformTable: def __init__(self)…