标题: python+selenium' object has no attribute 'getValue [打印本页] 作者: wsywfw3 时间: 2011-08-29 16:33 标题: python+selenium' object has no attribute 'getValue 这一个测试用例,判断有没有登录成功, self.assertEqual(sel.getValue("xpath=//*[@id='settings-email-address']"), self.verificationErrors),提示错误
selenium' object has no attribute 'getValue
求解答
# coding=gbk
from selenium import selenium
import unittest, time, re