C# Class SpecsAgainstGUI.Steps.PageObjects.PageObjectBase

Afficher le fichier Open project: marcusoftnet/ProgressiveNetDemos

Protected Properties

Свойство Type Description
Browser Browser

Méthodes publiques

Méthode Description
Visit ( ) : void

Méthodes protégées

Méthode Description
ClickLink ( string linkText ) : void
PageObjectBase ( Browser browser, string relativeUrl ) : System

Method Details

ClickLink() protected méthode

protected ClickLink ( string linkText ) : void
linkText string
Résultat void

PageObjectBase() protected méthode

protected PageObjectBase ( Browser browser, string relativeUrl ) : System
browser Browser
relativeUrl string
Résultat System

Visit() public méthode

public Visit ( ) : void
Résultat void

Property Details

Browser protected_oe property

protected Browser Browser
Résultat Browser