码迷,mamicode.com
首页 > 其他好文 > 详细

Selenium 零零碎碎

时间:2015-11-18 16:03:07      阅读:130      评论:0      收藏:0      [点我收藏+]

标签:

1. 验证语句主要以verify 和assert开头,他们的区别?

A verify command validates and verifies that an element is on the page but does not interrupt the execution of the test. Assert is similar to a verify command except that it will cause the test to fail and interrupt tis execution.

2. selenium standalone server

因为集成了selenium RC、WebDriver 、Grid,所以Standalone(独立的电脑,单机,单独的)。

 

Selenium 零零碎碎

标签:

原文地址:http://www.cnblogs.com/miniren/p/4974405.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!