from selenium import selenium
启动了selenium server 但运行例子时出错,就导入这句:
Unresolved reference'selenium'
按教程写的怎么会错了。
http://www.seleniumhq.org/docs/05_selenium_rc.jsp#python
下的是selenium-server-standalone-3.3.1.jar + python3.5
from selenium import webdriver
我要用的是selenium rc
@还没有:
from selenium import selenium
import unittest
引用的包这样就可以了
你这明显是python版本问题,试试2.5版本。
其他参考http://www.cnblogs.com/oscarxie/archive/2008/07/20/1247004.html