Element-34 / py.saunter

sample framework for using selenium with python and page objects
Apache License 2.0
94 stars 35 forks source link

Documentation on py.Saunter needs to be updated #39

Open thirumalrao opened 11 years ago

thirumalrao commented 11 years ago

In http://element34.ca/saunter/the-base-page ,

from saunter.po.page import Page should be changed to from saunter.po.webdriver.page import Page or from saunter.po.remotecontrol.page import Page