上一页 1 ··· 71 72 73 74 75 76 77 78 79 ··· 87 下一页

2015年4月29日

摘要: The Alert implementation.classselenium.webdriver.common.alert.Alert(driver)Bases:objectAllows to work with alerts.Use this class to interact with aler... 阅读全文
posted @ 2015-04-29 21:40 帅胡 阅读(202) 评论(0) 推荐(0) 编辑
摘要: The ActionChains implementation,classselenium.webdriver.common.action_chains.ActionChains(driver)Bases:objectActionChains are a way to automate low le... 阅读全文
posted @ 2015-04-29 21:39 帅胡 阅读(399) 评论(0) 推荐(0) 编辑
摘要: Exceptions that may happen in all the webdriver code.exceptionselenium.common.exceptions.ElementNotSelectableException(msg=None,screen=None,stacktrace... 阅读全文
posted @ 2015-04-29 21:34 帅胡 阅读(715) 评论(0) 推荐(0) 编辑
摘要: The API definitions in this chapter shows the absolute location of classes. However the recommended import style is as given below:from selenium impor... 阅读全文
posted @ 2015-04-29 21:31 帅胡 阅读(173) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2015-04-29 21:24 帅胡 阅读(0) 评论(0) 推荐(0) 编辑

2015年4月27日

摘要: find_element_by_id()find_element_by_name()find_element_by_class_name()find_element_by_tag_name()find_element_by_link_text()find_element_by_partial_lin... 阅读全文
posted @ 2015-04-27 15:12 帅胡 阅读(247) 评论(0) 推荐(0) 编辑

2015年4月24日

摘要: 删除tomcat目录下的work目录中的Catalina目录就好了! 阅读全文
posted @ 2015-04-24 16:28 帅胡 阅读(224) 评论(0) 推荐(0) 编辑
摘要: 许多应用程序中都会有日志模块,用于记录系统在运行过程中的一些关键信息,以便于对系统的运行状况进行跟踪。在.NET平台中,有非常著名的第三方开源日志组件log4net,c++中,有人们熟悉的log4cpp,而在python中,我们不需要第三方的日志组件,因为它已经为我们提供了简单易用、且功能强大的日志... 阅读全文
posted @ 2015-04-24 09:43 帅胡 阅读(278) 评论(0) 推荐(0) 编辑

2015年4月23日

摘要: httplib实现了HTTP和HTTPS的客户端协议,一般不直接使用,在python更高层的封装模块中(urllib,urllib2)使用了它的http实现。importhttplibconn=httplib.HTTPConnection("google.com")conn.request('get... 阅读全文
posted @ 2015-04-23 15:21 帅胡 阅读(1802) 评论(0) 推荐(0) 编辑
摘要: urllib模块提供的上层接口,使我们可以像读取本地文件一样读取www和ftp上的数据。每当使用这个模块的时候,老是会想起公司产品的客户端,同事用C++下载Web上的图片,那种“痛苦”的表情。我以前翻译过libcurl教程,这是在C/C++环境下比较方便实用的网络操作库,相比起libcurl,Pyt... 阅读全文
posted @ 2015-04-23 14:17 帅胡 阅读(185) 评论(0) 推荐(0) 编辑
上一页 1 ··· 71 72 73 74 75 76 77 78 79 ··· 87 下一页

导航