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

Inheritance: WebBaseElement, IPage
ファイルを表示 Open project: epam/JDI Class Usage Examples

Public Properties

Property Type Description
CheckAfterOpen bool
CurrentPage WebPage
Title string

Protected Properties

Property Type Description
CheckTitleType CheckPageTypes
CheckUrlType CheckPageTypes
UrlTemplate string

Public Methods

Method 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

Method Description
IsOnPage ( ) : bool

Method Details

AddCookie() public method

public AddCookie ( Cookie cookie ) : void
cookie OpenQA.Selenium.Cookie
return void

Back() public method

public Back ( ) : void
return void

CheckOpened() public method

public CheckOpened ( ) : void
return void

CheckTitle() public method

public CheckTitle ( ) : StringCheckType
return StringCheckType

CheckUrl() public method

public CheckUrl ( ) : StringCheckType
return StringCheckType

ClearCache() public method

public ClearCache ( ) : void
return void

Forward() public method

public Forward ( ) : void
return void

GetMatchFromDomain() public static method

public static GetMatchFromDomain ( string uri ) : string
uri string
return string

GetTitle() public static method

public static GetTitle ( ) : string
return string

GetUrl() public static method

public static GetUrl ( ) : string
return string

GetUrlFromUri() public static method

public static GetUrlFromUri ( string uri ) : string
uri string
return string

IsOpened() public method

public IsOpened ( ) : void
return void

Open() public method

public Open ( ) : void
return void

OpenUrl() public static method

public static OpenUrl ( string url ) : void
url string
return void

Refresh() public method

public Refresh ( ) : void
return void

UpdatePageData() public method

public UpdatePageData ( string url, string title, CheckPageTypes checkUrlType, CheckPageTypes checkTitleType, string urlTemplate ) : void
url string
title string
checkUrlType CheckPageTypes
checkTitleType CheckPageTypes
urlTemplate string
return void

WebPage() public method

public WebPage ( ) : System
return System

WebPage() public method

public WebPage ( string url = null, string title = null ) : System
url string
title string
return System

Property Details

CheckAfterOpen public_oe static_oe property

public static bool CheckAfterOpen
return bool

CheckTitleType protected_oe property

protected CheckPageTypes CheckTitleType
return CheckPageTypes

CheckUrlType protected_oe property

protected CheckPageTypes CheckUrlType
return CheckPageTypes

CurrentPage public_oe static_oe property

public static WebPage,JDI_Web.Selenium.Elements.Composite CurrentPage
return WebPage

Title public_oe property

public string Title
return string

UrlTemplate protected_oe property

protected string UrlTemplate
return string