2015年5月3日

摘要: There are vaious strategies to locate elements in a page. You can use the most appropriate one for your case. Selenium provides the following methods ... 阅读全文
posted @ 2015-05-03 10:50 帅胡 阅读(348) 评论(0) 推荐(0) 编辑
摘要: The first thing you’ll want to do with WebDriver is navigate to a link. The normal way to do this is by callinggetmethod:driver.get("http://www.google... 阅读全文
posted @ 2015-05-03 10:47 帅胡 阅读(347) 评论(0) 推荐(0) 编辑
摘要: 1.1. Simple UsageIf you have installed Selenium Python bindings, you can start using it from Python like this.from selenium import webdriverfrom selen... 阅读全文
posted @ 2015-05-03 10:45 帅胡 阅读(306) 评论(0) 推荐(1) 编辑
摘要: These days most of the web apps are using AJAX techniques. When a page is loaded to browser, the elements within that page may load at different time ... 阅读全文
posted @ 2015-05-03 10:41 帅胡 阅读(365) 评论(0) 推荐(0) 编辑

导航