0f6386c Add new BasePage class (#1265620)

Authored and Committed by jkonecny 8 years ago
    Add new BasePage class (#1265620)
    
    Add new BasePage class which is used as base class for all other Page
    classes. All Page classes now calling __init__ method of BasePage parent
    where all common variables for the Pages are created.
    
    Removed outdated comment.
    
    Related: rhbz#1265620