51Testing软件测试论坛 's Archiver
软件测试论坛
›
[Selenium]
› selenium判断函数
xl31350270
发表于 2011-8-26 18:30:46
selenium判断函数
defExist(keyWord)#判断函数
begin
@selenium.get_text keyWord
rescue Exception => e
@execution_error ||= e
return false
end
return true
end
annieqi
发表于 2011-8-30 17:06:09
你这个是什么意思?要问的是什么 ?
页:
[1]
查看完整版本:
selenium判断函数