C# Class XamarinCRMPOP.CustomerContactPage

Inheritance: BasePage
Show file Open project: xamarin-automation-service/UITest-Training-Assignment

Protected Properties

Property Type Description
CustomerOrders string
CustomerSales string
DialCancelButton string
HeaderImage Xamarin.UITest.Queries.AppQuery>.System.Func
MapButton Xamarin.UITest.Queries.AppQuery>.System.Func
PhoneButton Xamarin.UITest.Queries.AppQuery>.System.Func

Public Methods

Method Description
CheckNavigation ( ) : void
CheckPhone ( ) : void
CustomerContactPage ( AndroidApp app ) : System.Threading
NavigateToCustomerOrders ( ) : void
NavigateToCustomerSales ( ) : void
VerifyContactInfoPresent ( ) : CustomerContactPage

Method Details

CheckNavigation() public method

public CheckNavigation ( ) : void
return void

CheckPhone() public method

public CheckPhone ( ) : void
return void

CustomerContactPage() public method

public CustomerContactPage ( AndroidApp app ) : System.Threading
app AndroidApp
return System.Threading

NavigateToCustomerOrders() public method

public NavigateToCustomerOrders ( ) : void
return void

NavigateToCustomerSales() public method

public NavigateToCustomerSales ( ) : void
return void

VerifyContactInfoPresent() public method

public VerifyContactInfoPresent ( ) : CustomerContactPage
return CustomerContactPage

Property Details

CustomerOrders protected property

protected string CustomerOrders
return string

CustomerSales protected property

protected string CustomerSales
return string

DialCancelButton protected property

protected string DialCancelButton
return string

HeaderImage protected property

protected System.Func HeaderImage
return Xamarin.UITest.Queries.AppQuery>.System.Func

MapButton protected property

protected System.Func MapButton
return Xamarin.UITest.Queries.AppQuery>.System.Func

PhoneButton protected property

protected System.Func PhoneButton
return Xamarin.UITest.Queries.AppQuery>.System.Func