C# Class XamarinCRMPOP.SalesHomePage

Inheritance: BasePage
Datei anzeigen Open project: xamarin-automation-service/UITest-Training-Assignment

Public Methods

Method Description
AddNewLead ( ) : void
ClickOnFirstLead ( ) : void
RefreshLeads ( ) : SalesHomePage
SalesHomePage ( AndroidApp app ) : System
VerifyLeadPresent ( string company, string opportunity, string size, string stage ) : SalesHomePage

Method Details

AddNewLead() public method

public AddNewLead ( ) : void
return void

ClickOnFirstLead() public method

public ClickOnFirstLead ( ) : void
return void

RefreshLeads() public method

public RefreshLeads ( ) : SalesHomePage
return SalesHomePage

SalesHomePage() public method

public SalesHomePage ( AndroidApp app ) : System
app AndroidApp
return System

VerifyLeadPresent() public method

public VerifyLeadPresent ( string company, string opportunity, string size, string stage ) : SalesHomePage
company string
opportunity string
size string
stage string
return SalesHomePage