#!/usr/bin/env python # coding: utf-8 # In[1]: from selenium import webdriver import selenium.webdriver.support.ui as ui # In[2]: browser = webdriver.Firefox() # 打开Firefox浏览器 # In[3]: browser.get("http://xwb100.cn/login/login.php") #打开网址手工登陆 #新微榜加入了用户注册界面,包含验证码 # In[ ]: