C# Class XamarinCRMPOP.LeadDetailsPage

Inheritance: BasePage
ファイルを表示 Open project: xamarin-automation-service/UITest-Training-Assignment

Public Methods

Method Description
EnterLeadDetails ( string company, string industry, string size, string stage ) : LeadDetailsPage
GoToLeadContact ( ) : void
LeadDetailsPage ( AndroidApp app ) : Xamarin.UITest
SaveLead ( ) : void
SelectNewIndustry ( string industry ) : LeadDetailsPage
SelectNewStage ( string stage ) : LeadDetailsPage

Method Details

EnterLeadDetails() public method

public EnterLeadDetails ( string company, string industry, string size, string stage ) : LeadDetailsPage
company string
industry string
size string
stage string
return LeadDetailsPage

GoToLeadContact() public method

public GoToLeadContact ( ) : void
return void

LeadDetailsPage() public method

public LeadDetailsPage ( AndroidApp app ) : Xamarin.UITest
app AndroidApp
return Xamarin.UITest

SaveLead() public method

public SaveLead ( ) : void
return void

SelectNewIndustry() public method

public SelectNewIndustry ( string industry ) : LeadDetailsPage
industry string
return LeadDetailsPage

SelectNewStage() public method

public SelectNewStage ( string stage ) : LeadDetailsPage
stage string
return LeadDetailsPage