web selenium 中webdriver的option
options.add_argument(‘headless’)#无头模式options.add_argument(‘window-size={}x{}’.format(width,height))#直接配置大小和set_window_size一样options.add_argument(‘disable-gpu’)#禁用GPU加速options.add_argument(‘proxy-server={}’.format(self.proxy_ser