摘要:
This chapter is a tutorial introduction to page objects design pattern. A page object represents an area in the web application user interface that yo 阅读全文
posted @ 2016-08-10 16:02
漂浮的心
阅读(168)
评论(0)
推荐(0)
摘要:
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 @ 2016-08-10 16:02
漂浮的心
阅读(158)
评论(0)
推荐(0)
摘要:
There are various strategies to locate elements in a page. You can use the most appropriate one for your case. Selenium provides the following methods 阅读全文
posted @ 2016-08-10 16:02
漂浮的心
阅读(121)
评论(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 calling get method: driver.get("http://www.goo 阅读全文
posted @ 2016-08-10 16:01
漂浮的心
阅读(347)
评论(0)
推荐(0)
摘要:
1.1. Introduction Selenium Python bindings provides a simple API to write functional/acceptance tests using Selenium WebDriver. Through Selenium Pytho 阅读全文
posted @ 2016-08-10 16:00
漂浮的心
阅读(118)
评论(0)
推荐(0)
摘要:
2.1. Simple Usage If you have installed Selenium Python bindings, you can start using it from Python like this. from selenium import webdriver from se 阅读全文
posted @ 2016-08-10 16:00
漂浮的心
阅读(125)
评论(0)
推荐(0)
摘要:
http://selenium-python.readthedocs.io/index.html 1. Installation 1.1. Introduction 1.2. Downloading Python bindings for Selenium 1.3. Detailed instruc 阅读全文
posted @ 2016-08-10 15:51
漂浮的心
阅读(143)
评论(0)
推荐(0)