C# Class JDI_Web.Selenium.Elements.Composite.WebPage

Inheritance: WebBaseElement, IPage
Afficher le fichier Open project: epam/JDI Class Usage Examples

Méthodes publiques

Свойство Type Description
CheckAfterOpen bool
CurrentPage WebPage
Title string

Protected Properties

Свойство Type Description
CheckTitleType CheckPageTypes
CheckUrlType CheckPageTypes
UrlTemplate string

Méthodes publiques

Méthode Description
AddCookie ( Cookie cookie ) : void
Back ( ) : void
CheckOpened ( ) : void
CheckTitle ( ) : StringCheckType
CheckUrl ( ) : StringCheckType
ClearCache ( ) : void
Forward ( ) : void
GetMatchFromDomain ( string uri ) : string
GetTitle ( ) : string
GetUrl ( ) : string
GetUrlFromUri ( string uri ) : string
IsOpened ( ) : void
Open ( ) : void
OpenUrl ( string url ) : void
Refresh ( ) : void
UpdatePageData ( string url, string title, CheckPageTypes checkUrlType, CheckPageTypes checkTitleType, string urlTemplate ) : void
WebPage ( ) : System
WebPage ( string url = null, string title = null ) : System

Private Methods

Méthode Description
IsOnPage ( ) : bool

Method Details

AddCookie() public méthode

public AddCookie ( Cookie cookie ) : void
cookie OpenQA.Selenium.Cookie
Résultat void

Back() public méthode

public Back ( ) : void
Résultat void

CheckOpened() public méthode

public CheckOpened ( ) : void
Résultat void

CheckTitle() public méthode

public CheckTitle ( ) : StringCheckType
Résultat StringCheckType

CheckUrl() public méthode

public CheckUrl ( ) : StringCheckType
Résultat StringCheckType

ClearCache() public méthode

public ClearCache ( ) : void
Résultat void

Forward() public méthode

public Forward ( ) : void
Résultat void

GetMatchFromDomain() public static méthode

public static GetMatchFromDomain ( string uri ) : string
uri string
Résultat string

GetTitle() public static méthode

public static GetTitle ( ) : string
Résultat string

GetUrl() public static méthode

public static GetUrl ( ) : string
Résultat string

GetUrlFromUri() public static méthode

public static GetUrlFromUri ( string uri ) : string
uri string
Résultat string

IsOpened() public méthode

public IsOpened ( ) : void
Résultat void

Open() public méthode

public Open ( ) : void
Résultat void

OpenUrl() public static méthode

public static OpenUrl ( string url ) : void
url string
Résultat void

Refresh() public méthode

public Refresh ( ) : void
Résultat void

UpdatePageData() public méthode

public UpdatePageData ( string url, string title, CheckPageTypes checkUrlType, CheckPageTypes checkTitleType, string urlTemplate ) : void
url string
title string
checkUrlType CheckPageTypes
checkTitleType CheckPageTypes
urlTemplate string
Résultat void

WebPage() public méthode

public WebPage ( ) : System
Résultat System

WebPage() public méthode

public WebPage ( string url = null, string title = null ) : System
url string
title string
Résultat System

Property Details

CheckAfterOpen public_oe static_oe property

public static bool CheckAfterOpen
Résultat bool

CheckTitleType protected_oe property

protected CheckPageTypes CheckTitleType
Résultat CheckPageTypes

CheckUrlType protected_oe property

protected CheckPageTypes CheckUrlType
Résultat CheckPageTypes

CurrentPage public_oe static_oe property

public static WebPage,JDI_Web.Selenium.Elements.Composite CurrentPage
Résultat WebPage

Title public_oe property

public string Title
Résultat string

UrlTemplate protected_oe property

protected string UrlTemplate
Résultat string