51Testing软件测试论坛

标题: selenium判断函数 [打印本页]

作者: xl31350270    时间: 2011-8-26 18:30
标题: selenium判断函数
def  Exist(keyWord)  #判断函数
    begin
    @selenium.get_text keyWord
    rescue Exception => e
        @execution_error ||= e
   
        return false
        
    end
   
    return true
end
作者: annieqi    时间: 2011-8-30 17:06
你这个是什么意思?要问的是什么 ?




欢迎光临 51Testing软件测试论坛 (http://bbs.51testing.com/) Powered by Discuz! X3.2